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