Template:DropChance

From Ephinea PSO Wiki
Revision as of 03:23, 17 October 2022 by Ryan (talk | contribs) (Created page with "{{#ifexpr: {{{1|}}} < 10 | {{#expr: {{{1|}}} round 2}} | {{#ifexpr: {{{1|}}} < 100 | {{#expr: {{{1|}}} round 1}} | {{#expr: {{{1|}}} round 0}}}}}}<noinclude>==Usage and example== <pre>1/{{DropChance|3.1415927}}</pre> 1/{{DropChance|3.1415927}} <pre>1/{{DropChance|63.2120558828557}}</pre> 1/{{DropChance|63.2120558828557}} <pre>1/{{DropChance|555.55555}}</pre> 1/{{DropChance|555.55555}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Expression error: Unexpected < operator.==Usage and example==

1/{{DropChance|3.1415927}}

1/3.14

1/{{DropChance|63.2120558828557}}

1/63.2

1/{{DropChance|555.55555}}

1/556