Template:Patch Notes/doc: Difference between revisions

Template page
mNo edit summary
m (Update Info)
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 21: Line 21:
"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": "content"
"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": "content"
"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": "content"
"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": "content"
"suggestedvalues": [
  }
"* "
],
"default": "* "
}
},
"description": "Template for Patch Notes",
"format": "block",
"maps": {
"Patch Notes": {},
"Patch": {}
}
}
}
}

Revision as of 02:13, 4 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

Example
Patch 0.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
Contentoptional
Changeschange

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

Example
This|That
Contentoptional
Balancesbalance

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

Example
This|That
Contentoptional
Bugfixesbugfix

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

Example
This|That
Contentoptional


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