Difference between revisions of "Template:Radial size/number"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (XZise moved page Template:Radial size/Number to Template:Radial size/number without leaving a redirect)
(updated for XL (3.75m) parts)
Line 1: Line 1:
 
<includeonly>{{#switch:{{{1}}}
 
<includeonly>{{#switch:{{{1}}}
 +
|0
 
|t
 
|t
 
|tiny=1
 
|tiny=1
 +
|1
 
|s
 
|s
 
|small=2
 
|small=2
 +
|2
 
|l
 
|l
 
|large=3
 
|large=3
 +
|3
 +
|l
 +
|xlarge=4
 +
|X
 
|r
 
|r
|radial=4
+
|radial=0
 
}}</includeonly><noinclude>Returns a number for the radial size to allow sorting.
 
}}</includeonly><noinclude>Returns a number for the radial size to allow sorting.
  
Line 13: Line 20:
 
! style="font-family:sans-serif;" | Long name
 
! style="font-family:sans-serif;" | Long name
 
! style="font-family:sans-serif;" | Short name
 
! style="font-family:sans-serif;" | Short name
 +
! style="font-family:sans-serif;" | Radial size
 
! style="font-family:sans-serif;" | Value
 
! style="font-family:sans-serif;" | Value
 
|-
 
|-
| tiny || t || 1
+
| tiny || t || 0 || 1
 +
|-
 +
| small || s || 1 || 2
 
|-
 
|-
| small || s || 2
+
| large || l || 3 || 3
 
|-
 
|-
| large || l || 3
+
| xlarge || xl || 3 || 4
 
|-
 
|-
| radial || r || 4
+
| radial || r || X || 0
 
|}</noinclude>
 
|}</noinclude>

Revision as of 02:48, 14 September 2014

Returns a number for the radial size to allow sorting.

Long name Short name Radial size Value
tiny t 0 1
small s 1 2
large l 3 3
xlarge xl 3 4
radial r X 0