Template:Change: Difference between revisions
mNo edit summary |
m honestly, i don't like the gray icon. the only reason it existed was to stop people from using the yellow icon for non-gameplay changes, but i don't think that's an issue anymore now that the wiki's style is more clearly established. i might find another use for it later, but i'm going to make it have no icon by default. |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{icon| | <includeonly>{{#if:{{{icon|}}}|[[File:{{{icon}}}.svg|x20px|link=|{{{icon}}}]]}}{{#if:{{{1|}}}| {{#if:{{{name|}}}|'''{{{name}}}''': }}{{{1}}} {{#if:{{{2|}}}|― {{{2}}} → {{{3}}} {{#if:{{{4|}}}|({{{4}}})}}}} {{#if:{{{undoc|}}}|('''undocumented''')}} {{#if:{{{bug|}}}|('''bug''')}} {{#if:{{{fix|}}}|('''bug fix''')}}{{#if:{{{note|}}}|<ul><li>Note: {{{note}}}</li></ul>}}}}</includeonly><noinclude>{{/doc}}</noinclude> | ||
Revision as of 02:46, 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.
| 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 |
| Text in parentheses | 4 | Displays text in parentheses after the values before and after. (This text should not be capitalized.) | 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 |
| Note | note | Displays "Note:" followed by this text on an indented bullet point below the body of the change. | 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)