Template:ReleaseTable: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) m (list fixed) |
Streetclaw (talk | contribs) m (unspecified added) |
||
Line 5: | Line 5: | ||
|- | |- | ||
|colspan="2"|{{{desc}}} | |colspan="2"|{{{desc}}} | ||
{{#ifeq: {{#expr: {{#if: {{{bugfixes|}}} | 1 | 0 }} or {{#if: {{{additions|}}} | 1 | 0 }} or {{#if: {{{changes|}}} | 1 | 0 }} }} | 1 | {{!}}- | {{#ifeq: {{#expr: {{#if: {{{unspecified|}}} | 1 | 0 }} or {{#if: {{{bugfixes|}}} | 1 | 0 }} or {{#if: {{{additions|}}} | 1 | 0 }} or {{#if: {{{changes|}}} | 1 | 0 }} }} | 1 | {{!}}- | ||
!colspan="2"{{!}}Changelog | !colspan="2"{{!}}Changelog | ||
{{!}}- | {{!}}- | ||
{{#if: {{{unspecified|}}} | | |||
{{!}} colspan="2" {{!}} | |||
{{{unspecified}}} | |||
{{!}}-}} | |||
{{#if: {{{bugfixes|}}} | | {{#if: {{{bugfixes|}}} | | ||
! width="110px" {{!}} Bugfixes | ! width="110px" {{!}} Bugfixes |
Latest revision as of 19:42, 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 |
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. }}