Template:Patch Notes/doc: Difference between revisions

Template page
No edit summary
m (Update Docs)
Tag: 2017 source edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
{{Languages|Template:Patch Notes/doc}}
{{documentation subpage}}
{{Documentation subpage}}
 


== Usage ==
== Usage ==


Information about usage.
{{tlx|Patch Notes}} adds a Template and formatting for Patch Notes just use | between lines to format with a bulletpoint list


== More example headings ==
== TemplateData ==
 
{{TemplateData header}}
More example contents
<templatedata>
<templatedata>
{
{
Line 15: Line 15:
"label": "Title",
"label": "Title",
"description": "Title for Notes",
"description": "Title for Notes",
"example": "Patch 0.0.0.1 - January 1st, 2024",
"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": "* This Feature",
"example": "This*That",
"type": "content",
"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": "* This Changed",
"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": "* Balanced this",
"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": "* Bugfixed",
"example": "This*That",
"type": "string",
"type": "string"
"suggestedvalues": [
"* "
],
"default": "* "
}
}
},
"description": "Template for Patch Notes",
"format": "block",
"maps": {
"Patch Notes": {},
"Patch": {}
}
}
}
}
</templatedata></noinclude>
</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

Template:TemplateData header

No description.

Template parameters

ParameterDescriptionTypeStatus
Titletitle

Title for Notes

Default
Early Access Patch Version 0. - MONTH DAY 2024
Example
Early Access Patch Version0.0.0.1 - January 1st, 2024
Page namerequired
Featuresfeature

Put a * At the start of each line new line but not the First

Example
This*That
Stringoptional
Changeschange

Put a * At the start of each line new line but not the First

Example
This*That
Stringoptional
Balancesbalance

Put a * At the start of each line new line but not the First

Example
This*That
Stringoptional
Bugfixesbugfix

Put a * At the start of each line new line but not the First

Example
This*That
Stringoptional


🍪 We use cookies to keep session information to provide you a better experience.