(Created page with "<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": "Pu...") Tags: Mobile edit Mobile web edit |
m (Noinclude) |
||
Line 1: | Line 1: | ||
<noinclude> | |||
{{Documentation|content= | |||
== Usage == | |||
Information about usage. | |||
== More example headings == | |||
More example contents | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 57: | Line 68: | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata></noinclude> |
Revision as of 18:33, 29 December 2023
{{Documentation|content=
Usage
Information about usage.
More example headings
More example contents
Template for Patch Notes
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title for Notes
| Page name | required |
Features | feature | Put a * At the start of each line
| Content | optional |
Changes | change | Put a * At the start of each line
| String | optional |
Balances | balance | Put a * At the start of each line
| String | optional |
Bugfixes | bugfix | Put a * At the start of each line
| String | optional |