Template:BMC terrain info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Pymonkibot (talk | contribs) m Text replacement - "info-sub" to "subtable" |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|- | |- | ||
|<tabs> | |<tabs> | ||
{{#if:{{{id F|}}}|<tab name="Flash"> | |||
{|class="subtable main centered-cells" | |||
|{{#ifexist:File:{{{image F|???}}}|[[File:{{{image F}}}|100px]]|[[File:missing image.png|250px]]}} | |||
|} | |||
</tab>}} | |||
{{#if:{{{id M|}}}|<tab name="Mobile"> | {{#if:{{{id M|}}}|<tab name="Mobile"> | ||
{|class=" | {|class="subtable main centered-cells" | ||
|{{#ifexist:File:{{{image M|???}}}|[[File:{{{image M}}}|100px]]|[[File:missing image.png|250px]]}} | |{{#ifexist:File:{{{image M|???}}}|[[File:{{{image M}}}|100px]]|[[File:missing image.png|250px]]}} | ||
| | |} | ||
</tab>}} | |||
</tabs> | </tabs> | ||
|- | |- | ||
| | | | ||
{|class=" | {|class="subtable" | ||
![[Difficulty (BMC)|Difficulty]] | ![[Difficulty (BMC)|Difficulty]] mod | ||
|colspan=" | |colspan="2"| +{{{difficulty|???}}} | ||
|- | |- | ||
!Favoured | !Favoured | ||
|colspan=" | |colspan="2"|{{{favoured|—}}} | ||
|- | |- | ||
!Restricted | !Restricted | ||
|colspan=" | |colspan="2"|{{{restricted|—}}} | ||
|- | |- | ||
!Special Terrain | !Special Terrain | ||
|colspan=" | |colspan="2"|{{{special terrain|—}}} | ||
|- | |- | ||
!Music | !Music | ||
|colspan=" | |colspan="2"|{{{music|???}}} | ||
|} | |} | ||
|}{{#seo: | |}{{#seo: | ||
|image={{{image F|}}} | |image={{{image F|}}} | ||
|keywords=BMC {{{name|}}} | |keywords=BMC {{{name|}}} | ||
}}[[Category:Terrain (BMC)]]</includeonly><noinclude>{{/doc}}</noinclude> | }}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=bmc_terrain | ||
|id_F={{{id F|}}} | |||
|id_M={{{id M|}}} | |||
|name ={{{name|}}} | |||
|image_F={{{image F|}}} | |||
|image_M={{{image M|}}} | |||
|difficulty ={{#invoke:unstrip|kill_markers|{{{difficulty|}}}}} | |||
|favoured ={{{favoured|}}} | |||
|restricted ={{{restricted|}}} | |||
|special_terrain={{{special terrain|}}} | |||
|music ={{{music|}}} | |||
}}[[Category:Terrain (BMC)]]}}</includeonly><noinclude>{{/doc}} | |||
<div>{{#cargo_declare:_table=bmc_terrain | |||
|id_F=String | |||
|id_M=String | |||
|name =String | |||
|image_F=File | |||
|image_M=File | |||
|difficulty =Integer | |||
|favoured =List (, ) of Wikitext string | |||
|restricted =List (, ) of Wikitext string | |||
|special_terrain=List (, ) of Wikitext string | |||
|music =String | |||
}}</div></noinclude> | |||
Latest revision as of 05:53, 4 April 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | optional |
| image F | image F | no description | Unknown | optional |
| image M | image M | no description | Unknown | optional |
| difficulty | difficulty | no description | Unknown | optional |
| favoured | favoured | no description | Unknown | optional |
| restricted | restricted | no description | Unknown | optional |
| special terrain | special terrain | no description | Unknown | optional |
| music | music | no description | Unknown | optional |
This template defines the Cargo table "bmc_terrain". View table.