Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
No edit summary
No edit summary
Line 8: Line 8:
{{#switch: {{{2|¬}}}
{{#switch: {{{2|¬}}}
  | {{{2}}} <> 0 = Second argument: {{{2}}}
  | {{{2}}} <> 0 = Second argument: {{{2}}}
  | ¬ = Second argument is set as '{{{1}}}'
  | ¬ = Second argument is set as '{{{2}}}'
  | #default = No second argument was sent ...
  | #default = No second argument was sent ...
}}
}}
Line 14: Line 14:
{{#switch: {{{3|¬}}}
{{#switch: {{{3|¬}}}
  | {{{3}}} > "" = Second argument: {{{3}}}
  | {{{3}}} > "" = Second argument: {{{3}}}
  | ¬ = Third argument is set as '{{{1}}}'
  | ¬ = Third argument is set as '{{{3}}}'
  | #default = No third argument was sent ...
  | #default = No third argument was sent ...
}}
}}

Revision as of 04:45, 2 April 2013

First argument is set as '{{{1}}}'

Second argument is set as '{{{2}}}'

Third argument is set as '{{{3}}}'