Template:Version to Date/doc: Difference between revisions

From Honkai: Nexus Anima Wiki
Jump to navigation Jump to search
Kuhlau (talk | contribs)
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 --><..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Documentation/Header}}
{{Documentation/Header}}
Template that returns the start date of the [[Version]].
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|0.0.1|_Y_=1}}<br>
{{T|Version to Date|1.0|format=d M, Y|_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==
==Template Data==
<!--
<templatedata>
Edit the Template Data through the "MANAGE TEMPLATEDATA" button at the top left
--><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.

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