Template:BSLvarinfo: Difference between revisions
Jump to navigation
Jump to search
m (/cat) |
(trying a different format for variable listings which is more compact vertically and which only implies the type rather than stating it) |
||
Line 9: | Line 9: | ||
-->}}<!-- | -->}}<!-- | ||
-->}} | -->}} | ||
|style="font-size:166%; vertical-align:bottom"|{{{name|}}} | |style="font-size:166%; vertical-align:bottom"|{{{name|}}} = {{#ifeq:{{{type|int}}}|int|{{{default|0}}}|{{#ifeq:{{{type}}}|float|{{{default|0.0}}}|{{#ifeq:{{{type}}}|bool|{{{default|true}}}|{{{default|""}}} }} }} }}; | ||
| | |||
|default | |||
|{{#ifeq:{{{type | |||
|}</includeonly><noinclude>'''BSLvarinfo''' allows for standardized listing of BSL variables. | |}</includeonly><noinclude>'''BSLvarinfo''' allows for standardized listing of BSL variables. | ||
Revision as of 05:53, 21 December 2015
BSLvarinfo allows for standardized listing of BSL variables.
Parameters:
- name
- Name of variable.
- type
- Type of variable; should be "bool", "int", "float", or "string".
- default
- Default value of variable, if there is one at the time the level starts.
- mac, win
- You don't have to use these unless the variable is not available and working on one platform; set the appropriate parameter(s) to "no" if that is the case.
Below is a blank call for the template, to save some time. You may find it easier to use the GUI for this template that is provided by XEB.
{{BSLvarinfo |type= |default= |name= |mac= |win= }}