Actions

Template

InfoMount: Difference between revisions

From Necroxia Origin

mNo edit summary
mNo edit summary
Line 1: Line 1:
<div style="text-align:center">
<table class="mount-box">
{{#ifexist:File:{{{name}}}_(Mount).png|[[File:{{{name}}}_(Mount).png|160px]]|[[File:item_unknown.gif]]}}
<tr>
</div>
  <td colspan="2" style="text-align:center;">{{#ifexist:File:{{{name}}}_(Mount).png|[[File:{{{name}}}_(Mount).png|160px]]|[[File:item_unknown.gif]]}}</td>
<div class="row">
{{#if:{{{type|}}}|<tr>
   <div class="small-2 columns">How to Get:</div>
  <td class="property">Category:</td>
   <div class="small-10 columns">?</div>
  <td class="value">[[{{{type|}}}]]</td>
</div>
</tr>}}
{{#if:{{{weight|}}}|<tr>
  <td class="property">Weight:</td>
  <td class="value">{{{weight|}}}</td>
</tr>}}
{{#if:{{{capacity|}}}|<tr>
  <td class="property">Capacity:</td>
   <td class="value">{{{capacity|}}} Slots</td>
</tr>}}
{{#if:{{{quest|}}}|<tr>
<td class="property">Quest:</td>
  <td class="value">[[{{{quest|}}}]]</td>
</tr>}}
{{#if:{{{droppedby|}}}|<tr>
  <td class="property">Dropped By:</td>
  <td class="value">{{{droppedby|}}}</td>
</tr>}}
{{#if:{{{buyfrom|}}}|<tr>
<td class="property">Buy From:</td>
  <td class="value">{{{buyfrom|}}}</td>
</tr>}}
{{#if:{{{sellto|}}}|<tr>
<td class="property">Sell To:</td>
   <td class="value">{{{sellto|}}}</td>
</tr>}}
</table>

Revision as of 05:16, 5 October 2019