m (Noinclude) |
m (Update Docs) Tag: 2017 source edit |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Languages|Template:Patch Notes/doc}} | |||
{{Documentation subpage}} | |||
== Usage == | == Usage == | ||
{{tlx|Patch Notes}} adds a Template and formatting for Patch Notes just use | between lines to format with a bulletpoint list | |||
== | == TemplateData == | ||
{{TemplateData header}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 16: | 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" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"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" | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata></ | </templatedata> | ||
<includeonly> | |||
<!-- ADD CATEGORIES AFTER THIS LINE --> | |||
[[Category:Templates|Templates]] | |||
</includeonly> |
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 |