No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<noinclude> | <noinclude> | ||
[[Category:Patch Notes]] | [[Category:Patch Notes]] | ||
</noinclude> | <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" | |||
} | |||
</templatedata></noinclude> |