Template:Patch Notes/doc: Difference between revisions
Template page
More actions
Content deleted Content added
| m Update Info | m Update Docs Tag: 2017 source edit | ||
| 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  | 			"description": "Put a * At the start of each line new line but not the First", | ||
| 			"example": "This | 			"example": "This*That", | ||
| 			"type": " | 			"type": "string" | ||
| 		}, | 		}, | ||
| 		"change": { | 		"change": { | ||
| 			"label": "Changes", | 			"label": "Changes", | ||
| 			"description": "Put a  | 			"description": "Put a * At the start of each line new line but not the First", | ||
| 			"example": "This | 			"example": "This*That", | ||
| 			"type": " | 			"type": "string" | ||
| 		}, | 		}, | ||
| 		"balance": { | 		"balance": { | ||
| 			"label": "Balances", | 			"label": "Balances", | ||
| 			"description": "Put a  | 			"description": "Put a * At the start of each line new line but not the First", | ||
| 			"example": "This | 			"example": "This*That", | ||
| 			"type": " | 			"type": "string" | ||
| 		}, | 		}, | ||
| 		"bugfix": { | 		"bugfix": { | ||
| 			"label": "Bugfixes", | 			"label": "Bugfixes", | ||
| 			"description": "Put a  | 			"description": "Put a * At the start of each line new line but not the First", | ||
| 			"example": "This | 			"example": "This*That", | ||
| 			"type": " | 			"type": "string" | ||
| 		} | |||
| 	} | 	} | ||
| } | } | ||
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 |