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 1: Line 1:
{{#switch: {{{1|}}}
{{#switch: {{{1|}}}
  | {{{1}}} <> "" = First argument: {{{1}}}
  | {{{1}}} = First argument: {{{1}}}
  | foo = First argument is ''foo''.
  | string = Argument is a string.
  | ¬ = First argument is set as '{{{1}}}'
  | = Argument is empty.
  | #default = No first argument was sent ...
  | #default = No first argument was sent ...
}}
{{#switch: {{{2|}}}
| {{{2}}} <> 0 = Second argument: {{{2}}}
| ¬ = Second argument is set as '{{{2}}}'
| #default = No second argument was sent ...
}}
{{#switch: {{{3|}}}
| {{{3}}} > "" = Second argument: {{{3}}}
| ¬ = Third argument is set as '{{{3}}}'
| #default = No third argument was sent ...
}}
}}

Revision as of 04:50, 2 April 2013

Argument is empty.