Template:IfMatch: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 18: Line 18:
* [[Template:IfAND]]
* [[Template:IfAND]]
* [[Template:IfTHEN]]
* [[Template:IfTHEN]]
{{Cat|Templates,Templates for Templates}}
* [[Template:IfXOR]]
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates for Templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 01:19, 6 February 2011

Essential Template
  • This template is so essential that it has been protected to prevent tampering.
  • If you have suggestions to extend its function or have observed bugs, please post to the discussion page.


Usage Documentation

This template will accept one variable which it will compare to up to 10 other variables. If any of them match the first, it will return "1".
Note: The match is case insensitive.

By specifying |true= and |false= a custom strings may be returned on match and no match.

Syntax

{{IfMatch | matchstring | variable1 | variable2 | .... | variable10}}

Additional options:
|true=
|false=

Also See