Template:LegendaryWeapon: Difference between revisions

From Age of Dungeons Wiki
m (Infobox tweaks)
(Fix soulbound template being messed up)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|160px]]</div>}}
<table class="infobox-table">{{#if:{{{acquisition|}}}|<tr>
<table class="infobox-table">{{#if:{{{type|}}}|<tr>
    <th>Weapon Type</th>
    <td>{{{type}}}</td>
</tr>}}{{#if:{{{acquisition|}}}|<tr>
     <th>Acquisition Method</th>
     <th>Acquisition Method</th>
     <td>{{{acquisition}}}</td>
     <td>{{{acquisition}}}</td>
Line 8: Line 11:
     <th>Base Damage</th>
     <th>Base Damage</th>
     <td>{{{damage}}}</td>
     <td>{{{damage}}}</td>
</tr>}}{{#if:{{{soulbound|}}}|<tr>
    <th>Soulbound?</th>
    <td>{{{soulbound}}}</td>
</tr>}}{{#if:{{{usesSpecial|}}}|<tr>
</tr>}}{{#if:{{{usesSpecial|}}}|<tr>
     <th>Special Resource?</th>
     <th>Special Resource?</th>

Latest revision as of 01:55, 17 May 2025

{{{title}}}