Template:ReleaseTable/doc
Jump to navigation
Jump to search
Template for creating a unified Release Table
About
Creates a list that displays a Release in a unified format.
Parameter
Do not use named parameter for 1
... x
. The first Parameter will be automatically marked as 1
, the second as 2
and so on.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Version | version
|
Release version
|
Number + "." + Number + "." + Number + ("-" + Number) | Required |
Date | date
|
Release date
|
Monthname + " " + Day + " " + Year | Required |
Description | desc
|
Release description
|
WikiCode | Required |
Unspecified | unspecified
|
Unspecified (No category)
|
WikiCode | Optional |
Bugfixes | bugfixes
|
Bugfixes
|
WikiCode | Optional |
Additions | additions
|
Additions
|
WikiCode | Optional |
Changes | changes
|
Changes
|
WikiCode | Optional |
See Template:TemplateData and Template:TemplateData/entry for more information about the parameter list and DDNCode for more information about types and the DDN Notation
Test of raw TemplateData output:
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Version | version | Release version | Content | required |
Date | date | Release date | Content | required |
Description | desc | Release description | Content | required |
Unspecified | unspecified | Unspecified (No category) | Content | optional |
Bugfixes | bugfixes | Bugfixes | Content | optional |
Additions | additions | Additions | Content | optional |
Changes | changes | Changes | Content | optional |
Examples
Complete example:
Release Date | December 9 2014 |
---|---|
The first update provided many small bugfixes and improvements, as well as a major gameplay rebalancing. | |
Changelog | |
Bugfixes |
|
Additions |
|
Changes |
|
{{ReleaseTable|version="0.1.1"|date=December 9 2014| desc=The first update provided many small bugfixes and improvements, as well as a major gameplay rebalancing.| unspecified=| bugfixes=* Crashes at various places * Saving/Loading related issues * Cancelling special attacks and other crazy stuff * Display bugs in equipment menu * A whole bunch of map errors * Wrong treasure count in exploration area (ups!)| additions=* Option to reset neutral skill tree (It'll cost you though!) * Graphics libraries for standalone version. Might increase performance if you had low fps previously| changes=* Changed damage formula for better scaling * Position when loading savefile is now the entry point of the map * Shizuka Special now 110% more awesome * Old saves should work (sorry if we broke them), but items might need to be equipped again. }}