.

Template:Qif: Difference between revisions

Wikicars, a place to share your automotive knowledge
Jump to navigationJump to search
(More template testing)
 
(Tag fix)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This template enables display of content based on the outcome of a conditional test. It is used as follows, with both the ''then'' and the ''else'' parameters being optional although one must be used:
{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}<noinclude>This template enables display of content based on the outcome of a conditional test. It is used as follows, with both the ''then'' and the ''else'' parameters being optional although one must be used:
<pre>{{qif
<pre>{{qif
   |test={{{parameter_to_test|}}}
   |test={{{parameter_to_test|}}}

Latest revision as of 20:34, 22 April 2007

This template enables display of content based on the outcome of a conditional test. It is used as follows, with both the then and the else parameters being optional although one must be used:

{{qif
  |test={{{parameter_to_test|}}}
  |then=What to display if test is not empty
  |else=What to display if test is empty
}}