Difference between revisions of "Template:Infobox:Vehicle speed"

From Cantr II Wiki
Jump to: navigation, search
 
m
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="background-color:#FFFFFF; font-size: 95%; cellpadding="5" border="1" cellspacing="0"
+
{| style="background-color:#FFFFFF; font-size: 95%; cellpadding="3" border="1" cellspacing="0"
|+ Vehicle speed, max means speed with just a driver, min means speed when fully loaded.
+
! style="background-color: #cccccc;" colspan="3" | Vehicle speeds (pixels)
! style="background-color: #cccccc;" colspan="3" | Vehicle speed
 
 
|- style="background-color: #efefef"
 
|- style="background-color: #efefef"
| '''Road type''' || '''Max speed''' || '''Min speed'''
+
! align="left" | Road type || width="60pt" | Max.* || width="60pt" | Min.**
|-  
+
|- align="right"
| style="background-color: #efefef" | '''Path''' || {{{pathempty}}} || {{{pathfull}}}
+
! style="background-color: #efefef" align="left" | Path
|-
+
| {{if|test={{{pathempty|}}}|then={{{pathempty}}}|else=N/A}}
| style="background-color: #efefef" | '''Sand road''' || {{{sandempty}}} || {{{sandfull}}}
+
| {{if|test={{{pathfull|}}}|then={{{pathfull}}}|else=N/A}}
|-
+
|- align="right"
| style="background-color: #efefef" | '''Paved road''' || {{{pavedempty}}} || {{{pavedfull}}}
+
! style="background-color: #efefef" align="left" | Sand road
|-
+
| {{if|test={{{sandempty|}}}|then={{{sandempty}}}|else=N/A}}
| style="background-color: #efefef" | '''Highway''' || {{{highempty}}} || {{{highfull}}}
+
| {{if|test={{{sandfull|}}}|then={{{sandfull}}}|else=N/A}}
|-
+
|- align="right"
| style="background-color: #efefef" | '''Expressway''' || {{{expressempty}}} || {{{expressfull}}}
+
! style="background-color: #efefef" align="left" | Paved road
 +
| {{if|test={{{pavedempty|}}}|then={{{pavedempty}}}|else=N/A}}
 +
| {{if|test={{{pavedfull|}}}|then={{{pavedfull}}}|else=N/A}}
 +
|- align="right"
 +
! style="background-color: #efefef" align="left" | Highway
 +
| {{if|test={{{highempty|}}}|then={{{highempty}}}|else=N/A}}
 +
| {{if|test={{{highfull|}}}|then={{{highfull}}}|else=N/A}}
 +
|- align="right"
 +
! style="background-color: #efefef" align="left" | Expressway
 +
| {{if|test={{{expressempty|}}}|then={{{expressempty}}}|else=N/A}}
 +
| {{if|test={{{expressfull|}}}|then={{{expressfull}}}|else=N/A}}
 
|}
 
|}
 +
<small>''* '''Max''' means speed with just a driver, ** '''Min''' means speed when fully loaded.''</small><!-- Template categories --><noinclude>{{Doc}}[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 10:36, 23 January 2011

Vehicle speeds (pixels)
Road type Max.* Min.**
Path N/A N/A
Sand road N/A N/A
Paved road N/A N/A
Highway N/A N/A
Expressway N/A N/A
* Max means speed with just a driver, ** Min means speed when fully loaded.
Template documentation[ view ] [ discuss ] [edit]

{{Infobox:Vehicle_speed}} allows to detail the different speeds based on road type and load.

Usage

Copy the below text and paste it in your article. Leave unknown or not available fields blank.

{{Infobox:Vehicle_speed
| pathempty    = 
| pathfull     = 
| sandempty    = 
| sandfull     = 
| pavedempty   = 
| pavedfull    = 
| highempty    = 
| highfull     = 
| expressempty = 
| expressfull  = 
}}

Parameters