Difference between revisions of "User:Cassiel Seraphim/Sandbox3"

From EVE University Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
  | {{{1}}} = No first argument was sent ...
+
  | {{len:{{{1}}}}} <> 0 = First argument: {{{1}}}
| len:{{{1}}} > 0 = Length 0 ...
+
  | #default = No first argument was sent ...
| len:{{{1}}} > 1 = Length 1 ...
 
| len:{{{1}}} > 2 = Length 2 ...
 
  | #default = First argument: {{{1}}}
 
 
}}
 
}}
  
 
{{#switch: {{{2}}}
 
{{#switch: {{{2}}}
  | {{{2}}} = No first argument was sent ...
+
  | {{len:{{{2}}}}} <> 0 = Second argument: {{{2}}}
| len:{{{2}}} > 0 = Length 0 ...
+
  | #default = No second argument was sent ...
| len:{{{2}}} > 1 = Length 1 ...
 
  | #default = First argument: {{{2}}}
 
 
}}
 
}}
  
 
{{#switch: {{{3}}}
 
{{#switch: {{{3}}}
  | {{{3}}} = No first argument was sent ...
+
  | {{len:{{{3}}}}} <> 0 = Second argument: {{{3}}}
| len:{{{3}}} > 0 = Length 0 ...
+
  | #default = No third argument was sent ...
| len:{{{3}}} > 1 = Length 1 ...
 
  | #default = First argument: {{{3}}}
 
 
}}
 
}}

Revision as of 04:25, 2 April 2013

No first argument was sent ...

No second argument was sent ...

No third argument was sent ...