Template:Change/doc: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
Created page with "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). <section begin="template data"/><templatedata> { "params": { "1": { "label": "Body", "description": "A description of the change.", "type": "string", "required": true }, "2": { "label": "Value before", "description": "The value before this change. Only use this for changes in stats.", "type": "..."
 
mNo edit summary
 
(3 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]]) to notate changes that have no gameplay significance (see [[Help:Update history]]).
This template is used on version pages (e.g. [[Update history:Bloons TD 6/Version 48.0]]) to notate changes without using an icon to indicate how it affects gameplay (see [[Help:Update history]]).
<section begin="template data"/><templatedata>
<section begin="template data"/><templatedata>
{
{
Line 20: Line 20:
"type": "string",
"type": "string",
"required": false
"required": false
},
"4": {
"label": "Text in parentheses",
"description": "Displays text in parentheses after the values before and after. (This text should not be capitalized.)",
"type": "string"
},
},
"undoc": {
"undoc": {
Line 40: Line 45:
},
},
"note": {
"note": {
"label": "Details",
"label": "Note",
"description": "Adds a 'Note:' on an indented bulletpoint, plus the string.",
"description": "Displays \"Note:\" followed by this text on an indented bullet point below the body of the change.",
"type": "string",
"type": "string",
"required": false
"required": false
Line 57: Line 62:
"2",
"2",
"3",
"3",
"4",
"undoc",
"undoc",
"bug",
"bug",

Latest revision as of 02:47, 19 May 2026

This template is used on version pages (e.g. Update history:Bloons TD 6/Version 48.0) to notate changes without using an icon to indicate how it affects gameplay (see Help:Update history).

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Namename

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.

Stringoptional
Body1

A description of the change.

Stringrequired
Value before2

The value before this change. Only use this for changes in stats.

Stringoptional
Value after3

The value after this change. Only use this for changes in stats.

Stringoptional
Text in parentheses4

Displays text in parentheses after the values before and after. (This text should not be capitalized.)

Stringoptional
Undocumented?undoc

Labels this change as undocumented.

Booleanoptional
Bug?bug

Labels this change as the result of a bug.

Booleanoptional
Bug fix?fix

Labels this change as a bug fix.

Booleanoptional
Notenote

Displays "Note:" followed by this text on an indented bullet point below the body of the change.

Stringoptional

Example usage

{{change|name=Ability|Description changed|"Description A"|"Description B"|bug=y|undoc=y}}

Ability: Description changed ― "Description A" → "Description B" (undocumented) (bug)