Template:Infobox Mob: Difference between revisions
From The Unofficial Outwar Wiki
Wangsta thug (talk | contribs) No edit summary |
Wangsta thug (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{ | <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"> | <table class="infobox-table">{{#if:{{{Location|}}}|<tr> | ||
<th>Location:</th> | <th>Location:</th> | ||
<td>{{{Location}}}</td> | <td>{{{Location}}}</td> | ||
Line 17: | Line 14: | ||
<th>Room(s):</th> | <th>Room(s):</th> | ||
<td>{{{Room}}}</td> | <td>{{{Room}}}</td> | ||
</tr>}}{{#if:{{{Respawn_Time|}}}|<tr> | |||
<th>Respawn Time:</th> | |||
<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 = # }}