Template:BSLvarinfo: Difference between revisions
(Created page with "<includeonly>{{Anchor|{{{name|placeholder}}}}} {| |- |{{#ifeq:{{{mac|yes}}}|no|{{#ifeq:{{{win|yes}}}|no|20px <!--i...") |
(No difference)
|
Revision as of 22:52, 25 November 2015
BSLvar allows for standardized listing of BSL variables.
Parameters:
- 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.
- name
- Name of variable.
- 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.
{{BSLvar
|type=
|default=
|name=
|mac=
|win=
}}