Template:Patch Notes/doc: Difference between revisions
Template page
More actions
Content deleted Content added
mNo edit summary |
m Update Docs Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Usage == |
== Usage == |
||
{{tlx|Patch Notes}} adds a Template and formatting for Patch Notes |
{{tlx|Patch Notes}} adds a Template and formatting for Patch Notes just use | between lines to format with a bulletpoint list |
||
== TemplateData == |
== TemplateData == |
||
Line 15: | Line 15: | ||
"label": "Title", |
"label": "Title", |
||
"description": "Title for Notes", |
"description": "Title for Notes", |
||
"example": "Patch |
"example": "Early Access Patch Version0.0.0.1 - January 1st, 2024", |
||
"type": "wiki-page-name", |
"type": "wiki-page-name", |
||
"required": true |
"required": true, |
||
"default": "Early Access Patch Version 0. - MONTH DAY 2024", |
|||
"suggested": true |
|||
}, |
}, |
||
"feature": { |
"feature": { |
||
"label": "Features", |
"label": "Features", |
||
"description": "Put a * At the start of each line", |
"description": "Put a * At the start of each line new line but not the First", |
||
"example": " |
"example": "This*That", |
||
"type": " |
"type": "string" |
||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
}, |
||
"change": { |
"change": { |
||
"label": "Changes", |
"label": "Changes", |
||
"description": "Put a * At the start of each line", |
"description": "Put a * At the start of each line new line but not the First", |
||
"example": " |
"example": "This*That", |
||
"type": "string" |
"type": "string" |
||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
}, |
||
"balance": { |
"balance": { |
||
"label": "Balances", |
"label": "Balances", |
||
"description": "Put a * At the start of each line", |
"description": "Put a * At the start of each line new line but not the First", |
||
"example": "* |
"example": "This*That", |
||
"type": "string" |
"type": "string" |
||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
}, |
}, |
||
"bugfix": { |
"bugfix": { |
||
"label": "Bugfixes", |
"label": "Bugfixes", |
||
"description": "Put a * At the start of each line", |
"description": "Put a * At the start of each line new line but not the First", |
||
"example": "* |
"example": "This*That", |
||
"type": "string" |
"type": "string" |
||
"suggestedvalues": [ |
|||
"* " |
|||
], |
|||
"default": "* " |
|||
} |
} |
||
}, |
|||
"description": "Template for Patch Notes", |
|||
"format": "block", |
|||
"maps": { |
|||
"Patch Notes": {}, |
|||
"Patch": {} |
|||
} |
} |
||
} |
} |
Latest revision as of 15:15, 11 January 2024
Template:Languages Template:Documentation subpage
Usage
{{Patch Notes}}
adds a Template and formatting for Patch Notes just use | between lines to format with a bulletpoint list
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title for Notes
| Page name | required |
Features | feature | Put a * At the start of each line new line but not the First
| String | optional |
Changes | change | Put a * At the start of each line new line but not the First
| String | optional |
Balances | balance | Put a * At the start of each line new line but not the First
| String | optional |
Bugfixes | bugfix | Put a * At the start of each line new line but not the First
| String | optional |