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> | ||