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}}}
| string = Argument is a string.
  |  = Argument is empty.
  |  = Argument is empty.
  | #default = No first argument was sent ...
  | #default = First argument: {{{1}}}
}}
 
 
{{#switch: {{{2|}}}
|  = Argument is empty.
| #default = Second argument: {{{2}}}
}}
 
 
{{#switch: {{{3|}}}
|  = Argument is empty.
| #default = Third argument: {{{3}}}
}}
}}

Revision as of 04:51, 2 April 2013

Argument is empty.


Argument is empty.


Argument is empty.