Template:Infobox Mob: Difference between revisions

From The Unofficial Outwar Wiki
Added Respawn Time field.
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
     <th>Respawn Time:</th>
     <th>Respawn Time:</th>
     <td>{{{Respawn_Time}}}</td>
     <td>{{{Respawn_Time}}}</td>
</tr>}}{{#if:{{{Find_Mob|}}}|<tr>
    <th>Find Mob:</th>
    <td>{{{Find_Mob}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>
Line 26: Line 29:
<pre>
<pre>
{{Infobox Mob
{{Infobox Mob
| Image          = Image.Extension
| Image          = Image.Extension
| Location      = [[Location]]
| Location      = [[Location]]
| Level          = #
| Level          = #
| Rage_to_Attack = #
| Rage_to_Attack = #
| Room          = #
| Room          = #
| Find_Mob      = #
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 19:12, 16 December 2023

Infobox Mob


How to Use

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

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