Actions

Template

ForTestingOnly

From The RadioReference Wiki

Revision as of 16:39, 20 October 2013 by QDP2012 (talk | contribs) (prior ok)

StateCat: {{{StateParent}}}
FreqCat: Collaboration


ok StateCat: {{{1}}}
FreqCat: Collaboration



Previous attempt: {{#if:{{{1}}}|{{{2}}}|{{{3}}}}}



Notes:

{{#if: first parameter | second parameter | third parameter }}

"This function first tests whether the first parameter is not empty. If the first parameter is not empty the function displays the second argument. If the first parameter is empty or contains only whitespace characters (spaces, newlines, etc.) it displays the third argument."

-- from: MediaWiki Help:Extension:ParserFunctions##if