Template:Version to Date/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | {{Documentation/Header}} | ||
Template that returns the start date of | Template that returns the start date of a [[Version]]. | ||
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
==Examples== | ==Examples== | ||
{{T|Version to Date|_Y_=1}}<br> | {{T|Version to Date|0.3|_Y_=1}}<br> | ||
{{T|Version to Date|1.0|_Y_=1}}<br> | {{T|Version to Date|1.0|_Y_=1}}<br> | ||
{{T|Version to Date| | {{T|Version to Date|1.0|format=d M, Y|_Y_=1}}<br> | ||
==Template Data== | ==Template Data== | ||
<templatedata> | |||
{ | { | ||
"params": { | "params": { | ||
Latest revision as of 02:50, 17 September 2025
This is the documentation page for Version to Date. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version | 1 | Version number
| Number | suggested |
| Format | format | Format of returned date, as used in the #time parser function
| String | optional |