Template:Infobox Mob: Difference between revisions

From The Unofficial Outwar Wiki
No edit summary
No edit summary
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{{Name}}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
{{#if:{{{Image|}}}|<div class="infobox-image">[[File:{{{Image}}}|200px|center]]</div>}}
{{#if:{{{Image|}}}|<div class="infobox-image">[[File:{{{Image}}}|200px|center]]</div>}}
<table class="infobox-table">{{#if:{{{Name|}}}|<tr>
<table class="infobox-table">{{#if:{{{Location|}}}|<tr>
    <th>Name:</th>
    <td>{{{Name}}}</td>
</tr>}}{{#if:{{{Location|}}}|<tr>
     <th>Location:</th>
     <th>Location:</th>
     <td>{{{Location}}}</td>
     <td>{{{Location}}}</td>

Revision as of 01:40, 10 July 2023

Infobox Mob


How to Use

Enter the following code on to a Mob page and fill in the data:

{{Infobox Mob
| Name           = Name
| Image          = Image.Extension
| Location       = [[Location]]
| Level          = #
| Rage_to_Attack = #
| Room           = #
}}