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
Content deleted Content added
Update
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
[[File:Patch Notes Header.png|frameless|center]]
[[File:Patch Notes Header.png|link=|frameless|center]]

<includeonly>
=={{{title}}}==
=={{{title}}}==
{{#if:{{{quote|}}}|{{{quote}}}}}

{{#if:{{{feature|}}}|===Feature===
{{#if:{{{feature|}}}|===Feature===
{{{feature}}}}}
*{{{feature}}}}}
{{#if:{{{change|}}}|===Change===
{{#if:{{{change|}}}|===Change===
{{{change}}}}}
*{{{change}}}}}
{{#if:{{{balance|}}}|===Balance===
{{#if:{{{balance|}}}|===Balance===
{{{balance}}}}}
*{{{balance}}}}}
{{#if:{{{bugfix|}}}|===Bugfix===
{{#if:{{{bugfix|}}}|===Bugfix===
{{{bugfix}}}}}
*{{{bugfix}}}}}
</includeonly>

<noinclude>
<noinclude>
{{documentation}}
[[Category:Patch Notes]]
<!-- Add cats and interwikis to the /doc subpage, not here! -->
<templatedata>
</noinclude>
{
"params": {
"title": {
"required": true,
"description": "Title",
"example": "Patch 0.0.0.1 - January 1st, 2024",
"type": "wiki-page-name",
"label": "Title for Notes"
},
"feature": {
"description": "Put a * At the start of each line",
"example": "* This Feature",
"type": "string",
"suggestedvalues": [
"* "
],
"label": "Features"
},
"bugfix": {
"description": "Put a * At the start of each line",
"example": "* Bugfixed",
"type": "content",
"suggestedvalues": [
"* "
],
"label": "Bugfixes"
},
"balance": {
"description": "Put a * At the start of each line",
"example": "* Balanced this",
"type": "content",
"suggestedvalues": [
"* "
],
"label": "Balances"
},
"change": {
"description": "Put a * At the start of each line",
"example": "* Changes this",
"type": "content",
"suggestedvalues": [
"* "
],
"label": "Changes"
},
},
"format": "block"
}
</templatedata></noinclude>

Latest revision as of 19:10, 4 January 2024


Template documentation[view][edit][history][purge]
This documentation is transcluded from Template:Patch Notes/doc. Changes can be proposed in the talk page.
🍪 We use cookies to keep session information to provide you a better experience.