imported>Tlosk's Bot |
imported>Arkalor |
Line 1: |
Line 1: |
| <includeonly>[[Category:Scroll]] | | <includeonly><div style="overflow:auto"> |
| {|border=0 cellpadding=0 cellspacing=3 style=width:100%
| | <div class="item tooltip-content"> |
| |-valign=top
| | <div id="item_header"> |
| |
| | <div>{{{Name|Name}}}</div> |
| {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0
| | <div>[[File:{{{Icon Image}}}]]</div> |
| |colspan=2 align=center|'''{{{Name|??}}}'''
| | </div> |
| |-
| | <ul> |
| |align=center| Value: {{{Value|??}}}<br>{{{Burden|??}}} Burden Units
| | <li>Value: {{{Value|??}}} |
| |width=40 align=center| {{#ifexist:File:{{{Icon Image|}}}|[[File:{{{Icon Image}}}]]| [[File:Icon.png]]}}
| | <li>Burden: {{{Burden|??}}} |
| |-
| | {{#if:{{{Spells|}}}|<li class="topbottomspace">Spells: [[{{{Spell}}}]]}} |
| |colspan=2|
| | {{#if:{{{Special Properties|}}}|<li class="bottomspace">Properties: {{{Special Properties}}}}} |
| {{#ifeq:{{{Spell|}}}|||Inscribed Spell: [[{{{Spell|}}}]]<br><br>}}
| | <li class="bottomspace">Use this item to attempt to learn its spell. |
| {{#ifeq:{{{Description|}}}|||{{#ifeq:{{{Description| }}}| ||{{{Description}}}<br><br>}}}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br><br>}}}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}}}{{#ifeq:{{{Spell|}}}|||Use this item to attempt to learn its spell.<br><br>Casts the following spells: [[{{{Spell|}}}]]}}<br><br>{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}} | | {{#if:{{{Spells|}}}|<li>Inscribed spell: {{{Spell}}}}} |
| |}
| | {{#if:{{{Description|}}}|<li class="bottomspace">{{{Description}}}}} |
| |width=20|
| | {{#if:{{{Cannot Be Sold|}}}|<li class="bottomspace">This item cannot be sold.}}</ul></div></div>{{#if:{{{nocat|}}}| | [[Category:Scrolls]] }}</includeonly><noinclude>{{Documentation}}[[Category:Wiki Templates]]</noinclude> |
| |
| |
| {{#ifeq:{{{Live Image|Live.jpg}}}
| |
| | Live.jpg
| |
| |
| |
| | {{#ifeq:{{{Live Image|}}}
| |
| |
| |
| |
| |
| | [[Image:{{{Live Image|}}}{{!}}frame{{!}}{{{Live Image Caption}}}|right]]
| |
| }}
| |
| }}
| |
| |}</includeonly><noinclude>
| |
| {{Related|Wiki Templates|Scroll Template|:Category:Scroll}}
| |
| == Syntax ==
| |
| <pre>
| |
| {{Scroll | |
| | Name =
| |
| | Icon Image = Icon.png
| |
| | Live Image =
| |
| | Live Image Caption =
| |
| | Value =
| |
| | Burden =
| |
| | Description =
| |
| | Special Properties =
| |
| | Description Two =
| |
| | Spell =
| |
| | Cannot Be Sold =
| |
| }} | |
| </pre>
| |
| | |
| == Usage ==
| |
| This wiki template is a section within the page template [[Scroll Template]], go there for full details and an example.
| |
| | |
| </noinclude> | |