Template:BTD6 achievement info/doc: Difference between revisions
Created page with "<templatedata> { "params": { "name": {}, "image": {}, "description": {}, "rewards": {}, "introduced": {}, "id": {}, "subscript": {}, "hidden": {}, "introduced C": {} }, "paramOrder": [ "id", "name", "image", "subscript", "description", "rewards", "hidden", "introduced", "introduced C" ], "format": "block" } </templatedata><includeonly>Category:BTD6 templatesCategory:Infoboxes</includeonly><noinclude>Category:Incomplete d..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"image": {}, | "label": "Name", | ||
"description": {}, | "type": "string", | ||
"rewards": {}, | "required": true | ||
"introduced": {}, | }, | ||
"id": {}, | "image": { | ||
"subscript": {}, | "label": "Image", | ||
"hidden": {}, | "type": "wiki-file-name", | ||
"introduced C": {} | "required": true | ||
}, | |||
"description": { | |||
"label": "Description", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"rewards": { | |||
"label": "Rewards", | |||
"type": "string" | |||
}, | |||
"introduced": { | |||
"label": "Introduced", | |||
"type": "string" | |||
}, | |||
"id": { | |||
"label": "ID", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"subscript": { | |||
"label": "Subscript", | |||
"description": "The number displayed under the achievement icon. This is not currently displayed in the infobox, but is used in cargo queries.", | |||
"type": "string" | |||
}, | |||
"hidden": { | |||
"label": "Hidden?", | |||
"example": "If true, marks this as a hidden achievement.", | |||
"type": "boolean" | |||
}, | |||
"introduced C": { | |||
"label": "Introduced (console version)", | |||
"type": "string" | |||
}, | |||
"unused": { | |||
"label": "Unused", | |||
"description": "Marks if this achievement is unobtainable.", | |||
"type": "boolean" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
| Line 21: | Line 59: | ||
"hidden", | "hidden", | ||
"introduced", | "introduced", | ||
"introduced C" | "introduced C", | ||
"unused" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | </templatedata><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | ||