Template:AcquireEffect

From A KoL Wiki
This high-use template has been protected from editing to prevent inaccurate edits and/or vandalism. Please use the talk page to discuss changes, and/or to ask an administrator to make an edit for you.
<table align="center"><tr><td valign="middle">{{#if:{{{effect|}}}|[[File:{{Data|{{{effect}}}|image|nopic2.gif}}|link={{{effect|}}}]]|[[File:confused.gif|Something]]}}</td><td valign="middle">You {{#ifeq:{{{type|gain}}}|lose|lose{{#if:{{{duration|}}}|{{#if:{{{nosome|}}}||&nbsp;some of}}}}|acquire}} an effect: {{#if:{{{effect|}}}|'''[[{{{effect}}}|{{Data|{{{effect}}}|name|{{{effect}}}(?)}}]]'''|... something}}{{#ifeq:{{{type|gain}}}|lose|{{#if:{{{duration|}}}|&nbsp;({{{duration}}} [[Adventures|{{plural:{{{duration}}}|Adventure|Adventures}}]])}}|<br />(duration: {{{duration|?}}} [[Adventures|{{plural:{{{duration}}}|Adventure|Adventures}}]])}}{{#ifexist:Data:{{{effect}}}||<span style="display:none">[[Data:{{{effect}}}]]</span>}}</td></tr></table>

Syntax

{{acquireEffect|effect=Hernia!|duration=5}}
You acquire an effect: Hernia!
(duration: 5 Adventures)
{{acquireEffect|effect=Knob Goblin Perfume|duration=1}}
You acquire an effect: Knob Goblin Perfume
(duration: 1 Adventure)
{{acquireEffect|effect=Enraged}}
You acquire an effect: Enraged
(duration: ? Adventures)
{{acquireEffect|effect=new unrecognized effect}}
You acquire an effect: new unrecognized effect(?)
(duration: ? Adventures)Data:new unrecognized effect
{{acquireEffect|effect=Enraged|type=lose}}
You lose an effect: Enraged
{{acquireEffect|effect=Sugar Rush|type=lose|duration=1}}
You lose some of an effect: Sugar Rush (1 Adventure)
{{acquireEffect|effect=Sugar Rush|type=lose|duration=3|nosome=1}}
You lose an effect: Sugar Rush (3 Adventures)
{{acquireEffect}}
SomethingYou acquire an effect: ... something
(duration: ? Adventures)[[Data:{{{effect}}}]]