Difference between revisions of "Template:Infobox vehicle"

From Captain of Industry Wiki
Jump to: navigation, search
(refactor for TemplateStyles extension)
Line 1: Line 1:
<includeonly><!--
<includeonly><templatestyles src="Template:Infobox material/styles.css" /><!--
--><div style="float:right; clear: right;"><!--
--><div class="infobox-wrapper"><!--
--><div style="display:inline-block; min-width: 250px; max-width: 350px; border: 3px solid rgba(252,162,58,1); border-radius: 15px; margin:10px; font-size:14px; background-color: rgba(46,46,46,1);"><!--
--><div class="outer-box"><!--
   --><div style="width: 100%; vertical-align: middle; text-align: center; background-color: rgba(0,0,0,1); font-size: 20px; color: rgba(252,162,58,1); text-shadow: 0 0 10px rgba(255,162,58,.7); font-family: Georgia, Liberation Serif, Times, serif; border-radius: 15px 15px 0 0; border-bottom: 3px solid rgba(252,162,58,1); padding: 10px 0;"><!--
   --><div class="inner-title"><!--
         -->{{#if: {{{Name|}}} | {{{Name}}} | Unknown Vehicle }}<!--
         -->{{#if: {{{Name|}}} | {{{Name}}} | Unknown Vehicle }}<!--
   --></div><!--
   --></div><!--
   --><div style="text-align: center; padding: 10px 10px 0;"><!--
   --><div class="inner-main"><!--
     -->{{#if: {{{Description|}}} | <!--
     -->{{#if: {{{Description|}}} | <!--
       --><div style="font-size:16px; color: rgba(255,255,255,1); padding: 0px 0px 10px 0px;">''“{{{Description}}}”''</div><!--
       --><div class="description">''“{{{Description}}}”''</div><!--
     -->}}<!--
     -->}}<!--
     -->[[File:{{#if: {{{Image|}}} | {{{Image}}} | {{#if: {{{Name|}}} | {{{Name}}} | Placeholder vehicle}}.png}}]]<br/><!--
     -->[[File:{{#if: {{{Image|}}} | {{{Image}}} | {{#if: {{{Name|}}} | {{{Name}}} | Placeholder vehicle}}.png}}]]<br/><!--
   --></div><!--
   --></div><!--
   --><div style="padding: 10px;"><!--
   --><div class="inner-table"><!--
     --><div style="vertical-align:top; width: 100%;"><!--   
     --><div class="inner-inner-table"><!--   
       --><table style="border-collapse: collapse; border-spacing: 0 8px; flex-grow:1; line-height:16px; white-space:nowrap; width: 100%"><!--
       --><table class="table"><!--
         -->{{#if:{{{CreatedIn|}}}|<!--
         -->{{#if:{{{CreatedIn|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Created in</td><!--
             --><td class="table-td-left">Created in</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{CreatedIn}}}</td><!--
             --><td class="table-td-right">{{{CreatedIn}}}</td><!--
           --></tr>}}<!--
           --></tr>}}<!--
         -->{{#if:{{{CargoSize|}}}|<!--
         -->{{#if:{{{CargoSize|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Cargo Size</td><!--
             --><td class="table-td-left">Cargo Size</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{CargoSize}}}</td><!--
             --><td class="table-td-right">{{{CargoSize}}}</td><!--
           --></tr>}}<!--
           --></tr>}}<!--
         -->{{#if:{{{FuelTank|}}}|<!--
         -->{{#if:{{{FuelTank|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Fuel Tank</td><!--
             --><td class="table-td-left">Fuel Tank</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{FuelTank}}} [[File:Diesel.png|14px]]</td><!--
             --><td class="table-td-right">{{{FuelTank}}} [[File:Diesel.png|14px]]</td><!--
           --></tr>}}<!--         
           --></tr>}}<!--         
         -->{{#if:{{{Maintenance|}}}|<!--
         -->{{#if:{{{Maintenance|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Maintenance</td><!--
             --><td class="table-td-left">Maintenance</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{Maintenance}}} / 60&nbsp;🕓</td><!--
             --><td class="table-td-right">{{{Maintenance}}} / 60&nbsp;🕓</td><!--
           --></tr>}}<!--         
           --></tr>}}<!--         
       --></table><!--
       --></table><!--
     --></div><!--
     --></div><!--
   --></div><!--
   --></div><!--
    {{#if:{{{Recipes|}}}|<hr style="height:3px; border:0">{{{Recipes}}}}}
--></div><!--
--></div><!--
--></div><!--
--></div><!--
--></includeonly><noinclude>{{documentation}}</noinclude>
--></includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 12:19, 13 January 2022

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Pickup Truck
“Optional item description goes here. It can be as long or short as you like.”
Pickup.png
Created inVehicles Depot
Cargo Size20
Fuel Tank5 Diesel.png
Maintenance1.6 / 60 🕓
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.)