Template:Patch Notes: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
[[File:Patch Notes Header.png|link=|frameless|center]] |
[[File:Patch Notes Header.png|link=|frameless|center]] |
||
⚫ | |||
=={{{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}}}}} |
||
⚫ | |||
<noinclude> |
<noinclude> |
||
{{documentation}} |
|||
[[Category:Patch Notes]] |
|||
<!-- Add cats and interwikis to the /doc subpage, not here! --> |
|||
<templatedata> |
|||
⚫ | |||
{ |
|||
"params": { |
|||
"title": { |
|||
"label": "Title", |
|||
"description": "Title for Notes", |
|||
"example": "Patch 0.0.0.1 - January 1st, 2024", |
|||
"type": "wiki-page-name", |
|||
"required": true |
|||
}, |
|||
"feature": { |
|||
"label": "Features", |
|||
"description": "Put a * At the start of each line", |
|||
"example": "* This Feature", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
|||
"change": { |
|||
"label": "Changes", |
|||
"description": "Put a * At the start of each line", |
|||
"example": "* This Changed", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
|||
"balance": { |
|||
"label": "Balances", |
|||
"description": "Put a * At the start of each line", |
|||
"example": "* Balanced this", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
|||
"bugfix": { |
|||
"label": "Bugfixes", |
|||
"description": "Put a * At the start of each line", |
|||
"example": "* Bugfixed", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
} |
|||
}, |
|||
"description": "Template for Patch Notes", |
|||
"format": "block", |
|||
"maps": { |
|||
"Patch Notes": {}, |
|||
"Patch": {} |
|||
} |
|||
} |
|||
⚫ |
Latest revision as of 19:10, 4 January 2024
This documentation is transcluded from Template:Patch Notes/doc. Changes can be proposed in the talk page.