Difference between revisions of "Template:Stat"
Jump to navigation
Jump to search
m (Better code readability, Fixed default value for "Round To Five Over" (hopefully), and added default values for "Default Base Value" (1) and "Show Developmental Stage Filter" (Baby, Child, Adult)) |
m |
||
Line 59: | Line 59: | ||
| No Skill Factor = {{{no skill factor|1}}}<!-- Default = 1f --> | | No Skill Factor = {{{no skill factor|1}}}<!-- Default = 1f --> | ||
| No Skill Offset = {{{no skill offset|}}} | | No Skill Offset = {{{no skill offset|}}} | ||
− | | Round To Five Over = {{{round to five over|{{#if: Stat Maximum| | + | | Round To Five Over = {{{round to five over|{{#if:{{P|Stat Maximum}}|{{P|Stat Maximum}} }} }}}<!-- Default = float.MaxValue --> |
| Value If Missing = {{{value if missing|}}} | | Value If Missing = {{{value if missing|}}} | ||
<!-- Lists --> | <!-- Lists --> | ||
Line 87: | Line 87: | ||
| Worker Class = {{{worker class|}}}<!-- Default = typeof(StatWorker) --><!--Type--> | | Worker Class = {{{worker class|}}}<!-- Default = typeof(StatWorker) --><!--Type--> | ||
}} | }} | ||
− | {{#if:{{{P|Always Hide}}}|[[Category:Stats - Always Hide]]}} | + | {{#if:{{#expr:{{{P|Always Hide}}} = true}}|[[Category:Stats - Always Hide]]}} |
− | {{#if:{{{P|For Information Only}}}|[[Category:Stats - For Information Only]]}} | + | {{#if:{{#expr:{{{P|For Information Only}}} = true}}|[[Category:Stats - For Information Only]]}} |
[[Category:{{#switch: {{{category|}}} | [[Category:{{#switch: {{{category|}}} | ||
| Important | | Important |
Revision as of 20:22, 22 September 2024
Creates the first line of a Stat page, displaying what it is, providing the description, categorizing the page and setting several page parameters.
Note: Description placed in the template should match the description of the stat in-game. Additional information and context can be added later. Links can be made from the text in the description.
The Capacity equivalent is Template: Capacity.
Example
No Table (Default)
Stat is a stat: Speed of movement in cells per second. Its minimum allowed value is 0.15. Its default value is 3.
Table
Stat is a stat: Speed of movement in cells per second. Its minimum allowed value is 0.15. Its default value is 3.
The above documentation is transcluded from Template:Stat/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |