Template:ItemEffect: Difference between revisions
From A KoL Wiki
imported>Fig bucket make a sub-template of the item template for formatting effects |
imported>Rckt adding {{{note}}} parameter for special cases |
||
Line 1: | Line 1: | ||
<includeonly>Effect: '''{{#ifeq:{{{effect | <includeonly>Effect: '''{{#ifeq:{{{effect}}}|???|???|[[{{{effect}}}|{{Data|{{{effect}}}|name|{{{effect}}}(?)}}]]}}''' ({{#if:{{{durationtext|}}}|Duration: }}{{{duration|?}}} Adventure{{#ifeq:{{{duration}}}|1||s}}){{#if:{{{note|}}}| [{{{note}}}]}}{{#if:{{Data|{{{effect}}}|effect|}}|<span style="display:block;font-weight:bold;text-align:center;color:blue">{{Data|{{{effect}}}|effect|}}</span>}}</includeonly><noinclude> | ||
Formats an effect and duration (and possible effect description if that is included in the effect meta-data) for inclusion in an item description. | Formats an effect and duration (and possible effect description if that is included in the effect meta-data) for inclusion in an item description. | ||
Line 7: | Line 7: | ||
*<nowiki>{{ItemEffect|effect=Hippy Stench|duration=10|durationtext=1}}</nowiki> | *<nowiki>{{ItemEffect|effect=Hippy Stench|duration=10|durationtext=1}}</nowiki> | ||
{{ItemEffect|effect=Hippy Stench|duration=10|durationtext=1}} | {{ItemEffect|effect=Hippy Stench|duration=10|durationtext=1}} | ||
*<nowiki>{{ItemEffect|effect=Hippy Stench|duration=10|note=sometimes}}</nowiki> | |||
{{ItemEffect|effect=Hippy Stench|duration=10|note=sometimes}} | |||
[[Category:Standardization Templates]]</noinclude> | [[Category:Standardization Templates]]</noinclude> |
Revision as of 10:28, 20 November 2016
Formats an effect and duration (and possible effect description if that is included in the effect meta-data) for inclusion in an item description.
Example
- {{ItemEffect|effect=Hippy Stench|duration=10}}
Effect: Hippy Stench (10 Adventures)Monsters will be more attracted to you
- {{ItemEffect|effect=Hippy Stench|duration=10|durationtext=1}}
Effect: Hippy Stench (Duration: 10 Adventures)Monsters will be more attracted to you
- {{ItemEffect|effect=Hippy Stench|duration=10|note=sometimes}}
Effect: Hippy Stench (10 Adventures) [sometimes]Monsters will be more attracted to you