Difference between revisions of "Template:Infobox vehicle/doc"
From Captain of Industry Wiki
(Added fuel consumption) |
|||
Line 1: | Line 1: | ||
{{Infobox vehicle | {{Infobox vehicle | ||
| Name | | Name = Pickup Truck | ||
| Image | | Image = Pickup.png | ||
| Description | | Description = Optional item description goes here. It can be as long or short as you like. | ||
| CreatedIn | | CreatedIn = [[Vehicles Depot]] | ||
| Recipe | | Recipe = | ||
{{Machine Recipe | {{Machine Recipe | ||
| Input1Name = Iron | | Input1Name = Iron | ||
Line 15: | Line 15: | ||
| Input4Qty = 5 | | Input4Qty = 5 | ||
}} | }} | ||
| CargoSize | | CargoSize = 20 | ||
| FuelTank | | FuelTank = 5 | ||
| Maintenance | | FuelConsumption = 0.4 | ||
| Miner | | Maintenance = 1.6 | ||
| Transport | | Miner = [[Small Excavator]]<br>[[Excavator]]<br>[[Tree Harvester]]<br>[[Large Tree Harvester]] | ||
| Variants | | Transport = | ||
| Variants = [[Truck]]<br>[[Haul Truck (Dump)]]<br>[[Haul Truck (Tank)]] | |||
}} | }} | ||
Example usage:<pre> | Example usage:<pre> | ||
{{Infobox vehicle | {{Infobox vehicle | ||
| Name | | Name = Pickup Truck | ||
| Image | | Image = (if not the same as Name.png) | ||
| Description | | Description = Optional item description goes here. It can be as long or short as you like. | ||
| CreatedIn | | CreatedIn = [[Vehicles Depot]] | ||
| Recipe | | Recipe = | ||
{{Machine Recipe | {{Machine Recipe | ||
| Input1Name = Iron | | Input1Name = Iron | ||
Line 39: | Line 40: | ||
| Input4Qty = 5 | | Input4Qty = 5 | ||
}} | }} | ||
| CargoSize | | CargoSize = 20 | ||
| FuelTank | | FuelTank = 5 | ||
| Maintenance | | FuelConsumption = 0.4 | ||
| Miner | | Maintenance = 1.6 | ||
| Transport | | Miner = [[Small Excavator]]<br>[[Excavator]]<br>[[Tree Harvester]]<br>[[Large Tree Harvester]] | ||
| Variants | | Transport = | ||
| Variants = [[Truck]]<br>[[Haul Truck (Dump)]]<br>[[Haul Truck (Tank)]] | |||
}} | }} | ||
</pre> | </pre> | ||
<includeonly>[[Category:Infobox templates|Material]]</includeonly><!-- | <includeonly>[[Category:Infobox templates|Material]]</includeonly><!-- | ||
--><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | --><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 11:53, 7 September 2022
Pickup Truck
Created in | Vehicles Depot |
Construction | |
Cargo Size | 20 |
Fuel Tank | 5 |
Fuel Consumption | 0.4 / 60 |
Maintenance | 1.6 / 60 |
Compatible Miner | Small Excavator Excavator Tree Harvester Large Tree Harvester |
Variants | Truck Haul Truck (Dump) Haul Truck (Tank) |
Example usage:
{{Infobox vehicle | Name = Pickup Truck | Image = (if not the same as Name.png) | Description = Optional item description goes here. It can be as long or short as you like. | CreatedIn = [[Vehicles Depot]] | Recipe = {{Machine Recipe | Input1Name = Iron | Input1Qty = 20 | Input2Name = Copper | Input2Qty = 10 | Input3Name = Rubber | Input3Qty = 10 | Input4Name = Diesel | Input4Qty = 5 }} | CargoSize = 20 | FuelTank = 5 | FuelConsumption = 0.4 | Maintenance = 1.6 | Miner = [[Small Excavator]]<br>[[Excavator]]<br>[[Tree Harvester]]<br>[[Large Tree Harvester]] | Transport = | Variants = [[Truck]]<br>[[Haul Truck (Dump)]]<br>[[Haul Truck (Tank)]] }}