Template:BTD6 artifact info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (23 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><templatestyles src="Info/style.css"/><div class="info subtable-container"><!-- | ||
--><div class="head">{{{name}}}</div> | |||
{|class="subtable main centered" | |||
|[[File:{{{image}}}|100px|Icon of {{{name}}}]] | |||
{|class=" | |||
|[[File:{{{image}}}|100px]] | |||
|} | |} | ||
{|class="subtable" | |||
!Type | |||
|colspan="2"|{{{type}}} | |||
|- | |- | ||
{{#if:{{{description common|}}}|!Common | |||
{{#if:{{{description common|}}}|!Common | |||
{{!}}colspan="2"{{!}}{{{description common|}}}}} | {{!}}colspan="2"{{!}}{{{description common|}}}}} | ||
|- | |- | ||
{{#if:{{{description rare|}}}|!Rare | {{#if:{{{description rare|}}}|!Rare | ||
{{!}}colspan="2"{{!}}{{{description rare|}}}}} | {{!}}colspan="2"{{!}}{{{description rare|}}}}} | ||
|- | |- | ||
{{#if:{{{description legendary|}}}|!Legendary | {{#if:{{{description legendary|}}}|!Legendary | ||
{{!}}colspan="2"{{!}}{{{description legendary|}}}}} | {{!}}colspan="2"{{!}}{{{description legendary|}}}}} | ||
|} | |- | ||
{{#ifeq:{{{type|}}}|Boost||![[Hero]] parties | |||
|id={{{id|}}} | {{!}}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= | |||
}}}} | |||
|- | |||
!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|}}} | |||
|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|}}} | ||
| | |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 | |name =String | ||
|image | |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> | |||