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:
{{#if: {{{1}}} | First: {{{1}}} |}}
{{#switch: {{{1}}}
| = No first argument was sent ...
| #default = First argument: {{{1}}}
}}


{{#switch: {{{2}}}
| = No second argument was sent ...
| #default = Second argument: {{{2}}}
}}


{{#if: {{{2}}} | Second: {{{2}}} |}}
{{#switch: {{{3}}}
 
| = No third argument was sent ...
 
| #default = Third argument: {{{3}}}
{{#if: {{{3}}} | Third: {{{3}}} |}}
}}

Revision as of 04:00, 2 April 2013

First argument: {{{1}}}

Second argument: {{{2}}}

Third argument: {{{3}}}