Template:BTD6 artifact info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (26 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><templatestyles src="Info/style.css"/><div class="info"><!-- | ||
--><div class="head">{{{name}}}</div> | |||
{|class="subtable main centered" | |||
|[[File:{{{image}}}|100px|Icon of {{{name}}}]] | |||
|} | |||
{|class="subtable" | |||
{{#if:{{{description common|}}}|!Common | |||
{{!}}colspan="2"{{!}}{{{description common|}}}}} | |||
|- | |- | ||
| | {{#if:{{{description rare|}}}|!Rare | ||
{ | {{!}}colspan="2"{{!}}{{{description rare|}}}}} | ||
|- | |- | ||
{{#if:{{{description legendary|}}}|!Legendary | |||
{{!}}colspan="2"{{!}}{{{description legendary|}}}}} | |||
{{#if:{{{description | |||
{{!}}colspan="2"{{!}}{{{ | |||
|- | |- | ||
{{# | ![[Hero]] parties | ||
|colspan="2"|{{#cargo_query:tables=btd6_hero_skins | |||
|fields=CONCAT("[[", _pageName, "|", name, "]] (", rl_artifact_rarity, ")<br>") = text | |||
|where=rl_artifact = "{{{name}}}" AND NOT xd_only | |||
|order by=numeric_id | |||
|default=— | |||
|format=list | |||
|delimiter= | |||
}} | |||
|- | |- | ||
{{#if:{{{ | !Introduced | ||
{{ | |colspan="2"|{{#if:{{{introduced|}}}|[[Update history:Bloons TD 6/Version {{{introduced}}}|Version {{{introduced}}}]]|???}} | ||
|} | |}</div>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd6_artifacts | ||
|id ={{{id|}}} | |||
|id={{{id|}}} | |||
|type={{{type|}}} | |type={{{type|}}} | ||
|name | |name ={{{name|}}} | ||
|image | |image={{{image|}}} | ||
| | |description_common ={{{description common|}}} | ||
|description_rare ={{{description rare|}}} | |||
| | |description_legendary={{{description legendary|}}} | ||
| | |||
| | |insta_type_common ={{{insta type common|}}} | ||
|image | |insta_type_rare ={{{insta type rare|}}} | ||
| | |insta_type_legendary ={{{insta type legendary|}}} | ||
|insta_tiers_common ={{{insta tiers common|}}} | |||
|insta_tiers_rare ={{{insta tiers rare|}}} | |||
|insta_tiers_legendary={{{insta tiers legendary|}}} | |||
|introduced ={{{introduced|}}} | |||
}}[[Category:{{#ifeq:{{{type|}}}|Boost|Boosts|Artifacts}}]]{{#seo: | |||
|image={{{image|}}} | |||
|name=BTD6 {{{name|}}}, Rogue Legends {{{name|}}}, Artifact {{{name|}}} | |||
}}}}</includeonly><noinclude>{{#cargo_declare:_table=btd6_artifacts | |||
|id =String | |||
|type=String | |||
| | |name =String | ||
| | |image=File | ||
| | |description_common =String | ||
| | |description_rare =String | ||
|description_legendary=String | |||
| | |||
| | |insta_type_common =String | ||
| | |insta_type_rare =String | ||
| | |insta_type_legendary=String | ||
| | |insta_tiers_common =String | ||
| | |insta_tiers_rare =String | ||
| | |insta_tiers_legendary=String | ||
}} | |introduced =String | ||
}}{{/doc}}</noinclude> | |||