Template:MobTable
From OmegaMMO
Description
The purpose of this template is to generate a table for mobs
Usage
{{MobTable|sortable|data}}
- sortable if you want that table has sortable activated if you dont want leave blank.
- data is the a serie of Template:MobRow
Example with sortable
{{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 | 
Example without sortable
{{MobTable||
{{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 | 
Example with multiple Template:MobRow sortable
{{MobTable|yes|
{{MobRow|Poring|1002|1|55|2|5|150|40|202|177|Medium|Water Lv 1|Plant|prt_fild00}}
{{MobRow|Phreeoni|1159|71|300,000|269|98|63,800|90,000|341|363|Large|Neutral Lv 3|Brute|moc_fild17}}
{{MobRow|Abysmal Witch|20843|205|78,368,745|452|81|5,896,412|4,143,664|599|576|Large|Dark Lv 3|Demon|}}
}}
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 | 
|   | Phreeoni | 71 | 300,000 | 269 | 98 | 63,800 | 90,000 | 341 | 363 | Large | Neutral Lv 3 | Brute | moc_fild17 | 
|   | Abysmal Witch | 205 | 78,368,745 | 452 | 81 | 5,896,412 | 4,143,664 | 599 | 576 | Large | Dark Lv 3 | Demon | 

