Difference between revisions of "Template:Ifeq"

From blackwiki
Jump to navigation Jump to search
imported>Gogo Dodo
m (Protected Template:Ifeq: Highly visible template ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
imported>Amalthea
m (Protected Template:Ifeq: Highly visible template ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(No difference)

Revision as of 09:49, 23 June 2011

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