Template:BCS update info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="info" | ||
!class="head"|Version {{{version|???}}} | !class="head"|Version {{{version|???}}} | ||
|- | |- | ||
| Line 8: | Line 8: | ||
|- | |- | ||
| | | | ||
{|class="info-sub" | |||
!Release date | |||
|colspan="2"|{{{release date|TBA}} | |||
|} | |||
|- | |- | ||
|class="foot"|{{#if:{{{prev|}}}|<div style="float:left;margin-right:.5em">[[Bloons Card Storm v{{{prev}}}|◄◄ {{{prev}}}]]</div>}}{{#if:{{{prev minor|}}}|<div style="float:left">[[Bloons Card Storm{{{prev minor}}}|◄ {{{prev minor}}}]]</div>}}{{#if:{{{next|}}}|<div style="float:right;margin-left:.5em">[[Bloons Card Storm{{{next}}}|{{{next}}} ►►]]</div>}}{{#if:{{{next minor|}}}|<div style="float:right">[[Bloons Card Storm{{{next minor}}}|{{{next minor}}} ►]]</div>}} | |class="foot"|{{#if:{{{prev|}}}|<div style="float:left;margin-right:.5em">[[Bloons Card Storm v{{{prev}}}|◄◄ {{{prev}}}]]</div>}}{{#if:{{{prev minor|}}}|<div style="float:left">[[Bloons Card Storm{{{prev minor}}}|◄ {{{prev minor}}}]]</div>}}{{#if:{{{next|}}}|<div style="float:right;margin-left:.5em">[[Bloons Card Storm{{{next}}}|{{{next}}} ►►]]</div>}}{{#if:{{{next minor|}}}|<div style="float:right">[[Bloons Card Storm{{{next minor}}}|{{{next minor}}} ►]]</div>}} | ||
|}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=bcs_updates | |}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=bcs_updates | ||
|version | |version ={{{version|}}} | ||
|image | |image ={{{image|}}} | ||
|description={{{description | |description ={{{description|}}} | ||
|release_date={{{release date|}}} | |||
| | |||
}}[[Category:BCS updates]]{{#seo: | }}[[Category:BCS updates]]{{#seo: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|keywords=BCS {{{version|}}}, Bloons Card Storm {{{version|}}} | |keywords=BCS {{{version|}}}, Bloons Card Storm {{{version|}}} | ||
}}}}</includeonly><noinclude>{{#cargo_declare:_table=bcs_updates | }}{{DISPLAYTITLE:''Bloons Card Storm'' v{{{version}}}}}}}</includeonly><noinclude>{{#cargo_declare:_table=bcs_updates | ||
|version | |version =String | ||
|image | |image =File | ||
|description | |description =Wikitext string | ||
|release date=Wikitext | |||
| | |||
}}{{/doc}}</noinclude> | }}{{/doc}}</noinclude> | ||
Revision as of 10:07, 23 April 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version number | version | The version number of this update.
| Number | required |
| Image | image | An image to represent this update. | File | suggested |
| Release date | release date | The release date of this update. | String | suggested |
| Build number | build | The build number of this update (the 4-digit number displayed next to the version number in the bottom-right corner in-game).
| Number | optional |
| Previous major update | prev | The version number of the previous major update.
| Number | optional |
| Previous minor update | prev minor | The version number of the previous minor update (leave this blank if the previous minor update is before the previous major update).
| Number | optional |
| Next major update | next | The version number of the next major update (if it exists).
| Number | optional |
| Next minor update | next minor | The version number of the next minor update (leave this blank if the next minor update is after the next major update).
| Number | optional |
| Description | description | A description of this update from a store page. (This is not displayed in the infobox and is only used for cargo data.)
| String | optional |