Difference between revisions of "Template:Infobox:Ship"

From Cantr II Wiki
Jump to: navigation, search
m
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="infobox" style="background-color:#C0C0FF; float:right; width:25em;" valign="top"
+
<includeonly>{{Infobox:VehicleBase
|+ <big>'''{{{name}}}'''</big>
+
| title    = {{if|test={{{land|}}}|then=land|else=Water}} Vehicle
! style="background-color: #8080FF;" colspan="2" | Construction
+
| section1 = Capacity
|-
+
| widths1  = 105
| '''Time''' || {{{time}}}
+
| item0s1  = Passengers
|-
+
| info0s1  = {{if|test={{{passengers|}}}|then={{{passengers}}}|else={{Inc2}}}}
| '''Materials''' || {{{resources}}}
+
| item1s1  = Total Capacity
|- class="hiddenStructure{{{objects}}}"
+
| info1s1  = {{if|test={{{weight|}}}|then={{{weight|0}}} grams|else={{Inc3}}}}
| '''Objects''' || {{{objects}}}
+
| item2s1  = Real Capacity
|-
+
| info2s1  = {{if|test={{{realcapacity|}}}|then={{{realcapacity|0}}} grams|else={{Inc3}}}}
| '''Tools''' || {{{tools}}}
+
| item3s1  = {{if|test={{{cabins|}}}|then=Cabins and holds|else=}}
 
+
| info3s1  = {{{cabins}}}
|-
+
| item4s1  = {{if|test={{{masts|}}}|then=Masts and Sails|else=}}
! style="background-color: #8080FF;" colspan="2" | Capacity
+
| info4s1  = {{{masts}}}
 
+
| section2 = Movement
|-
+
| widths2  = 105
| '''Passengers''' || {{{passengers}}}
+
| item0s2  = Travels on
|-
+
| info0s2  = {{if|test={{{surfaces|}}}|then={{{surfaces}}}|else={{Inc2}}}}
| '''Total weight''' || {{{weight}}}
+
| item1s2  = Base speed
 
+
| info1s2  = {{if|test={{{speed|}}}|then={{{speed}}}|else={{Inc3}}}}
|-
+
| item2s2  = {{if|test={{{engine|}}}|then=Engine|else=}}
! style="background-color: #8080FF;" colspan="2" | Movement
+
| info2s2  = {{if|test={{{engine|}}}|then={{{engine}}}|else=}}
 
+
| item3s2  = Weight effect
|-
+
| info3s2  = {{if|test={{{weight effect|}}}|then={{{weight effect}}}|else={{Inc3}}}}
| '''Travels on''' || {{{surfaces}}}
+
| section3 = {{if|test={{if|test={{{docksto|}}}|then=yes|else={{if|test={{{dockstoby|}}}|then=yes|else=}}}}|then=[[Docking|Docks]] to|else=}}
|-
+
| widths3  = 105
| '''Speed''' || {{{speed}}}
+
| item0s3  = Docks to
|-
+
| info0s3  = {{if|test={{{docksto|}}}|then={{{docksto}}}|else=''nothing''}}
| '''Docks to''' || {{{docksto}}}
+
| item1s3  = Docked to by
|-
+
| info1s3  = {{if|test={{{dockedtoby|}}}|then={{{dockedtoby}}}|else=''nothing''}}
| '''Docked to by''' || {{{dockedtoby}}}
+
}}<!-- Vehicle Categories -->{{if|test={{{land|}}}|then={{if|test={{{sortingname|}}}|then=[[Category:Land Vehicles|{{{sortingname}}}]]|else=[[Category:Land Vehicles]]}}|else={{if|test={{{sortingname|}}}|then=[[Category:Water Vehicles|{{{sortingname}}}]]|else=[[Category:Water Vehicles]]}}}}</includeonly><!-- Template Categories --><noinclude>{{Doc}}[[Category:Templates|{{PAGENAME}}]]</noinclude>
|}
 

Latest revision as of 06:31, 13 October 2011

Template documentation[ view ] [ discuss ] [edit]

{{Infobox:Ship}} allows to detail in a single table, all of the listed information about a vehicle. This template is the same as Template:Infobox:Land vehicle.

The article is automatically added to the corresponding subcategory of Vehicles and Water Vehicles or Land Vehicles depending on the values entered.

Usage

Copy the text below and paste it to the top of the page you are editing. Complete the fields with the information you want to display. Unused fields may be deleted or left incomplete.

{{Infobox:Ship
| title         = 
| passengers    = 
| weight        = 
| realcapacity  = 
| cabins        = 
| masts         = 
| surfaces      = 
| speed         = 
| engine        = 
| weight effect = 
| docksto       = 
| dockedtoby    = 
}}

Parameters