This is a template documentation subpage for Template:Time. It contains usage information, categories, and other content that is not part of the original template page.
Purpose
To provide a quick, shorthand method to refer to lengths of game time and rates of production. Additionally, to automatically do the math to convert from recipe qty/length to per 60 second formats if so desired.
Automations
Automatically highlights blue if a per-60 rate is detected (examples for disabling this feature are below)
As requested, performs the math to convert to a per-60 second rate and display it already marked up.
Limitations
When an automatic version to a per-60 second rate is performed, the number of digits to round is fixed at 2. For integer results, they are not displayed.
Usage
To output without 60 highlighting or conversion. Note the second usage has no input parameters -- just call the template.
Markup
Renders as
{{Time|40}}
/ 40
{{Time|40}}
40 / 20
{{Time}}
/ 60
20 {{Time}}
20 / 60
To output with 60 highlighting, but no conversion.
Markup
Renders as
{{Time|60}}
/ 60
{{Time|40|60}}
40 / 60
To output with 60 highlighting and per-60 conversion (ignored when already per-60).