Template:Date to Version: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><!-- -->{{#if:{{{1|}}}|<!-- -->{{#vardefine:currU|{{#time:U|{{{1|}}}}}}}<!-- -->{{#switch:1<!-- -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2025-09-12}}|1}} = 0.0<!--Write date of first beta/version. -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.1<!--Write date of second beta/version. -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.2<!--etc... -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1..." |
mNo edit summary |
||
| Line 3: | Line 3: | ||
-->{{#vardefine:currU|{{#time:U|{{{1|}}}}}}}<!-- | -->{{#vardefine:currU|{{#time:U|{{{1|}}}}}}}<!-- | ||
-->{{#switch:1<!-- | -->{{#switch:1<!-- | ||
-->|{{#ifexpr:{{#var:currU}} < {{#time:U| | -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0 <!-- first beta start date | ||
-->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.1<!-- | -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.1 <!-- second beta start date | ||
-->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.2<!-- | -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 0.0.2 <!-- | ||
-->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 1.0<!-- | -->|{{#ifexpr:{{#var:currU}} < {{#time:U|2026-01-01}}|1}} = 1.0 <!-- release version date | ||
-->|#default = 1.0<!-- | -->|#default = 1.0 <!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->}}</includeonly><noinclude>{{Documentation|type=Data}}</noinclude> | -->}}</includeonly><noinclude>{{Documentation|type=Data}}</noinclude> | ||
Revision as of 04:10, 12 September 2025
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
This template uses Module:Version Dates, a script written in Lua.
Template that returns the current Version on a particular date.
Syntax
{{Date to Version|date}}
Examples
{{Date to Version|2025-08-30}} yields: 0.0
{{Date to Version|September 17, 2025}} yields: 0.0
{{Date to Version|January 25 2026}} yields: 1.0
Template Data
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Date to input. | Date | required |