(→Usage) |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Template|Days}} is used to determine how old something is in days. | {{Template|Days}} is used to determine how old something is in days. | ||
==Usage== | ==Usage== | ||
It has | It has two {{Parameter|optional}}, both of which are dates. The built-in MediaWiki functions it relies on should be fairly robust, but the preferred format is: {{Code|yyyy/mm/dd}}. | ||
# is the date of the event in question | # is the date of the event in question, it defaults to the [[Game Date]] | ||
# is the date measured from; it defaults to the | # is the date measured from; it defaults to the first day of the shutdown, {{Code|2059/12/19}} | ||
==Returns== | ==Returns== | ||
{{Code|<nowiki>{{Days}}</nowiki>}} returns: {{Return|{{Days}}}} | |||
{{Code|<nowiki>{{Days|1979/11/05}}</nowiki>}} returns: {{Return|{{Days|1979/11/05}}}} | {{Code|<nowiki>{{Days|1979/11/05}}</nowiki>}} returns: {{Return|{{Days|1979/11/05}}}} | ||
{{Code|<nowiki>{{Days|1979/11/05|</nowiki>{{#time:Y/m/d|{{CURRENTTIMESTAMP}}}}<nowiki>}}</nowiki>}} returns: {{Return|{{Days|1979/11/05|{{#time:Y/m/d|{{CURRENTTIMESTAMP}}}}}}}} | {{Code|<nowiki>{{Days|1979/11/05|</nowiki>{{#time:Y/m/d|{{CURRENTTIMESTAMP}}}}<nowiki>}}</nowiki>}} returns: {{Return|{{Days|1979/11/05|{{#time:Y/m/d|{{CURRENTTIMESTAMP}}}}}}}} | ||
Latest revision as of 16:19, 25 January 2024
Template:Days is used to determine how old something is in days.
Usage
It has two optional parameter, both of which are dates. The built-in MediaWiki functions it relies on should be fairly robust, but the preferred format is: yyyy/mm/dd.
- is the date of the event in question, it defaults to the Game Date
- is the date measured from; it defaults to the first day of the shutdown,
2059/12/19
Returns
{{Days}} returns:
149
{{Days|1979/11/05}} returns:
29413
{{Days|1979/11/05|2026/06/04}} returns:
17014
