Difference between revisions of "Template:Stat"

From RimWorld Wiki
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|{{{P|Stat Maximum}}} }} }}}<!-- Default = float.MaxValue -->
+
| 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

Documentation icon Template documentation[view] [edit] [history] [purge]

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

Stat is a stat: Speed at which this person sows and harvests plants. Its minimum allowed value is 10% (effectively limited to 11%). Its maximum allowed value is 100% (effectively limited to 90%). Its default value is 50%.