Difference between revisions of "Template:Radial size/number"
From Kerbal Space Program Wiki
(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= | + | |tiny=1 |
|s | |s | ||
− | |small= | + | |small=2 |
|l | |l | ||
− | |large= | + | |large=3 |
|r | |r | ||
− | |radial= | + | |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 || | + | | tiny || t || 1 |
|- | |- | ||
− | | small || s || | + | | small || s || 2 |
|- | |- | ||
− | | large || l || | + | | large || l || 3 |
|- | |- | ||
− | | radial || r || | + | | 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 |