Template:LegendaryWeapon: Difference between revisions
From Age of Dungeons Wiki
(Add type and soulbound fields) |
(Legendary infobox class) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox legendary"> | ||
<div class="infobox-title">{{{title}}}</div> | <div class="infobox-title">{{{title}}}</div> | ||
<div class="infobox-image">[[File:{{{image}}}|160px]]</div> | <div class="infobox-image">[[File:{{{image|Image_missing.png}}}|160px]]</div> | ||
<table class="infobox-table">{{#if:{{{type|}}}|<tr> | <table class="infobox-table">{{#if:{{{type|}}}|<tr> | ||
<th>Weapon Type</th> | <th>Weapon Type</th> | ||
Line 10: | Line 10: | ||
</tr>}}{{#if:{{{damage|}}}|<tr> | </tr>}}{{#if:{{{damage|}}}|<tr> | ||
<th>Base Damage</th> | <th>Base Damage</th> | ||
<td>{{{ | <td>{{{damage}}}</td> | ||
</tr>}}{{#if:{{{|}}}|<tr> | </tr>}}{{#if:{{{element|}}}|<tr> | ||
<th>Element</th> | |||
<td>{{{element}}}</td> | |||
</tr>}}{{#if:{{{manaMod|}}}|<tr> | |||
<th>Mana Modifier</th> | |||
<td>{{{manaMod}}}</td> | |||
</tr>}}{{#if:{{{spellPower|}}}|<tr> | |||
<th>Spell Power Mod.</th> | |||
<td>{{{spellPower}}}</td> | |||
</tr>}}{{#if:{{{soulbound|}}}|<tr> | |||
<th>Soulbound?</th> | <th>Soulbound?</th> | ||
<td>{{{soulbound}}}</td> | <td>{{{soulbound}}}</td> |