Difference between revisions of "Template:Infobox material/doc"
From Captain of Industry Wiki
Thadius856 (talk | contribs) (break out type param into type 1/2, add state param to example) |
Thadius856 (talk | contribs) (document new param usage) |
||
Line 1: | Line 1: | ||
{{Infobox material | {{Infobox material | ||
| Name | | Name = Cement | ||
| Image | | Image = <!-- only if image override is needed --> | ||
| Description | | Description = <!-- not currently implemented in-game --> | ||
| Type1 | | Type1 = Crafted material | ||
| State | | State = Loose <!-- Loose, Fluid, Unit, Molten, or Virtual --> | ||
| CreatedIn | | CreatedIn = [[Rotary Kiln]] | ||
| UsedIn | | UsedIn = [[Concrete Mixer]] | ||
| | | OtherTransport = <!-- to add an extra transport to auto-generated list --> | ||
| StoredIn | | OtherStorage = <!-- to add an extra storage to auto-generated list --> | ||
| StartingQty | | TransportedBy = <!-- only if transport override is needed --> | ||
| StoredIn = <!-- only if transport override is needed --> | |||
| StartingQty = Sailor: 450<br/>Captain: 300<br/>Admiral: 300 | |||
}} | }} | ||
Example usage:<pre> | Example usage:<pre> | ||
{{Infobox material | {{Infobox material | ||
| Name = Cement | | Name = Cement | ||
| Image = | | Image = <!-- only if image override is needed --> | ||
| Description = | | Description = <!-- not currently implemented in-game --> | ||
| Type1 = Crafted material | | Type1 = Crafted material | ||
| State = Loose | | State = Loose <!-- Loose, Fluid, Unit, Molten, or Virtual --> | ||
| CreatedIn = [[Rotary Kiln]] | | CreatedIn = [[Rotary Kiln]] | ||
| UsedIn = [[Concrete Mixer]] | | UsedIn = [[Concrete Mixer]] | ||
| | | OtherTransport = <!-- to add an extra transport to auto-generated list --> | ||
| StoredIn | | OtherStorage = <!-- to add an extra storage to auto-generated list --> | ||
| TransportedBy = <!-- only if transport override is needed --> | |||
| StoredIn = <!-- only if transport override is needed --> | |||
| StartingQty = Sailor: 450<br/>Captain: 300<br/>Admiral: 300 | | StartingQty = Sailor: 450<br/>Captain: 300<br/>Admiral: 300 | ||
}} | }} |
Revision as of 07:32, 29 January 2022
Cement
Type | Crafted material |
State | Loose |
Transported by | U-shape Conveyor [II•III] Pickup•Truck Haul Truck (Dump) |
Stored in | Loose Storage [II•III•IV] Shipyard |
Created in | Rotary Kiln Rotary Kiln (Gas) Rotary Kiln |
Used in | Concrete Mixer Concrete Mixer II Concrete Mixer III Concrete Mixer |
Starting amount | Sailor: 450 Captain: 300 Admiral: 300 |
Example usage:
{{Infobox material | Name = Cement | Image = <!-- only if image override is needed --> | Description = <!-- not currently implemented in-game --> | Type1 = Crafted material | State = Loose <!-- Loose, Fluid, Unit, Molten, or Virtual --> | CreatedIn = [[Rotary Kiln]] | UsedIn = [[Concrete Mixer]] | OtherTransport = <!-- to add an extra transport to auto-generated list --> | OtherStorage = <!-- to add an extra storage to auto-generated list --> | TransportedBy = <!-- only if transport override is needed --> | StoredIn = <!-- only if transport override is needed --> | StartingQty = Sailor: 450<br/>Captain: 300<br/>Admiral: 300 }}