Template:BTD6 cosmetic item info: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly>{|class="info" | ||
!class="head"|{{{shortname}}} | !class="head"|{{{shortname}}} | ||
|- | |- | ||
| Line 37: | Line 8: | ||
|{{{description}}} | |{{{description}}} | ||
|} | |} | ||
{|class="info-sub" | {|class="info-sub" | ||
!Source(s) | !Source(s) | ||
| Line 46: | Line 15: | ||
|where= item = '{{{id|}}}' | |where= item = '{{{id|}}}' | ||
|group by = item | |group by = item | ||
| | |delimiter=\n | ||
}} | }} | ||
|- | |- | ||
| Line 52: | Line 21: | ||
|colspan=2|{{#if:{{{introduced|}}}|[[Bloons TD 6 v{{{introduced}}}|Version {{{introduced}}}]]|Launch}} | |colspan=2|{{#if:{{{introduced|}}}|[[Bloons TD 6 v{{{introduced}}}|Version {{{introduced}}}]]|Launch}} | ||
|} | |} | ||
|}<noinclude>{{/doc}} | |}{{#cargo_store:_table=btd6_cosmetic_items | ||
|id={{{id|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|shortname ={{{shortname|}}} | |||
|description={{{description|}}} | |||
|category ={{{category|}}} | |||
|subcategory={{{subcategory|}}} | |||
|introduced ={{{introduced|}}} | |||
|introduced_C={{{introduced C|}}} | |||
|xd_only ={{{xd only|0}}} | |||
}}</includeonly><noinclude>{{/doc}} | |||
<div>{{#cargo_declare:_table=btd6_cosmetic_items | |||
|id=String | |||
|name =String | |||
|image =File | |||
|shortname =String | |||
|description=Wikitext string | |||
|category =String | |||
|subcategory=String | |||
|introduced =String | |||
|introduced_C=String | |||
|xd_only =Boolean | |||
}}</div></noinclude> | |||