First Example |
---|
Nominal Cost |
42.00 |
Weight |
9.00kg |
Pack Size |
|
(Added doc on new option) |
(Added Tabber example.) |
||
Line 24: | Line 24: | ||
* Capacity = (Special, the capacity section will only be visible if the "capacity" tag is used) | * Capacity = (Special, the capacity section will only be visible if the "capacity" tag is used) | ||
===Special Tabber Options=== | |||
A special styling option is also provided if you want to center the infobox: | A special styling option is also provided if you want to center the infobox: | ||
<nowiki> | <nowiki>Center = yes</nowiki> | ||
Any value being given will center the table. If left blank, the default style of floating to the right is used. This is mainly used for tabbed commodities. | Any value being given will center the table. If left blank, the default style of floating to the right is used. This is mainly used for tabbed commodities. | ||
Line 73: | Line 74: | ||
<nowiki>| Capacity = </nowiki> | <nowiki>| Capacity = </nowiki> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
<br> | |||
<br> | |||
<br> | |||
<br> | |||
<br> | |||
<br> | |||
==Tabber Example== | |||
{{TabberHeader}}<tabber> | |||
|-|First= | |||
{{Commodity | |||
| Name = First Example | |||
| Picture = C_Key.png | |||
| Cost = 42.00 | |||
| Weight = 9.00kg | |||
| Size = 27 | |||
| Capacity = | |||
| Center = yes | |||
}} | |||
|-|Second= | |||
{{Commodity | |||
| Name = Second Example | |||
| Picture = C_Key.png | |||
| Cost = 2142.00 | |||
| Weight = 10.00kg | |||
| Size = 28 | |||
| Capacity = | |||
| Center = yes | |||
}} | |||
</tabber>{{TabberFooter}} | |||
<nowiki>{{TabberHeader}}<tabber></nowiki> | |||
<nowiki>|-|First=</nowiki> | |||
<nowiki>{{Commodity</nowiki> | |||
<nowiki>| Name = First Example</nowiki> | |||
<nowiki>| Picture = C_Key.png</nowiki> | |||
<nowiki>| Cost = 42.00¢</nowiki> | |||
<nowiki>| Weight = 9.00kg</nowiki> | |||
<nowiki>| Size = 27</nowiki> | |||
<nowiki>| Capacity = </nowiki> | |||
<nowiki>| Center = yes</nowiki> | |||
<nowiki>}}</nowiki> | |||
<nowiki>|-|Second=</nowiki> | |||
<nowiki>{{Commodity</nowiki> | |||
<nowiki>| Name = Second Example</nowiki> | |||
<nowiki>| Picture = C_Key.png</nowiki> | |||
<nowiki>| Cost = 2142.00</nowiki> | |||
<nowiki>| Weight = 10.00kg</nowiki> | |||
<nowiki>| Size = 28</nowiki> | |||
<nowiki>| Capacity = </nowiki> | |||
<nowiki>| Center = yes</nowiki> | |||
<nowiki>}}</nowiki> | |||
<nowiki></tabber>{{TabberFooter}}</nowiki> |
To use this template, simply copy this into the very top of a commodity's page.
{{Commodity | Name = | Picture = | Cost = ¢ | Weight = | Size = | Capacity = }}
Then fill in information as need. See the examples below.
Notes:
A few of the fields can left blank to invoke the default, which is:
{{PAGENAME}}
Imbox deletion.png
1.00¢
0.00kg
n/a
A special styling option is also provided if you want to center the infobox:
Center = yes
Any value being given will center the table. If left blank, the default style of floating to the right is used. This is mainly used for tabbed commodities.
Commodity/Doc |
---|
Nominal Cost |
1.00¢ |
Weight |
0.00kg |
Pack Size |
|
{{Commodity | Name = | Picture = | Cost = | Weight = | Size = | Capacity = }}
Example |
---|
Nominal Cost |
42.00 |
Weight |
9.00kg |
Pack Size |
|
{{Commodity | Name = Example | Picture = C_Key.png | Cost = 42.00¢ | Weight = 9.00kg | Size = 27 | Capacity = }}
{{TabberHeader}}<tabber> |-|First= {{Commodity | Name = First Example | Picture = C_Key.png | Cost = 42.00¢ | Weight = 9.00kg | Size = 27 | Capacity = | Center = yes }} |-|Second= {{Commodity | Name = Second Example | Picture = C_Key.png | Cost = 2142.00 | Weight = 10.00kg | Size = 28 | Capacity = | Center = yes }} </tabber>{{TabberFooter}}