Template:RankToTier: Difference between revisions

From Star Conflict Wiki
Jump to navigation Jump to search
(Created page with "{{#ifexpr: {{{rank|{{{1}}}}}} <= 3 | 1 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 6 | 2 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 9 | 3 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 12 | 4 | {{#ifexpr:...")
 
No edit summary
 
Line 1: Line 1:
{{#ifexpr: {{{rank|{{{1}}}}}} <= 3 | 1 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 6 | 2 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 9 | 3 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 12 | 4 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 15 | 5 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 18 | 6 | ''ERROR: unkown tier'' }} }} }} }} }} }}
<includeonly>{{#ifexpr: {{{rank|{{{1}}}}}} <= 3 | 1 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 6 | 2 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 9 | 3 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 12 | 4 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 15 | 5 | {{#ifexpr: {{{rank|{{{1}}}}}} <= 18 | 6 | ''ERROR: unkown tier'' }} }} }} }} }} }}</includeonly><noinclude>
This template is used to convert ship ranks into ship [[tiers]].
 
 
== Usage ==
 
<nowiki>{{RankToTier|15}}</nowiki>
<nowiki>{{RankToTier|rank=15}}</nowiki>
 
[[Category:Templates]]
 
</noinclude>

Latest revision as of 16:17, 1 January 2018

This template is used to convert ship ranks into ship tiers.


Usage

{{RankToTier|15}}
{{RankToTier|rank=15}}