Template:ReleaseTable/doc: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) (Created page with "{{doc/start}} Template for creating a unified Release Table == About == Creates a list that displays a Release in a unified format. == Parameter == {{TemplateData| {{Templat...") |
Streetclaw (talk | contribs) m (→Parameter) |
||
Line 9: | Line 9: | ||
{{TemplateData/entry|name=Version|param=version|desc=Release version|def=NULL|type=Number + "." + Number + "." + Number + ("-" + Number)|status=Required}} | {{TemplateData/entry|name=Version|param=version|desc=Release version|def=NULL|type=Number + "." + Number + "." + Number + ("-" + Number)|status=Required}} | ||
{{TemplateData/entry|name=Date|param=date|desc=Release date|def=NULL|type=Monthname + " " + Day + " " + Year|status=Required}} | {{TemplateData/entry|name=Date|param=date|desc=Release date|def=NULL|type=Monthname + " " + Day + " " + Year|status=Required}} | ||
{{TemplateData/entry|name=Description|param=desc|desc=Release description|def=NULL|type= | {{TemplateData/entry|name=Description|param=desc|desc=Release description|def=NULL|type=WikiCode|status=Required}} | ||
{{TemplateData/entry|name=Bugfixes|param=bugfixes|desc=Bugfixes|def=NULL|type= | {{TemplateData/entry|name=Bugfixes|param=bugfixes|desc=Bugfixes|def=NULL|type=WikiCode|status=Optional}} | ||
{{TemplateData/entry|name=Additions|param=additions|desc=Additions|def=NULL|type= | {{TemplateData/entry|name=Additions|param=additions|desc=Additions|def=NULL|type=WikiCode|status=Optional}} | ||
{{TemplateData/entry|name=Changes|param=changes|desc=Changes|def=NULL|type= | {{TemplateData/entry|name=Changes|param=changes|desc=Changes|def=NULL|type=WikiCode|status=Optional}} | ||
}} | }} | ||
Revision as of 19:17, 29 December 2016
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 |
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 |
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.| 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. }}