Template:BTD6 cosmetic item info: Difference between revisions
No edit summary |
Pymonkibot (talk | contribs) m Text replacement - "[[Bloons TD 6 v" to "[[Update history:Bloons TD 6/Version " |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly>{|class="info" | ||
!class="head"|{{{shortname}}} | !class="head"|{{{shortname}}} | ||
|- | |- | ||
| | | | ||
{|class=" | {|class="subtable main centered-cells" | ||
|[[File:{{{image}}}|100px]] | |[[File:{{{image}}}|100px]] | ||
|- | |- | ||
|{{{description}}} | |{{{description}}} | ||
|} | |} | ||
{|class="subtable" | |||
{|class=" | |||
!Source(s) | !Source(s) | ||
|colspan=2|{{#cargo_query:table=btd6_cosmetic_sources | |colspan=2|{{#cargo_query:table=btd6_cosmetic_sources | ||
|fields=GROUP_CONCAT(name ORDER BY name DESC SEPARATOR | |fields=CONCAT("<ul>", GROUP_CONCAT("<li>", btd6_cosmetic_sources.name, "</li>" ORDER BY btd6_cosmetic_sources.name DESC SEPARATOR ""), "</ul>") = text | ||
|limit = 500 | |limit = 500 | ||
|where= item = '{{{id|}}}' | |where= item = '{{{id|}}}' | ||
|group by = item | |group by = item | ||
| | |delimiter=\n | ||
}} | }} | ||
|- | |- | ||
!Introduced | !Introduced | ||
|colspan=2|{{#if:{{{introduced|}}}|[[Bloons TD 6 | |colspan=2|{{#if:{{{introduced|}}}|[[Update history:Bloons TD 6/Version {{{introduced}}}|Version {{{introduced}}}]]|Launch}} | ||
|} | |} | ||
|}<noinclude>{{/doc}} | |}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#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 =Wikitext string | |||
|image =File | |||
|shortname =Wikitext string | |||
|description=Wikitext | |||
|category =String | |||
|subcategory=String | |||
|introduced =String | |||
|introduced_C=String | |||
|xd_only =Boolean | |||
}}</div></noinclude> | |||