|
|
| (4 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| This template is used on version pages (e.g. [[Bloons TD 6 v48.0]]), which displays an icon of a "nerf" plus its details in text. A "nerf" defines balance changes that are unfavorable to the player (see [[Help:Update history]]). | | This template is used on version pages (e.g. [[Update history:Bloons TD 6/Version 48.0]]) to denote balance changes that are unfavorable to the player (see [[Help:Update history]]). |
| | | {{#lst:Template:Change/doc|template data}} |
| <templatedata>
| |
| { | |
| "params": {
| |
| "1": {
| |
| "label": "Details",
| |
| "description": "Balance change information",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "2": {
| |
| "label": "Details",
| |
| "description": "Balance change, before",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "3": {
| |
| "label": "Details",
| |
| "description": "Balance change, after",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "undoc": {
| |
| "label": "Details",
| |
| "description": "Marks an undocumented change, via text. Writing any string sets this value true.",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "bug": {
| |
| "label": "Details",
| |
| "description": "Marks a bug, via text. Writing any string sets this value true.",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "fix": {
| |
| "label": "Details",
| |
| "description": "Marks a bug fix, via text. Writing any string sets this value true.",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "note": {
| |
| "label": "Details",
| |
| "description": "Adds a 'Note:' on an indented bulletpoint, plus the string.",
| |
| "type": "string",
| |
| "required": false
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
|
| |
|
| ==Example usage== | | ==Example usage== |
| <pre> | | <pre>{{nerf|name=Ability|Damage decreased|3|2|bug=y|undoc=y}}</pre> |
| {{nerf|Ability: Damage decreased|3|2|fix=y}} | | {{nerf|name=Ability|Damage decreased|3|2|bug=y|undoc=y}} |
| </pre> | |
| | |
| {{nerf|Ability: Damage decreased|3|2|fix=y}} | |
| <includeonly>[[Category:Change templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | | <includeonly>[[Category:Change templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> |