Template:LuaConstant: Difference between revisions
Template page
More actions
interwiki3>Master-athmos m Added color and table as possible types. |
(No difference)
|
Revision as of 13:22, 28 February 2021
Lua Constant usage example
This template creates an anchored entry meant for a Lua constant. Type can be bool, number, string, color or table.
{{LuaConstant
|type = number
|name = ThisIsANumber
|info = This is a description.}}
number ThisIsANumber
- This is a description.