Template:Patch Notes: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
m Create doc Tags: mobile web edit mobile edit |
||
Line 15: | Line 15: | ||
<noinclude> |
<noinclude> |
||
[[Category:Patch Notes]] |
[[Category:Patch Notes]] |
||
⚫ | |||
<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": "content", |
|||
"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": {} |
|||
} |
|||
} |
|||
⚫ |