Template:LootItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 39: | Line 39: | ||
| {{#ifeq:{{{MinimumQuantity}}}|{{{MaximumQuantity}}} | | {{#ifeq:{{{MinimumQuantity}}}|{{{MaximumQuantity}}} | ||
| {{#ifeq:{{{MinimumQuantity|1}}}|1 | | {{#ifeq:{{{MinimumQuantity|1}}}|1 | ||
| {{formatnum:{{#expr: {{{ | | {{formatnum:{{#expr: {{{Price|1}}} }}|en}} {{CoinIcon|size=22px}} | ||
| {{#ifexpr: {{{ | | {{#ifexpr: {{{Price|1}}} > 1 | ||
| <abbr title="{{{ | | <abbr title="{{{Price|1}}} coins each">{{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}}</abbr> | ||
| {{formatnum:{{#expr: {{{ | | {{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}} | ||
}} {{CoinIcon|size=22px}} | }} {{CoinIcon|size=22px}} | ||
}} | }} | ||
| {{#ifexpr: {{{ | | {{#ifexpr: {{{Price|1}}} > 1 | ||
| <abbr title="{{{ | | <abbr title="{{{Price|1}}} coins each">{{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}}–{{formatnum:{{#expr: {{{Price|1}}} * {{{MaximumQuantity}}} }}|en}}</abbr> | ||
| {{formatnum:{{#expr: {{{ | | {{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}}–{{formatnum:{{#expr: {{{Price|1}}} * {{{MaximumQuantity}}} }}|en}} | ||
}} {{CoinIcon|size=22px}} | }} {{CoinIcon|size=22px}} | ||
}} | }} | ||
| {{#ifeq:{{{MinimumQuantity|1}}}|1 | | {{#ifeq:{{{MinimumQuantity|1}}}|1 | ||
| {{formatnum:{{#expr: {{{ | | {{formatnum:{{#expr: {{{Price|1}}} }}|en}} {{CoinIcon|size=22px}} | ||
| {{#ifexpr: {{{ | | {{#ifexpr: {{{Price|1}}} > 1 | ||
| <abbr title="{{{ | | <abbr title="{{{Price|1}}} coins each">{{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}}</abbr> | ||
| {{formatnum:{{#expr: {{{ | | {{formatnum:{{#expr: {{{Price|1}}} * {{{MinimumQuantity}}} }}|en}} | ||
}} {{CoinIcon|size=22px}} | }} {{CoinIcon|size=22px}} | ||
}} | }} | ||
}} | }} | ||
|-</includeonly> | |-</includeonly> |