Template:BTD6 artifact info/doc: Difference between revisions
Created page with "<templatedata> { "params": { "name": {}, "image": {}, "description common": {}, "description rare": {}, "description legendary": {}, "name common": {}, "id": {}, "type": {}, "insta type common": {}, "insta tiers common": {}, "name rare": {}, "insta type rare": {}, "insta tiers rare": {}, "name legendary": {}, "insta type legendary": {}, "insta tiers legendary": {} }, "paramOrder": [ "id", "type", "name", "image", "description..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"label": "Name", | |||
"description": "The name of the Artifact, sans \"Common\", \"Rare\", or \"Legendary\" at the end.", | |||
"example": "Swiftest To Business", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": {}, | "image": {}, | ||
"description common": {}, | "description common": {}, | ||
"description rare": {}, | "description rare": {}, | ||
"description legendary": {}, | "description legendary": {}, | ||
" | "introduced": {}, | ||
"id": {}, | "id": { | ||
"type": {}, | "label": "ID", | ||
"description": "The internal ID of this Artifact. (Currently unused, though it may be relevant for Cargo functionality in the future.)", | |||
"example": "SwiftestToBusiness", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "The type of Artifact (to use in Cargo queries).", | |||
"example": "Artifact", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Artifact", | |||
"Boost", | |||
"Map", | |||
"Boss" | |||
], | |||
"required": true | |||
}, | |||
"insta type common": {}, | "insta type common": {}, | ||
"insta type rare": {}, | |||
"insta type legendary": {}, | |||
"insta tiers common": {}, | "insta tiers common": {}, | ||
"insta tiers rare": {}, | "insta tiers rare": {}, | ||
"insta tiers legendary": {} | "insta tiers legendary": {} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"id", | "id", | ||
"name", | "name", | ||
"image", | "image", | ||
"type", | |||
"description common", | "description common", | ||
"description rare", | "description rare", | ||
"description legendary", | "description legendary", | ||
"insta type common", | "insta type common", | ||
"insta type rare", | |||
"insta type legendary", | |||
"insta tiers common", | "insta tiers common", | ||
"insta tiers rare", | "insta tiers rare", | ||
"insta tiers legendary", | |||
"insta | "introduced" | ||
" | |||
] | ] | ||
} | } | ||
</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> | ||