Difference between revisions of "Template:Ifeq"

From blackwiki
Jump to navigation Jump to search
imported>Amalthea
m (Protected Template:Ifeq: Highly visible template ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
imported>Jo-Jo Eumerus
m (Changed protection level for "Template:Ifeq": Allowing template editors ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
(No difference)

Latest revision as of 20:34, 23 March 2017

50px Template documentation[view] [edit] [history] [purge]

This template is like #ifeq, but does not trim the "then" and "else" part.

Usage

  • {{ifeq|"abc"|"abc"| 1 | 0 }} gives " 1 "
  • {{ifeq|"abc"|"def"| 1 | 0 }} gives " 0 "
  • {{ifeq|{{PAGENAME}}|Ifeq| 1 | 0 }} gives " 1 "

See also