Template:BTD6 update info/doc: Difference between revisions
Created page with "<templatedata> { "params": { "prev": { "label": "Previous update", "description": "The version number of the previous update. Needs to be a number and include the decimal.", "example": "9.0", "type": "number", "suggested": true }, "version": { "label": "Version number", "description": "Used for the version number in the infobox header. Needs to be a number and include the decimal.", "example": "10.0", "type": "number", "required": tru..." |
No edit summary |
||
| Line 4: | Line 4: | ||
"prev": { | "prev": { | ||
"label": "Previous update", | "label": "Previous update", | ||
"description": "The version number of the previous update. Needs to be a number and include the decimal.", | "description": "The version number of the previous major update. Needs to be a number and include the decimal.", | ||
"example": "9.0", | "example": "9.0", | ||
"type": "number", | "type": "number", | ||
| Line 18: | Line 18: | ||
"next": { | "next": { | ||
"label": "Next update", | "label": "Next update", | ||
"description": "The version number of the next update. Needs to be a number and include the decimal.", | "description": "The version number of the next major update. Needs to be a number and include the decimal.", | ||
"example": "11.0", | "example": "11.0", | ||
"type": "number", | "type": "number", | ||
| Line 58: | Line 58: | ||
"description": "Release date on Epic Games. Your input should use the {{date}} template, or {{timestamp}} template if that information is available.", | "description": "Release date on Epic Games. Your input should use the {{date}} template, or {{timestamp}} template if that information is available.", | ||
"type": "string" | "type": "string" | ||
}, | |||
"prev minor": { | |||
"label": "Previous minor update", | |||
"description": "The version number of the previous minor update. Needs to be a number and include the decimal.", | |||
"example": "9.1", | |||
"type": "number" | |||
}, | |||
"next minor": { | |||
"label": "Next minor update", | |||
"description": "The version number of the next minor update. Needs to be a number and include the decimal.", | |||
"example": "9.1", | |||
"type": "number" | |||
} | } | ||
}, | }, | ||
"description": "Infobox used for BTD6 updates. Articles with this template are automatically added to [[Category:BTD6 updates]].", | "description": "Infobox used for BTD6 updates. Articles with this template are automatically added to [[Category:BTD6 updates]].", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"version", | |||
"image", | |||
"app store date", | |||
"google play date", | |||
"amazon appstore date", | |||
"steam date", | |||
"microsoft store date", | |||
"epic games date", | |||
"prev", | |||
"next", | |||
"prev minor", | |||
"next minor" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 06:36, 14 November 2024
Infobox used for BTD6 updates. Articles with this template are automatically added to [[Category:BTD6 updates]].
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version number | version | Used for the version number in the infobox header. Needs to be a number and include the decimal.
| Number | required |
| Image | image | An image to represent the update.
| File | optional |
| App Store release date | app store date | Release date on the App Store. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Google Play release date | google play date | Release date on Google Play. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Amazon Appstore release date | amazon appstore date | Release date on the Amazon Appstore. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Steam release date | steam date | Release date on Steam. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Microsoft Store release date | microsoft store date | Release date on the Microsoft Store. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Epic Games release date | epic games date | Release date on Epic Games. Your input should use the {{date}} template, or {{timestamp}} template if that information is available. | String | optional |
| Previous update | prev | The version number of the previous major update. Needs to be a number and include the decimal.
| Number | suggested |
| Next update | next | The version number of the next major update. Needs to be a number and include the decimal.
| Number | suggested |
| Previous minor update | prev minor | The version number of the previous minor update. Needs to be a number and include the decimal.
| Number | optional |
| Next minor update | next minor | The version number of the next minor update. Needs to be a number and include the decimal.
| Number | optional |