|
Tags: Mobile edit Mobile web edit |
Line 15: |
Line 15: |
| <noinclude> | | <noinclude> |
| [[Category:Patch Notes]] | | [[Category:Patch Notes]] |
| <templatedata>
| | </noinclude> |
| {
| |
| "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": {}
| |
| }
| |
| }
| |
| </templatedata></noinclude>
| |