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..."
 
this is a better example
 
(3 intermediate revisions by the same user not shown)
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": {},
"name common": {},
"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": {},
"name rare": {},
"insta type rare": {},
"insta tiers rare": {},
"insta tiers rare": {},
"name legendary": {},
"insta type legendary": {},
"insta tiers legendary": {}
"insta tiers legendary": {}
},
},
"paramOrder": [
"paramOrder": [
"id",
"id",
"type",
"name",
"name",
"image",
"image",
"type",
"description common",
"description common",
"description rare",
"description rare",
"description legendary",
"description legendary",
"name common",
"insta type common",
"insta type common",
"insta type rare",
"insta type legendary",
"insta tiers common",
"insta tiers common",
"name rare",
"insta type rare",
"insta tiers rare",
"insta tiers rare",
"name legendary",
"insta tiers legendary",
"insta type legendary",
"introduced"
"insta tiers legendary"
],
]
"format": "block"
}
}</templatedata>
</templatedata><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude>
==Example usage==
{{BTD6 artifact info
|id=CorneredBeasts
|type=Artifact
 
|name =Cornered Beasts
|image=BTD6 ArtifactCorneredBeasts.png
 
|description common  =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 15%). Adds a 0-1-1 Beast Handler to your Party
|description rare    =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 25%). Adds a 0-2-1 Beast Handler to your Party
|description legendary=Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 35%). Adds a 0-2-0 Beast Handler to your Party
           
|insta type common  =BeastHandler
|insta type rare    =BeastHandler
|insta type legendary=BeastHandler
 
|insta tiers common  =011
|insta tiers rare    =021
|insta tiers legendary=020
|introduced=47.0
}}
<pre>{{BTD6 artifact info
|id=CorneredBeasts
|type=Artifact
 
|name =Cornered Beasts
|image=BTD6 ArtifactCorneredBeasts.png
 
|description common  =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 15%). Adds a 0-1-1 Beast Handler to your Party
|description rare    =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 25%). Adds a 0-2-1 Beast Handler to your Party
|description legendary=Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 35%). Adds a 0-2-0 Beast Handler to your Party
           
|insta type common  =BeastHandler
|insta type rare    =BeastHandler
|insta type legendary=BeastHandler
 
|insta tiers common  =011
|insta tiers rare    =021
|insta tiers legendary=020
|introduced=47.0
}}</pre><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude>