Template:Yesno/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) m 4 |
||
| Line 2: | Line 2: | ||
{{tlx|Yesno}} evaluates any input and produces <code>true</code> or <code>false</code>, based on the content of the input and several configurable options. It is not used in article prose, but in coding complex templates. | {{tlx|Yesno}} evaluates any input and produces <code>true</code> or <code>false</code>, based on the content of the input and several configurable options. It is not used in article prose, but in coding complex templates. | ||
Since [[Module:Yesno]] cannot be <code | Since [[Module:Yesno]] cannot be <code>{{<nowiki />#invoke: }}</code>d directly, a wrapper function in [[Module:Utils]] is used to access it. | ||
Revision as of 01:40, 30 May 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 has been deprecated. Its replacements are Template:Dochead and Template:Module introspection. |
| This template uses Lua: |
{{Yesno}} evaluates any input and produces true or false, based on the content of the input and several configurable options. It is not used in article prose, but in coding complex templates.
Since Module:Yesno cannot be {{#invoke: }}d directly, a wrapper function in Module:Utils is used to access it.