Template:BTD6 geraldo item info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Pymonkibot (talk | contribs) m Text replacement - "info-sub" to "subtable" |
||
| (9 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="info" | ||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
|- | |- | ||
|{{#if:{{{levels 1|}}} | |{{#if:{{{levels 1|}}} | ||
|<tabs> | |<tabs> | ||
{{# | {{#if:{{{levels 3|}}}| | ||
{{{!}}class=" | {{#tab:{{{levels 1}}}, {{{levels 2}}}, {{{levels 3}}}|<!-- tab 1 --> | ||
{{!}}[[File:{{{image | {{{!}}class{{=}}"subtable main centered-cells" | ||
{{!}}[[File:{{{image}}}|100px|Icon of {{{name}}} at levels {{{levels 1}}}]] | |||
{{!}}- | {{!}}- | ||
{{!}}{{{description | {{!}}{{{description}}} | ||
{{!}}}|<!-- tab 2 --> | {{!}}}|<!-- tab 2 --> | ||
{{{!}}class=" | {{{!}}class{{=}}"subtable main centered-cells" | ||
{{!}}[[File:{{{image 2}}}|100px]] | {{!}}[[File:{{{image 2}}}|100px|Icon of {{{name}}} at levels {{{levels 2}}}]] | ||
{{!}}- | {{!}}- | ||
{{!}}{{{description 2}}} | {{!}}{{{description 2}}} | ||
{{!}}} | {{!}}}|<!-- tab 3 --> | ||
{{{!}}class=" | {{{!}}class{{=}}"subtable main centered-cells" | ||
{{!}}[[File:{{{image 3}}}|100px]] | {{!}}[[File:{{{image 3}}}|100px|Icon of {{{name}}} at levels {{{levels 3}}}]] | ||
{{!}}- | {{!}}- | ||
{{!}}{{{description 3}}} | {{!}}{{{description 3}}} | ||
{{!}}} | |||
}}| | |||
{{#tab:{{{levels 1}}}, {{{levels 2}}}|<!-- tab 1 --> | |||
{{{!}}class{{=}}"subtable main centered-cells" | |||
{{!}}[[File:{{{image}}}|100px|Icon of {{{name}}} at levels {{{levels 1}}}]] | |||
{{!}}- | |||
{{!}}{{{description}}} | |||
{{!}}}|<!-- tab 2 --> | |||
{{{!}}class{{=}}"subtable main centered-cells" | |||
{{!}}[[File:{{{image 2}}}|100px|Icon of {{{name}}} at levels {{{levels 2}}}]] | |||
{{!}}- | |||
{{!}}{{{description 2}}} | |||
{{!}}} | {{!}}} | ||
}}}} | }}}} | ||
</tabs>| | </tabs>| | ||
{{{!}}class=" | {{{!}}class{{=}}"subtable main centered-cells" | ||
{{!}}[[File:{{{image}}}|100px]] | {{!}}[[File:{{{image}}}|100px|Icon of {{{name}}}]] | ||
{{!}}- | {{!}}- | ||
{{!}}{{{description}}} | {{!}}{{{description}}} | ||
| Line 48: | Line 42: | ||
|- | |- | ||
| | | | ||
{|class=" | {|class="subtable centered-cells" | ||
!colspan="4"|Level unlocked | !colspan="4"|Level unlocked | ||
||{{{unlocked at|}}} | ||{{{unlocked at|}}} | ||
| Line 61: | Line 55: | ||
|- | |- | ||
| | | | ||
{|class=" | {|class="subtable" | ||
!Cost | !Cost | ||
|colspan="2"|{{BTD6 cost by difficulty|{{{cost|0}}}}} | |colspan="2"|{{BTD6 cost by difficulty|{{{cost|0}}}}} | ||
|} | |} | ||
|}</includeonly><noinclude>{{/doc}} | |}{{#cargo_store:_table=btd6_geraldo_items | ||
|id={{{id|}}} | |||
|category_order={{{order|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|description={{{description|}}} | |||
|unlocked_at={{{unlocked at|}}} | |||
|cost ={{{cost|}}} | |||
|cost_C ={{{cost C|}}} | |||
|starting_stock ={{{starting stock|}}} | |||
|max_stock ={{{max stock|}}} | |||
|stock_increase ={{{stock increase|}}} | |||
|rounds_per_restock={{{rounds per restock|}}} | |||
}}[[Category:Geraldo's Shop items]]{{#seo: | |||
|image={{{image|}}} | |||
|keywords=BTD6 {{{name|}}} | |||
}}</includeonly><noinclude>{{/doc}} | |||
{| | {| | ||
| | |{{#cargo_declare:_table=btd6_geraldo_items | ||
{{#cargo_declare:_table=btd6_geraldo_items | |||
|id=String | |id=String | ||
|category_order=Integer | |category_order=Integer | ||
| Line 85: | Line 97: | ||
|rounds_per_restock=Integer | |rounds_per_restock=Integer | ||
}} | }} | ||
|} | |}</noinclude> | ||
Latest revision as of 05:50, 4 April 2026
Infobox for Geraldo's Shop items. Contents are added to the Cargo table "btd6_geraldo_items".
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | id | The internal ID for this item.
| String | optional |
| Name | name | Name of the item.
| String | optional |
| image | image | no description | Unknown | optional |
| Description | description | The in-game description of the item.
| String | required |
| levels 1 | levels 1 | no description | Unknown | optional |
| levels 2 | levels 2 | no description | Unknown | optional |
| levels 3 | levels 3 | no description | Unknown | optional |
| image 2 | image 2 | no description | Unknown | optional |
| description 2 | description 2 | no description | Unknown | optional |
| image 3 | image 3 | no description | Unknown | optional |
| description 3 | description 3 | no description | Unknown | optional |
| unlocked at | unlocked at | no description | Unknown | optional |
| starting stock | starting stock | no description | Unknown | optional |
| max stock | max stock | no description | Unknown | optional |
| rounds per restock | rounds per restock | no description | Unknown | optional |
| cost | cost | no description | Unknown | optional |
| order | order | no description | Unknown | optional |
| cost C | cost C | no description | Unknown | optional |
| stock increase | stock increase | no description | Unknown | optional |
| This template defines the Cargo table "btd6_geraldo_items". View table. |