Help:If

From City of Heroes: Rebirth Wiki
Revision as of 14:23, 14 March 2007 by imported>Konoko
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Short Version

If Then statements in the wiki are a little tricky. They are best used in Templates.

normal IF THEN ELSE
wiki {{#if:ifexists_stuffs |then_stuffs |else_stuffs(optional)}}
example {{#if: {{{3|}}} |'''third: '''{{{3}}} |'''done'''}}
explain If the third parameter exists Then display third: whatever_third_was Else display done