Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Template:Changelog version/doc"

From Roll20 Wiki

Jump to: navigation, search
m
m
 
Line 32: Line 32:
 
* Fixed formatting issues}}
 
* Fixed formatting issues}}
 
|}
 
|}
<noinclude>[[Category:Template Documentation]]</noinclude><includeonly>[[Category:API Templates]]</includeonly>
+
<includeonly>[[Category:API Templates]]</includeonly>

Latest revision as of 15:59, 16 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)
  • Included better documentation
  • Fixed formatting issues