Difference between revisions of "Template:CGscriptParameters Template"
Line 1: | Line 1: | ||
− | {{#switch: {{{Type}}} | array = Array | {{{Type|}}}}} {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | + | {{#switch: {{{Type}}} |
+ | <!--You can put any text formatting for each Type--> | ||
+ | |array = Array {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | |function = Function {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | |Dictionary = Dictionary {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | |number = number {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | |string = string {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | |bool = bool {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | <!--below is default setting--> | ||
+ | |{{{Type|}}}}} {{{Name|}}} ({{{Description|}}}){{{Comma|}}} | ||
+ | }} |
Revision as of 02:59, 21 September 2011
()
}}