Difference between revisions of "Template:Changelog version"
From Roll20 Wiki
(new) |
m |
||
Line 1: | Line 1: | ||
<includeonly>'''v{{{version|{{{1}}}}}} ({{{date|{{{2}}}}}})''' | <includeonly>'''v{{{version|{{{1}}}}}} ({{{date|{{{2}}}}}})''' | ||
{{{notes|{{{3}}}}}} | {{{notes|{{{3}}}}}} | ||
+ | |||
</includeonly><noinclude>{{documentation}}</noinclude> | </includeonly><noinclude>{{documentation}}</noinclude> |
Latest revision as of 17:20, 13 January 2015
Creates a version entry for an API script's changelog.
[edit] Parameters
Name | Description |
---|---|
version | Version number associated with the change. Defaults to the first anonymous parameter. It is recommended that this value is presented in the format major.minor for consistency.
|
date | Date that the version was created. Defaults to the second anonymous parameter. It is recommended that this value is presented in the format yyyy-mm-dd for consistency.
|
notes | Details of the change. Defaults to the third anonymous parameter. It is recommended that this value is presented as an unordered list for consistency. |
[edit] Example
Wikitext | Output |
---|---|
{{changelog version |1.1 |2015-01-07 |* Included better documentation * Fixed formatting issues}} |
v1.1 (2015-01-07)
|
The above documentation is transcluded from Template:Changelog version/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |