Difference between revisions of "Template:Radial size/number"
From Kerbal Space Program Wiki
m (XZise moved page Template:Radial Size/Number to Template:Radial size/Number: removed random case) |
(Mk3 is bigger than 2.5m) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch:{{{1}}} | <includeonly>{{#switch:{{{1}}} | ||
+ | |0 | ||
|t | |t | ||
− | |tiny=1 | + | |tiny=2 |
+ | |1 | ||
|s | |s | ||
− | |small=2 | + | |small=3 |
+ | |Mk2=4 | ||
+ | |2 | ||
|l | |l | ||
− | |large=3 | + | |large=5 |
+ | |Mk3=6 | ||
+ | |3 | ||
+ | |xl | ||
+ | |xlarge=7 | ||
+ | |X | ||
|r | |r | ||
− | |radial= | + | |radial=1 |
}}</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 22: | ||
! 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 | ||
|- | |- | ||
− | | | + | | radial || r || X || 1 |
|- | |- | ||
− | | | + | | tiny || t || 0 || 2 |
|- | |- | ||
− | | | + | | small || s || 1 || 3 |
|- | |- | ||
− | | | + | | Mk2 || || || 4 |
+ | |- | ||
+ | | large || l || 2 || 5 | ||
+ | |- | ||
+ | | Mk3 || || || 6 | ||
+ | |- | ||
+ | | xlarge || xl || 3 || 7 | ||
|}</noinclude> | |}</noinclude> |
Latest revision as of 13:04, 16 December 2014
Returns a number for the radial size to allow sorting.
Long name | Short name | Radial size | Value |
---|---|---|---|
radial | r | X | 1 |
tiny | t | 0 | 2 |
small | s | 1 | 3 |
Mk2 | 4 | ||
large | l | 2 | 5 |
Mk3 | 6 | ||
xlarge | xl | 3 | 7 |