19,344
edits
(dropping font size down to regular size, but bold; removing platform icons; moving [edit] to top-right) |
(restoring type to command listing) |
||
Line 2: | Line 2: | ||
{| class="BSLVarInfo" | {| class="BSLVarInfo" | ||
|- | |- | ||
|{{{type}}} | |||
|align="right"|[[{{{name}}}|[edit]]] | |align="right"|[[{{{name}}}|[edit]]] | ||
|- | |- | ||
|'''{{{name|}}} = {{#ifeq:{{{type|int}}}|int|{{{default|0}}}|{{#ifeq:{{{type}}}|float|{{{default|0.0}}}|{{#ifeq:{{{type}}}|bool|{{{default|true}}}|{{{default|""}}} }} }} }};''' | |'''{{{name|}}} = | ||
|{{#ifeq:{{{type|int}}}|int|{{{default|0}}}|{{#ifeq:{{{type}}}|float|{{{default|0.0}}}|{{#ifeq:{{{type}}}|bool|{{{default|true}}}|{{{default|""}}} }} }} }};''' | |||
|}</includeonly><noinclude>'''BSLvarinfo''' allows for standardized listing of BSL variables. | |}</includeonly><noinclude>'''BSLvarinfo''' allows for standardized listing of BSL variables. | ||