Template:Yesno/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
{{dochead}}{{substitute}}{{lua|utils|yesno}} | {{dochead}}{{substitute}}{{lua|utils|yesno}} | ||
[[Module:Yesno]] evaluates any input and produces <code>true</code> or <code>false</code>, based on the content of the input and several configurable options. | [[Module:Yesno]] evaluates any input and produces <code>true</code> or <code>false</code>, based on the content of the input and several configurable options. This template uses a wrapper function in [[Module:Utils]] to make the Yesno module accessible externally. It is mainly intended as a metatemplate for more complex templates.{{clear}} | ||
Revision as of 01:38, 10 June 2025
- This template has a corresponding Lua module Module:Yesno, but does not invoke its functions.
- This template invokes the following functions: _yesno from Utils.
| This template may be substituted. |
| This template has been deprecated. Its replacements are Template:Dochead and Template:Module introspection. |
| This template uses Lua: |
Module:Yesno evaluates any input and produces true or false, based on the content of the input and several configurable options. This template uses a wrapper function in Module:Utils to make the Yesno module accessible externally. It is mainly intended as a metatemplate for more complex templates.