Template:Item template: Difference between revisions

From WeAreDragons
No edit summary
(Replaced content with " ")
Tag: Replaced
Line 1: Line 1:
<table class="wikitable"><tr><th style="text-align: center">{{{image|}}}</th>
&nbsp;
<th><div style="font-family: Tahoma; font-size: 9pt; color: #00eb00; text-align: center; font-weight: bold; text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;"
{{#if:{{{arm|}}}
|<tr>
    <th>'''Arm:'''</th>
    <td>{{{arm}}}</td>
</tr>}}
 
{{#if:{{{weapontype|}}}|
<tr>
<th>'''Weapon Type:'''</th>
<td>{{{weapontype}}}</td>
</tr>}} {{#if:{{{atk|}}}|
<tr>
<th>'''Atk:'''</th>
<td>{{{atk}}}</td>
</tr>}} {{#if:{{{def|}}}|
<tr>
<th>'''Def:'''</th>
<td>{{{def}}}</td>
</tr>}} {{#if:{{{description|}}}|
<tr>
<th>'''Description:'''</th>
<td>{{{description}}}</td>
</tr>}} {{#if:{{{weight|}}}|
<tr>
<th>'''Weight:'''</th>
<td>{{{weight}}} oz.</td>
</tr>}} {{#if:{{{hands|}}}|
<tr>
<th>'''Hands:'''</th>
<td>
{{#ifeq: {{{hands}}}|1|One-handed.}}
{{#ifeq: {{{hands}}}|2|Two-handed.}}</td>
</tr>}}
 
|'''Sell to:'''{{{sell_to|Players only.}}}}} {{#if:{{{note|}}}
|<tr>
<th>'''Note:'''</th>
<td>{{{note}}}</td>
</tr>}}
 
{| class="wikitable"
|-
! style="text-align: center" | {{{image|}}}
! <div style="font-family: Tahoma; font-size: 9pt; color: #00eb00; text-align: center; font-weight: bold; text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;">
You see {{{article|a}}} <span style="text-transform:lowercase">{{{name}}}</span> {{#if:{{{arm|{{{atk|{{{def|}}}}}}}}}|({{#if: {{{arm|}}}|Arm:{{{arm}}}}}
{{#if: {{{atk|}}}|Atk:{{{atk}}}}} {{#if: {{{def|}}}|Def:{{{def}}}}} )}}.<br/> {{#if:{{{properties|}}}|Properties: {{{properties}}}<br>}} {{#if:{{{weight|}}}|It weighs {{{weight}}} oz.}}
{{#if:{{{description|}}}|<br>{{{description}}}}}</div>
|-
! '''Loot Value:'''
| {{{loot_value|Unknown.}}}
|-
! '''Dropped by:'''
| {{{dropped_by|None.}}}
|}
 
{{#if:{{{category|}}}|Go back to [[{{{category}}}]].}}<!--
-->

Revision as of 16:17, 24 January 2020