Template:ReleaseTable/doc

From CrossCode Wiki
Revision as of 19:02, 29 December 2016 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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
String Required
Bugfixes bugfixes

Bugfixes

Default:
NULL
Example:
no example
String Optional
Additions additions

Additions

Default:
NULL
Example:
no example
String Optional
Changes changes

Changes

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

Stringrequired
Bugfixesbugfixes

Bugfixes

Stringoptional
Additionsadditions

Additions

Stringoptional
Changeschanges

Changes

Stringoptional

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