Template:ProductCargo: Difference between revisions
Schang1146 (talk | contribs) No edit summary |
Schang1146 (talk | contribs) Add infobox and ReleaseYear & InProduction fields |
||
Line 11: | Line 11: | ||
: '''Logo:''' (Optional) Image file of the product's logo | : '''Logo:''' (Optional) Image file of the product's logo | ||
: '''Description:''' (Optional) Description of the incident in 150 characters or less | : '''Description:''' (Optional) Description of the incident in 150 characters or less | ||
: '''ReleaseYear:''' (Optional) Year that the product was released | |||
: '''InProduction:''' (Optional) Whether or not the product is still being produced | |||
{{#template_params:Company (label=Company) | {{#template_params:Company (label=Company) | ||
Line 19: | Line 21: | ||
|Logo (label=Logo) | |Logo (label=Logo) | ||
|Description (label=Description) | |Description (label=Description) | ||
| ReleaseYear (label=Release Year) | |||
| InProduction (label=In Production) | |||
}} | }} | ||
{{#cargo_declare:_table=Product | {{#cargo_declare:_table=Product | ||
Line 28: | Line 32: | ||
| Logo = File | | Logo = File | ||
| Description = String | | Description = String | ||
| ReleaseYear = Date | |||
| InProduction = Boolean | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
Line 39: | Line 45: | ||
| Logo = {{{Logo|}}} | | Logo = {{{Logo|}}} | ||
| Description = {{{Description|}}} | | Description = {{{Description|}}} | ||
| ReleaseYear = {{{ReleaseYear|}}} | |||
| InProduction = {{{InProduction|}}} | |||
}} | }} | ||
<div class="infobox"> | |||
<div style="display: flex; gap: 8px; flex-direction: column"> | |||
<div class="infobox-title">{{{Title|{{PAGENAME}}}}}</div> | |||
<div class="infobox-image">[[File:{{{Logo}}}|200px]]</div> | |||
<table class="infobox-table"> | |||
<tr> | |||
<th colspan="2" class="infobox-table-caption"> | |||
Basic Information | |||
</th> | |||
</tr> | |||
<tr> | |||
<th>{{nowrap|Release Year}}</th> | |||
<td>{{{ReleaseYear}}}</td> | |||
</tr> | |||
<tr> | |||
<th>{{nowrap|Product Type}}</th> | |||
<td>{{{Category}}}</td> | |||
</tr> | |||
<tr> | |||
<th>{{nowrap|In Production}}</th> | |||
<td>{{{InProduction}}}</td> | |||
</tr> | |||
<tr> | |||
<th>{{nowrap|Official Website}}</th> | |||
<td>{{{Website}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | |||
</includeonly> | </includeonly> |