Difference between revisions of "Template:CGscriptParameters Template"

From Catglobe Wiki
Jump to: navigation, search
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 03:59, 21 September 2011

 ()

}}