Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Patch-notes: Difference between revisions

Template page
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Basic call on a patch-notes page:


<pre>
<pre>
{{Patch notes
{{Patch notes
  |version = 0.9.13
  |version = 1.0.0
  |date    = 2026-01-09
  |date    = 01-09-2026
  |type    = Release
  |type    = Release
  |summary = Tight summary of what changed.
  |summary = Summary of what changed.
  |breaking =
  |breaking =
* Item 1
* None noted.
* Item 2
  |features =
  |features =
* Item 1
* First official release of the game
* Item 2
* The game is real
  |fixes =
  |fixes =
* Item 1
* Fixed bugs cores.
* Item 2
* Fixed a bug with the deckbuilder.
 
}}
}}
</pre>
</pre>
Line 54: Line 52:
* <code>features</code> – Optional. Bullet list of new features. Section is hidden if left empty.
* <code>features</code> – Optional. Bullet list of new features. Section is hidden if left empty.
* <code>fixes</code> – Optional. Bullet list of bug fixes. Section is hidden if left empty.
* <code>fixes</code> – Optional. Bullet list of bug fixes. Section is hidden if left empty.
* Additional sections may be added if needed.


{{Patch-notes}}
{{Patch-notes}}
</noinclude>
</noinclude>

Latest revision as of 21:11, 9 January 2026


Usage

{{Patch notes
 |version = 1.0.0
 |date    = 01-09-2026
 |type    = Release
 |summary = Summary of what changed.
 |breaking =
* None noted.
 |features =
* First official release of the game
* The game is real
 |fixes =
* Fixed bugs cores.
* Fixed a bug with the deckbuilder.

}}

Parameters

  • version – Required version string (for example 0.9.13).
  • date – Release date of version (MM-DD-YYYY format).
  • type – Optional. Release type (Release, Hotfix, Beta).
  • summary – Optional high-level summary of version.
  • breaking – Optional. Bullet list of breaking changes. Section is hidden if left empty.
  • features – Optional. Bullet list of new features. Section is hidden if left empty.
  • fixes – Optional. Bullet list of bug fixes. Section is hidden if left empty.
  • Additional sections may be added if needed.


Version
{{{version}}}
Date
Unknown
Type
Release

Summary

No summary provided.