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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<includeonly>{{#switch:{{{1}}} |t |tiny=0 |s |small=1 |l |large=2 |r |radial=3 }}</includeonly><noinclude>Returns a number for the radial size to allow sorting. {| class="wik...")
 
Line 1: Line 1:
 
<includeonly>{{#switch:{{{1}}}
 
<includeonly>{{#switch:{{{1}}}
 
|t
 
|t
|tiny=0
+
|tiny=1
 
|s
 
|s
|small=1
+
|small=2
 
|l
 
|l
|large=2
+
|large=3
 
|r
 
|r
|radial=3
+
|radial=4
 
}}</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 15: Line 15:
 
! style="font-family:sans-serif;" | Value
 
! style="font-family:sans-serif;" | Value
 
|-
 
|-
| tiny || t || 0
+
| tiny || t || 1
 
|-
 
|-
| small || s || 1
+
| small || s || 2
 
|-
 
|-
| large || l || 2
+
| large || l || 3
 
|-
 
|-
| radial || r || 3
+
| radial || r || 4
 
|}</noinclude>
 
|}</noinclude>

Revision as of 22:15, 1 March 2013

Returns a number for the radial size to allow sorting.

Long name Short name Value
tiny t 1
small s 2
large l 3
radial r 4