Template:ReleaseTable: Difference between revisions

From CrossCode Wiki
Jump to navigation Jump to search
m (list fixed)
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

File:Template-info.svg Template Documentation

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

Default:
NULL
Example:
no example
Number + "." + Number + "." + Number + ("-" + Number) Required
Date date

Release date

Default:
NULL
Example:
no example
Monthname + " " + Day + " " + Year Required
Description desc

Release description

Default:
NULL
Example:
no example
WikiCode Required
Unspecified unspecified

Unspecified (No category)

Default:
NULL
Example:
no example
WikiCode Optional
Bugfixes bugfixes

Bugfixes

Default:
NULL
Example:
no example
WikiCode Optional
Additions additions

Additions

Default:
NULL
Example:
no example
WikiCode Optional
Changes changes

Changes

Default:
NULL
Example:
no example
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.

Template parameters

ParameterDescriptionTypeStatus
Versionversion

Release version

Contentrequired
Datedate

Release date

Contentrequired
Descriptiondesc

Release description

Contentrequired
Unspecifiedunspecified

Unspecified (No category)

Contentoptional
Bugfixesbugfixes

Bugfixes

Contentoptional
Additionsadditions

Additions

Contentoptional
Changeschanges

Changes

Contentoptional

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
  • 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.
{{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.
}}