Module:Module introspection/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
m a typo
Line 2: Line 2:
{{dochead|header=noinvoke}}
{{dochead|header=noinvoke}}
{{template rating|rating=draft|details=Currently used on the following modules: [[Module:MOS]], [[Module:Numlinks]], [[Module:Numlinks 2-num]], [[Module: JI ratios]], and itself. Use on other modules beyond this sample is not advised. Issues observed:
{{template rating|rating=draft|details=Currently used on the following modules: [[Module:MOS]], [[Module:Numlinks]], [[Module:Numlinks 2-num]], [[Module: JI ratios]], and itself. Use on other modules beyond this sample is not advised. Issues observed:
* Functions used from a module may (like getArgs from Module:Arguments) be repeated (minor)
* Functions used from a module (like getArgs from Module:Arguments) may be repeated (minor)
* Modules that return a function (like yesno) are reported as unused (major)
* Modules that return a function (like yesno) are reported as unused (major)
* Functions that have an underscore (like utils._gcd) are not reported (major)}}
* Functions that have an underscore (like utils._gcd) are not reported (major)}}

Revision as of 11:39, 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: Currently used on the following modules: Module:MOS, Module:Numlinks, Module:Numlinks 2-num, Module: JI ratios, and itself. Use on other modules beyond this sample is not advised. Issues observed:

  • Functions used from a module (like getArgs from Module:Arguments) 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.