CURRENTMINUTE/doc
Discuss0
35,778pages on
this wiki
this wiki
Template page | < Template:CURRENTMINUTE
|
|
This is a documentation subpage for Template: CURRENTMINUTE (see that page for the template itself). It contains usage information, categories, and other content that is not part of the original template page. |
This template extracts the current integer minute in two digits (between 00 and 59) from the current UTC time (as set on the Memory Alpha server). The displayed value should match the right hand side of 15:23.
Usage
Edit
{{ CURRENTMINUTE }}
- Use {{subst:{{CURRENTMINUTE}}|subst=subst:}} to substitute the current minute.
Formula
Edit
- {{ padleft: (( {{CURRENTTIMESTAMP}} -30 round -2 ) mod 10000 ) div 100 | 2 | 0 }}
- {{ subst: {{CURRENTMINUTE}} }} copies this code ready for optional substitution into another template. To avoid an obscure intermittent MOD bug for large numbers the template actually uses
- ( {{CURRENTTIMESTAMP}} - 10000000000 * {{CURRENTYEAR}} )
Warning
Edit
- Pages asking for the current minute often also need other parts of {{CURRENTTIMESTAMP}} = 20130520152333, and different "current" templates and variables can reflect different timestamps near hh:mm:59.
Note
Edit
- To retrieve the current hour, use the built-in magic word {{CURRENTHOUR}}.