Template:Version to Date/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Documentation/Header}} Template that returns the start date of the Version. ==Syntax== {{T|Version to Date|v1=version number}} ==Examples== {{T|Version to Date|_Y_=1}}<br> {{T|Version to Date|1.0|_Y_=1}}<br> {{T|Version to Date|0.0.1|_Y_=1}}<br> {{T|Version to Date|0.0.1|format=d M, Y|_Y_=1}}<br> ==See Also== * {{T|CurrentVersion}} * {{T|Date to Version}} ==Template Data== <!-- Edit the Template Data through the "MANAGE TEMPLATEDATA" button at the top left --><..." |
mNo edit summary |
||
| Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
* {{T| | * {{T|Current Version}} | ||
* {{T|Date to Version}} | * {{T|Date to Version}} | ||
Revision as of 01:54, 16 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 the Version.
Syntax
{{Version to Date|version number}}
Examples
{{Version to Date}} yields:
{{Version to Date|1.0}} yields:
{{Version to Date|0.0.1}} yields:
{{Version to Date|0.0.1|format = d M, Y}} yields:
See Also
- {{Current Version}}
- {{Date to Version}}
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 |