Difference between revisions of "Template:Qif"

From NSwiki, the NationStates encyclopedia.
Jump to: navigation, search
(uh, wtf?)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}
 
{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}
 +
<noinclude>This template provides if/then/else functionality. Use:
 +
 +
<nowiki>{{qif
 +
  |test= testparameter
 +
  |then= thenparameter
 +
  |else= elseparameter
 +
}}</nowiki></noinclude>

Latest revision as of 22:56, 5 September 2007

This template provides if/then/else functionality. Use:

{{qif
   |test= testparameter
   |then= thenparameter
   |else= elseparameter
 }}