Template:Ifeq
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
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
- {{If}}