|
|
Line 15: |
Line 15: |
| <noinclude> | | <noinclude> |
| [[Category:Patch Notes]] | | [[Category:Patch Notes]] |
| <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>
| |