Difference between revisions of "Template:Infobox vehicle"

From Captain of Industry Wiki
Jump to: navigation, search
m (Addition of game_object_type variable for future footer usage)
m
 
(3 intermediate revisions by 3 users not shown)
Line 7: Line 7:
         -->| {{{Name}}}<!--
         -->| {{{Name}}}<!--
           ** This variable is used in footer template **
           ** This variable is used in footer template **
           -->{{#vardefine:game_object_type|transport}}<!--
           -->{{#vardefine:game_object_type|vehicle}}<!--
         -->| Unknown Vehicle }}<!--
         -->| Unknown Vehicle }}<!--
     --></div><!--
     --></div><!--
Line 42: Line 42:
             --><td class="table-td-left">Fuel Tank</td><!--
             --><td class="table-td-left">Fuel Tank</td><!--
             --><td class="table-td-right">{{{FuelTank}}} {{infoicon|{{#if:{{{Fuel|}}}|{{{Fuel}}}|Diesel}}|icononly=yes}}</td><!--
             --><td class="table-td-right">{{{FuelTank}}} {{infoicon|{{#if:{{{Fuel|}}}|{{{Fuel}}}|Diesel}}|icononly=yes}}</td><!--
           --></tr>}}<!--      
           --></tr>}}<!--
        -->{{#if:{{{MaxSpeed|}}}|<!--
          --><tr class="table-tr"><!--
            --><td class="table-td-left">Max Speed</td><!--
            --><td class="table-td-right">{{{MaxSpeed}}}</td><!--
          --></tr>}}<!-- 
         -->{{#if:{{{FuelConsumption|}}}|<!--
         -->{{#if:{{{FuelConsumption|}}}|<!--
           --><tr class="table-tr"><!--
           --><tr class="table-tr"><!--
Line 52: Line 57:
             --><td class="table-td-left">Maintenance</td><!--
             --><td class="table-td-left">Maintenance</td><!--
             --><td class="table-td-right">{{{Maintenance}}} {{#ifeq:{{lc:{{{Maintenance}}}}} | none | | {{infoicon|Maintenance I|icononly=yes}} {{Time}} }}</td><!--
             --><td class="table-td-right">{{{Maintenance}}} {{#ifeq:{{lc:{{{Maintenance}}}}} | none | | {{infoicon|Maintenance I|icononly=yes}} {{Time}} }}</td><!--
          --></tr>}}<!--       
        -->{{#if:{{{MaintenanceII|}}}|<!--
          --><tr class="table-tr"><!--
            --><td class="table-td-left">Maintenance II</td><!--
            --><td class="table-td-right">{{{MaintenanceII}}} {{#ifeq:{{lc:{{{MaintenanceII}}}}} | none | | {{infoicon|Maintenance II|icononly=yes}} {{Time}} }}</td><!--
           --></tr>}}<!--         
           --></tr>}}<!--         
         -->{{#if:{{{Miner|}}}|<!--
         -->{{#if:{{{Miner|}}}|<!--

Latest revision as of 08:27, 22 January 2024

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Pickup Truck
Pickup.png
Optional item description goes here. It can be as long or short as you like.
Created inVehicles Depot
Construction
Iron.png
20
+
Copper.png
10
+
Rubber.png
10
+
Diesel.png
5
Cargo Size20
Fuel Tank5
Max Speed10
Fuel Consumption0.4 / 60 Clock.png
Maintenance1.6 / 60 Clock.png
Maintenance II99 / 60 Clock.png
Compatible MinerSmall Excavator
Excavator
Tree Harvester
Large Tree Harvester
VariantsTruck
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
| MaxSpeed        = 10
| FuelConsumption = 0.4
| Maintenance     = 1.6
| MaintenanceII   = 99
| Miner           = [[Small Excavator]]<br>[[Excavator]]<br>[[Tree Harvester]]<br>[[Large Tree Harvester]]
| Transport       = 
| Variants        = [[Truck]]<br>[[Haul Truck (Dump)]]<br>[[Haul Truck (Tank)]]
}}
The above text is transcluded from Template:Infobox vehicle/doc; you can change it or view its history. (How does this work?)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (edit | diff) and testcases (create) pages.
Please add categories and interwikis to Template:Infobox vehicle/doc. (View all subpages of this page.)