Template:NPC: Difference between revisions

No edit summary
No edit summary
Line 46: Line 46:
{{#if:{{{xPos|}}}{{{yPos|}}}|
{{#if:{{{xPos|}}}{{{yPos|}}}|
<tr>
<tr>
   <td style="white-space: nowrap; vertical-align: top; padding-right: 4px;"><b>[[{{{lvl|Overworld}}}]]</b></td>
   <td style="white-space: nowrap; vertical-align: top; padding-right: 4px;"><b>{{#replace:{{{lvl|Overworld}}}|Underworld|Underground}}</b></td>
   <td style="border-left: 2px solid #e9e9e9; width:100%; padding-left: 5px;"><code>{{{xPos}}},{{{yPos}}}</code></td>
   <td style="border-left: 2px solid #e9e9e9; width:100%; padding-left: 5px;"><code>[[{{#replace:{{{lvl|Overworld}}}|Underworld|Underground}}|{{{xPos}}},{{{yPos}}}]]</code></td>
</tr>
</tr>
}}
}}