Jump to content

Template:Ifeq/doc

From Wikihoc

{{#ifeq:doc |doc

    | 

{{#ifeq:show |show

|

        }}{{#if:|
         |{{#ifexist:Template:Ifeq
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  | 
                 }}
        }}
    | 
   }}

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

Usage

  • <syntaxhighlight lang="wikitext" inline>{{safesubst:{{safesubst:#ifeq:"abc"|"abc"|p1|p2}}| 1 | 0 }}</syntaxhighlight> gives "{{safesubst:{{safesubst:#ifeq:"abc"|"abc"|p1|p2}}| 1 | 0 }}"
  • <syntaxhighlight lang="wikitext" inline>{{safesubst:{{safesubst:#ifeq:"abc"|"def"|p1|p2}}| 1 | 0 }}</syntaxhighlight> gives "{{safesubst:{{safesubst:#ifeq:"abc"|"def"|p1|p2}}| 1 | 0 }}"
  • <syntaxhighlight lang="wikitext" inline>{{safesubst:{{safesubst:#ifeq:Ifeq/doc|Ifeq|p1|p2}}| 1 | 0 }}</syntaxhighlight> gives "{{safesubst:{{safesubst:#ifeq:Ifeq/doc|Ifeq|p1|p2}}| 1 | 0 }}"

See also