Template:Adv: Difference between revisions
From A KoL Wiki
imported>Eleron Showing expected gain |
imported>Eleron Roll was fixed |
||
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}}}">{{floor|{{{min|}}}}}-{{ceiling|{{{max|}}}}}</span>|{{{amount|some}}}}} [[Adventures|{{plural:{{#ifeq:{{{amount|some}}}|1|1|2}}|Adventure|Adventures}}]]. {{#if:{{{min|}}}|(avg. {{#expr: ({{{min}}}+ | <includeonly><table align="center"><tr><td>[[image:hourglass.gif|Adventures]]</td><td>You {{{type|gain}}} {{#if:{{{min|}}}|<span title="Adventure range: {{{min}}}-{{{max}}}">{{floor|{{{min|}}}}}-{{ceiling|{{{max|}}}}}</span>|{{{amount|some}}}}} [[Adventures|{{plural:{{#ifeq:{{{amount|some}}}|1|1|2}}|Adventure|Adventures}}]]. {{#if:{{{min|}}}|(avg. {{#expr: ({{{min}}}+{{{max}}}) * 0.5}}[[Size and Quality|*]])|}}</td></tr></table></includeonly><noinclude> | ||
{{Code2}} | {{Code2}} | ||
Revision as of 02:01, 12 August 2010
[edit]
{{Adv}}
<table align="center"><tr><td>[[image:hourglass.gif|Adventures]]</td><td>You {{{type|gain}}} {{#if:{{{min|}}}|<span title="Adventure range: {{{min}}}-{{{max}}}">{{floor|{{{min|}}}}}-{{ceiling|{{{max|}}}}}</span>|{{{amount|some}}}}} [[Adventures|{{plural:{{#ifeq:{{{amount|some}}}|1|1|2}}|Adventure|Adventures}}]]. {{#if:{{{min|}}}|(avg. {{#expr: ({{{min}}}+{{{max}}}) * 0.5}}[[Size and Quality|*]])|}}</td></tr></table>
Syntax
{{adv|amount=1}}
![]() | You gain 1 Adventure. |
{{adv|min=22.0|max=28.4}}
![]() | You gain 22-29 Adventures. (avg. 25.2*) |
{{adv|type=gain|amount=2}}
![]() | You gain 2 Adventures. |
{{adv|amount=5-10}}
![]() | You gain 5-10 Adventures. |
{{adv}}
![]() | You gain some Adventures. |
{{adv|type=lose|amount=1}}
![]() | You lose 1 Adventure. |
{{adv|type=lose|amount=3}}
![]() | You lose 3 Adventures. |
{{adv|type=lose|amount=10-15}}
![]() | You lose 10-15 Adventures. |
{{adv|type=lose}}
![]() | You lose some Adventures. |