Template:Change/doc
This template is used on version pages (e.g. Bloons TD 6 v48.0) to notate changes that have no gameplay significance (see Help:Update history).
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Adds a label, in bold and separated by a colon, before the body of the change. If the subject has multiple mechanics, use this to delineate which mechanic this change applies to. | String | optional |
| Body | 1 | A description of the change. | String | required |
| Value before | 2 | The value before this change. Only use this for changes in stats. | String | optional |
| Value after | 3 | The value after this change. Only use this for changes in stats. | String | optional |
| Undocumented? | undoc | Labels this change as undocumented. | Boolean | optional |
| Bug? | bug | Labels this change as the result of a bug. | Boolean | optional |
| Bug fix? | fix | Labels this change as a bug fix. | Boolean | optional |
| Details | note | Adds a 'Note:' on an indented bulletpoint, plus the string. | String | optional |
Example usage
{{change|name=Ability|Description changed|"Description A"|"Description B"|bug=y|undoc=y}}
Ability: Description changed ― "Description A" → "Description B" (undocumented) (bug)