Template:Ifeq/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Ifeq. It contains usage information, categories and other content that is not part of the original template page. |
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 " 0 "
See also
- {{If}}
- m:Template:Ifeq