Difference between revisions of "Template:CGscriptParameters Template"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{#switch: {{{Type}}}
 
{{#switch: {{{Type}}}
 
<!--You can put any text formatting for each Type-->
 
<!--You can put any text formatting for each Type-->
|array = Array {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
 
|function = Function {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
|array = Array
|Dictionary = Dictionary {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
|function = Function
|number = number {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
|Dictionary = Dictionary
|string = string {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
|number = number
|bool = bool {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
|string = string
 +
|bool = bool
 
<!--below is default setting-->
 
<!--below is default setting-->
|{{{Type|}}}}} {{{Name|}}} ({{{Description|}}}){{{Comma|}}}
+
 
}}
+
|{{{Type|}}}
 +
}} {{{Name|}}} ({{{Description|}}}){{{Comma|}}}

Revision as of 04:01, 21 September 2011

 ()