Module:Yesno/doc: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by Treyandhisgangofthieves (talk) to last version by Serols
Line 1:
{{High-risk|14,100,000+ pages, which is {{#expr:(1414355100/{{NUMBEROFPAGES:R}}) round 0}}% of all}}
== <big><small>Big text</small><sup>5
<gallery>
#REDIRECT [[Example.jpg|Caption1
Example.jpg|Caption2]]
{| class="wikitable"
ÁčĐŠĺğHÕǪḷŐŒṃNnÑÆÆÆĔĔĔÎŇpppppúúÝYŴÞUÚÙRŔŴ|}
</gallery>
</sup></big>
* Heading vyggÊÃÃÃããÅÅÅÅÅÅÅÅååêËĔēẼẼẼ
<nowiki><br>
Insert non-formatted text here</nowiki> ==
~¡†₪₩∞♥♥♦♭‹«{{angle bracket|{{angle bracket|{{angle bracket|®₳◌₳¢₡₢$₫₯₠€₯₠ƒ₭₴ƒ₥№£₨৳₮¥♠♣♥♣♣♣♣♥♥♣♥♥♯♯©©©®™™™◌™®®♮}}}}}}»›{{High-risk|14,100,000+ pages, which is {{#expr:(1414355100/{{NUMBEROFPAGES:R}}) round 0}}% of all}}
{{Module rating|protected}}
This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to allow for distinctions between <code>nil</code> and <code>false</code>. The module also accepts other Lua structures as input, i.e. booleans, numbers, tables, and functions. If it is passed input that it does not recognise as boolean or <code>nil</code>, it is possible to specify a default value to return.