Template:Ifeq/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Vanisaac |
(No difference)
|
Latest revision as of 18:18, 25 April 2020
This is a documentation subpage for Template:Ifeq. It may contain 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