Template:Adv: Difference between revisions
From A KoL Wiki
imported>Flargen m protected |
imported>Flargen m use parser functions |
||
Line 1: | Line 1: | ||
<includeonly><table align="center"><tr><td>[[image:hourglass.gif|Adventures]]</td><td>You {{{type|gain}}} {{#if:{{{min|}}}|<span title="Adventure range: {{{min}}}-{{{max}}}">{{#if:{{{max|}}}|{{#ifexpr:{{{min}}}<{{{max}}}|{{floor | <includeonly><table align="center"><tr><td>[[image:hourglass.gif|Adventures]]</td><td>You {{{type|gain}}} {{#if:{{{min|}}}|<span title="Adventure range: {{{min}}}-{{{max}}}">{{#if:{{{max|}}}|{{#ifexpr:{{{min}}}<{{{max}}}|{{#expr: floor {{{min}}}}}-{{#expr: ceil {{{max}}}}}|{{#ifexpr:{{{min}}}={{{max}}}|{{{min}}}|{{#expr: floor {{{max}}}}}-{{#expr: ceil {{{min}}}}}}}}}|{{{min}}}}}</span>|{{#if:{{{max|}}}|{{{max}}}|{{{amount|some}}}}}}} [[Adventures|{{plural:{{#ifeq:{{{amount|some}}}|1|1|2}}|Adventure|Adventures}}]]. {{#if:{{{min|}}}|{{#if:{{{max|}}}|(avg. {{#expr: ({{{min}}}+{{{max}}}) * 0.5}})|}}|}}</td></tr></table></includeonly><noinclude> | ||
{{prot_high-use}}{{Code2}} | {{prot_high-use}}{{Code2}} | ||
Revision as of 08:39, 7 August 2011
[edit]
{{Adv}}
<table align="center"><tr><td>[[image:hourglass.gif|Adventures]]</td><td>You {{{type|gain}}} {{#if:{{{min|}}}|<span title="Adventure range: {{{min}}}-{{{max}}}">{{#if:{{{max|}}}|{{#ifexpr:{{{min}}}<{{{max}}}|{{#expr: floor {{{min}}}}}-{{#expr: ceil {{{max}}}}}|{{#ifexpr:{{{min}}}={{{max}}}|{{{min}}}|{{#expr: floor {{{max}}}}}-{{#expr: ceil {{{min}}}}}}}}}|{{{min}}}}}</span>|{{#if:{{{max|}}}|{{{max}}}|{{{amount|some}}}}}}} [[Adventures|{{plural:{{#ifeq:{{{amount|some}}}|1|1|2}}|Adventure|Adventures}}]]. {{#if:{{{min|}}}|{{#if:{{{max|}}}|(avg. {{#expr: ({{{min}}}+{{{max}}}) * 0.5}})|}}|}}</td></tr></table>
Syntax
This template supports a number of ways of displaying adventure gains and losses.
- {{adv|min=1|max=20}}
![]() | You gain 1-20 Adventures. (avg. 10.5) |
- {{adv|min=2|max=2}}
![]() | You gain 2 Adventures. (avg. 2) |
- {{adv|min=10}}
![]() | You gain 10 Adventures. |
- {{adv}}
![]() | You gain some Adventures. |
- {{adv|amount=10-12}}
![]() | You gain 10-12 Adventures. |
- {{adv|amount=10-12|type=lose}}
![]() | You lose 10-12 Adventures. |
- {{adv|min=1|max=20|type=lose}}
![]() | You lose 1-20 Adventures. (avg. 10.5) |
- {{adv|min=2|max=2|type=lose}}
![]() | You lose 2 Adventures. (avg. 2) |