Difference between revisions of "User:Cassiel Seraphim/Sandbox3"
From EVE University Wiki
Line 1: | Line 1: | ||
− | {{#switch: {{{1}}} | + | {{#switch: {{{1|¬}}} |
| {{{1}}} <> "" = First argument: {{{1}}} | | {{{1}}} <> "" = First argument: {{{1}}} | ||
| foo = First argument is ''foo''. | | foo = First argument is ''foo''. | ||
Line 6: | Line 6: | ||
}} | }} | ||
− | {{#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 '{{{1}}}' | ||
Line 12: | Line 12: | ||
}} | }} | ||
− | {{#switch: {{{3}}} | + | {{#switch: {{{3|¬}}} |
| {{{3}}} > "" = Second argument: {{{3}}} | | {{{3}}} > "" = Second argument: {{{3}}} | ||
| ¬ = Third argument is set as '{{{1}}}' | | ¬ = Third argument is set as '{{{1}}}' | ||
| #default = No third argument was sent ... | | #default = No third argument was sent ... | ||
}} | }} |
Revision as of 04:44, 2 April 2013
First argument is set as '{{{1}}}'
Second argument is set as '{{{1}}}'
Third argument is set as '{{{1}}}'