Template:RankBar/Max1

From eRepublik Official Wiki
< Template:RankBar
Revision as of 21:21, 4 October 2011 by Pichulator (Talk | contribs) (Created page with "<includeonly>{{#ifexpr: {{{1}}} < 15|15| {{#ifexpr: {{{1}}} < 45|45| {{#ifexpr: {{{1}}} < 80|80| {{#ifexpr: {{{1}}} < 120|120| {{#ifexpr: {{{1}}} < 170|170| {{#ifexpr: {{{1}}} < ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Returns the upper limit of rank points. Works only up to less than 950.000 points because the function can't handle so many recursions. For values greater or equal to 950.000 please use Rank/MaxPoint2 template.

{{RankBar/Max1|300}}

Should return 350:

  • Return value: 350
{{RankBar/Max1|812345}}

Should return 950000:

  • Return value: 950000