Template:IO

From TwentyOneWiki
Revision as of 01:50, 14 February 2024 by Buburka Rinderbuy (talk | contribs) (Created page with "<noinclude> == USAGE == This template is intended for use as a meta template to test if a certain parameter passed in is true or false. <code>-</code>, <code>0</code>, <code>n</code>, <code>no</code>, <code>none</code>, <code>off</code>, <code>f</code>, <code>false</code>, and an empty value all resolve to "false" and return a literal '''0'''. Any other value resolves to "true" by default and return a literal '''1'''. == CATEGORIZATION == This template adds no categor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

USAGE

This template is intended for use as a meta template to test if a certain parameter passed in is true or false. -, 0, n, no, none, off, f, false, and an empty value all resolve to "false" and return a literal 0. Any other value resolves to "true" by default and return a literal 1.

CATEGORIZATION

This template adds no categorization to pages it is used on.

CODING

Template:Includeonly template