Template:ScriptVariablePage

From Arx Libertatis Wiki
Revision as of 19:06, 2 January 2024 by Ds (talk | contribs) (Created page with "<!-- define some properties the script variable name -->{{#vardefine:variable_name_only|{{{variable|{{PAGENAME}}}}}}}<!-- --><includeonly>{{DISPLAYTITLE:Script:{{#var:variable_name_only}}}}</includeonly><!-- variable description -->{{#vardefine:variable_description|{{{description|}}}}}<!-- -->{{#set:description={{ucfirst:{{#var:variable_description}}}}.}}<!-- variable context -->{{#vardefine:variable_context|{{{context|}}}}}<!-- variable type -->...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The ScriptVariablePage script variable contains .

Usage

Template for script variable pages

Parameters:

  • description (required) - short description of what the variable is used for
  • context (required) - where this variable lives - system, global or entity
  • type (optional) - value type of this variable - int, number or string