Template:Version to Date

Revision as of 19:03, 29 August 2025 by ReinDevildom (talk | contribs) (Created page with "<includeonly><!-- -->{{#if:{{{1|}}}|<!-- -->{{#vardefine:date|<!-- -->{{#switch:{{{1|}}}<!-- -->|#default = <!-- -->}}<!-- -->}}<!-- -->{{#if:{{#var:date}}|<!-- -->{{#if:{{{format|}}}<!-- -->|{{#time:{{{format|}}}|{{#var:date}}}}<!-- -->|{{#var:date}}<!-- -->}}<!-- -->}}<!-- -->}}</includeonly><noinclude>{{Documentation|type=Data}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

Template that returns the start date of a Version.

Syntax

{{Version to Date|version number}}

Examples

{{Version to Date|0.3}} yields:
{{Version to Date|1.0}} yields:
{{Version to Date|1.0|format = d M, Y}} yields:

Template Data

Returns the start date of the Version.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Version1

Version number

Example
1.0
Numbersuggested
Formatformat

Format of returned date, as used in the #time parser function

Example
d M, Y
Stringoptional