Difference between revisions of "Template:Ticks"
Jump to navigation
Jump to search
FixSomeBugs (talk | contribs) (Use the new subtemplates which automatically translate to the right time scale depending on the value.) |
(Removed extraneous transclusion tags.) |
||
Line 1: | Line 1: | ||
− | <includeonly | + | <includeonly>{{#ifexpr: {{{1}}} < 3600| {{ticks/seconds|{{{1}}}}} |{{ticks/minutes|{{{1}}}}}}}<nowiki /></includeonly> |
− | |||
− | </includeonly> | ||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> |
Revision as of 23:27, 11 June 2020
Convert ticks to a human readable amount of time in either seconds or minutes depending on the value given.
Usage
- Specify the time in ticks
- Time in seconds or minutes is automatically calculated and added after the time in ticks.
{{ticks|time in ticks}}
Examples
Example 1
The Great Bow has a cooldown period of {{ticks|255}}, making it rather slow for a ranged weapon.
The Great Bow has a cooldown period of 255 ticks (4.25 secs) , making it rather slow for a ranged weapon.
Example 2
There are {{ticks|2500}} in one game hour, so one game day consists of {{ticks|60000}}.
There are 2,500 ticks (41.67 secs)
in one game hour, so one game day consists of 60,000 ticks (16.67 mins)
.
Choosing minutes vs. seconds
If you specifically want to show ticks converted to minutes or seconds, you can use Template:Ticks/seconds or Template:Ticks/minutes directly
Template family
- Template:Ticks
See also:
The above documentation is transcluded from Template:Ticks/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |