Template:MobRow
From OmegaMMO
Description
The purpose of this template is to generate a row for a wikitable from a mob or for a MobTable template
Usage
{|class=wikitable
{{MobRow|MobName|MobID|Lvl|HP|DEF|MDEF|BEXP|JEXP|HIT|FLEE|Size|Element|Race|Spawn}}
|}
Or 
{{MobTable|yes|
{{MobRow|MobName|MobID|Lvl|HP|DEF|MDEF|BEXP|JEXP|HIT|FLEE|Size|Element|Race|Spawn}}
}}
- MobName The name of the mob would you like Ex. Poring.
- MobID is the mob ID Ex. 1002 for poring o.
- Lvl Level of Mob.
- HP Hp of Mob.
- DEF Defense of Mob.
- MDEF Magic Defense of Mob.
- BEXP Base Experience of Mob.
- JEXP Job Experience of Mob.
- HIT Hit of Mob.
- FLEE Flee of Mob.
- Size Size (Small|Medium|Large) of Mob.
- Element Element and level of element.
- Race Race of Mob.
- Spawn Map where mob spawn naturally.
Example
{|class=wikitable
{{MobRow|Poring|1002|1|55|2|5|150|40|202|177|Medium|Water Lv 1|Plant|prt_fild00}}
|}
Result
|   | Poring | 1 | 55 | 2 | 5 | 150 | 40 | 202 | 177 | Medium | Water Lv 1 | Plant | prt_fild00 | 
Example with MobTable
{{MobTable|yes|
{{MobRow|Poring|1002|1|55|2|5|150|40|202|177|Medium|Water Lv 1|Plant|prt_fild00}}
}}
Result
| Image | Name | Level | HP | Def | Mdef | Base Exp | Job Exp | HIT | Flee | Size | Element | Race | Spawn | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|   | Poring | 1 | 55 | 2 | 5 | 150 | 40 | 202 | 177 | Medium | Water Lv 1 | Plant | prt_fild00 | 

