Template:Infobox Mob: Difference between revisions
From The Unofficial Outwar Wiki
Wangsta thug (talk | contribs) Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{{Name}}}}}}</div> {{#if:{{{Image|}}}|<div class="infobox-image">[[File:{{{Image}}}|200px|center]]</div>}} <table class="infobox-table">{{#if:{{{Name|}}}|<tr> <th>Name:</th> <td>{{{Name}}}</td> </tr>}}{{#if:{{{Location|}}}|<tr> <th>Location:</th> <td>{{{Location}}}</td> </tr>}}{{#if:{{{Level|}}}|<tr> <th>Level:</th> <td>{{{Level}}}</td> </tr>}}{{#if:{{{Rage_to_Attack|}}}|<tr> <th>Rage..." |
Wangsta thug (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
== How to Use == | == How to Use == | ||
Enter the following code on to a Mob page and fill in the data: | Enter the following code on to a Mob page and fill in the data: | ||
< | |||
<pre> | |||
{{Infobox Mob | {{Infobox Mob | ||
| Name = Name | | Name = Name | ||
Line 32: | Line 33: | ||
| Room = # | | Room = # | ||
}} | }} | ||
</ | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 01:30, 10 July 2023
{{{Name}}}
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 = # }}