Module:Module introspection/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Ganaram inukshuk (talk | contribs)
m details
Ganaram inukshuk (talk | contribs)
No edit summary
Line 1: Line 1:
{{documentation|
{{documentation|
{{dochead|header=noinvoke}}
{{dochead|header=noinvoke}}
{{template rating|rating=draft|details=Functions used from a module may be repeated (minor); modules that return a function are not reported as being used (major)}}
{{template rating|rating=draft|details=<br />
* Functions used from a module may be repeated (minor)
* modules that return a function (like yesno) are reported as unused (major)
* functions that have an underscore (like utils._gcd) are not reported (major)}}
{{clear}}
{{clear}}
{{Module introspection}}
{{Module introspection}}
}}
}}

Revision as of 09:35, 25 October 2025


This module should not be invoked directly; use its corresponding template instead: Template:Module introspection.
This documentation is for a draft module. It is incomplete and may not be in active development. If possible, editors are encouraged to help with its development. In the meantime, editors should avoid using this module across the Xenharmonic Wiki, except for testing.

Details:

  • Functions used from a module may be repeated (minor)
  • modules that return a function (like yesno) are reported as unused (major)
  • functions that have an underscore (like utils._gcd) are not reported (major)

To see introspection summary, see this module's main page.