Difference between revisions of "Template:MagicItemBox"
From Legends of Hyrule
Jump to navigationJump to searchm |
(rarity varies) |
||
Line 1: | Line 1: | ||
<div style="max-width: {{{px|800}}}px;">{{#if:{{{image|}}}|<div style="float:right; clear:right; max-width: {{{imagepx|800}}}px;" class="externalimage-holder">{{{image|}}}{{#if:{{{imagelink|}}}|<br/><span style="float:right;">[{{{imagelink|}}} <small>Source</small>]}}</span></div>}} | <div style="max-width: {{{px|800}}}px;">{{#if:{{{image|}}}|<div style="float:right; clear:right; max-width: {{{imagepx|800}}}px;" class="externalimage-holder">{{{image|}}}{{#if:{{{imagelink|}}}|<br/><span style="float:right;">[{{{imagelink|}}} <small>Source</small>]}}</span></div>}} | ||
− | <div style="font-family:bookinsanity; font-size:16px; max-width:800px;" >''{{ucfirst:{{{type|wondrous item}}}}}{{#if:{{{subtype|}}}| ({{{subtype}}})}}, {{{rarity|uncommon}}} {{{m|major}}} {{#if:{{{attunement|}}}|({{{attunement}}})}}{{#if:{{{cost|}}}|<br/>{{{cost|}}} [[rupees]]}}''<br/><br/>{{#if:{{{description|}}}|{{{description|}}}|{{{1|<s>You search all around, but find nothing.</s>}}}}}</div></div> | + | <div style="font-family:bookinsanity; font-size:16px; max-width:800px;" >''{{ucfirst:{{{type|wondrous item}}}}}{{#if:{{{subtype|}}}| ({{{subtype}}})}}, {{#ifeq:{{{rarity|}}}|varies|rarity varies|{{{rarity|uncommon}}}}} {{{m|major}}} {{#if:{{{attunement|}}}|({{{attunement}}})}}{{#if:{{{cost|}}}|<br/>{{{cost|}}} [[rupees]]}}''<br/><br/>{{#if:{{{description|}}}|{{{description|}}}|{{{1|<s>You search all around, but find nothing.</s>}}}}}</div></div> |
<includeonly>[[Category:Magic items]] | <includeonly>[[Category:Magic items]] | ||
[[Category:{{{type|wondrous item}}}s]] | [[Category:{{{type|wondrous item}}}s]] | ||
− | [[Category:{{{rarity|uncommon}}}]] | + | {{ifeq:{{{rarity|}}}|varies|{{if:{{{common|}}}|[[Category:Common]]}}{{if:{{{uncommon|}}}|[[Category:Unommon]]}}{{if:{{{rare|}}}|[[Category:Rare]]}}{{if:{{{veryrare|}}}|[[Category:Very rare]]}}{{if:{{{legendary|}}}|[[Category:Legendary]]}}{{if:{{{epic|}}}|[[Category:Epic]]}}{{if:{{{mythic|}}}|[[Category:Mythic]]}}||[[Category:{{{rarity|uncommon}}}]]}} |
[[Category:{{{m|major}}}]] | [[Category:{{{m|major}}}]] | ||
{{#if:{{{attunement|}}}|[[Category:Magic items requiring attunement]]|[[Category:Magic items not requiring attunement]]}}</includeonly><noinclude> | {{#if:{{{attunement|}}}|[[Category:Magic items requiring attunement]]|[[Category:Magic items not requiring attunement]]}}</includeonly><noinclude> |
Revision as of 06:05, 23 July 2019
Wondrous item, uncommon major
You search all around, but find nothing.
Usage
{{MagicItemBox |rarity=defaults to "uncommon" if left blank |m="minor" or "major"; defaults to major if left blank |type=defaults to "wondrous item" if left blank |subtype=optinal |attunement="requires attunement" or leave blank |cost=Cost in rupees. Optional. Usually only included for common or uncommon items. |Here goes your lovely description. |image= |imagelink= |imagepx=max width of the image; defaults to 800 |px=max width of the entire box; defaults to 800 }}
{{MagicItemBox |rarity= |m= |type= |subtype= |attunement= |cost= | }}