Difference between revisions of "Template:If"

From Robowiki
Jump to navigation Jump to search
m
m (typos)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}<noinclude>Needed for things that would otherwise be insanely complex..</noinclude>
+
{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}<noinclude>#if replacement.
 +
 
 +
Usage:<pre>{{if
 +
  |test=VARIABLE_OR_PARAMETER_TO_TEST
 +
  |then=code if 'test' is not empty
 +
  |else=code if 'test' is empty
 +
}}</pre>
 +
 
 +
Parameter else is optional.
 +
 
 +
[[Category:Wikipedia Templates]]</noinclude>

Latest revision as of 14:21, 20 September 2008

  1. if replacement.

Usage:

{{if
  |test=VARIABLE_OR_PARAMETER_TO_TEST
  |then=code if 'test' is not empty
  |else=code if 'test' is empty
}}

Parameter else is optional.