Diferencia entre revisiones de «Plantilla:Monster Table»
De PowRO - Wiki
Ir a la navegaciónIr a la búsqueda
Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
<includeonly>{| class="wikitable" style="text-align: center; margin:auto; width: 98%" | <includeonly>{| class="wikitable" style="text-align: center; margin:auto; width: 98%" | ||
! style="background-color:#febbc4; width: 15% | ! style="background-color:#febbc4; width: 15%" | Name | ||
! style="background-color:#febbc4;" | Level | ! style="background-color:#febbc4;" | Level | ||
! style="background-color:#febbc4;" | HP | ! style="background-color:#febbc4;" | HP |
Revisión del 10:45 18 ene 2024
Syntax
{{Monster_Table|data=}}
- Parameter
- data
- The monster data that the table will have. It needs to come formatted as MediaWiki table cell syntax.
To make your life easier it's recommended to use it with Template:Monster_Row being passed to the data parameter.
Example
Using
{{Monster_Table|data= {{Monster_Row|id=1002|name=Poring|hp=55|level=1|def=2|mdef=5|size=Medium|element=Water 1|race=Plant|map=prt_fild08}} {{Monster_Row|id=1031|name=Poporing|hp=489|level=30|def=36|mdef=17|size=Medium|element=Poison 1|race=Plant|map=pay_fild04}} {{Monster_Row|id=1096|name=Angeling|hp=19,800|level=77|def=72|mdef=238|size=Medium|element=Holy 4|race=Angel|map=pay_fild04}} {{Monster_Row|id=1388|name=Arc Angeling|hp=25,100|level=84|def=92|mdef=81|size=Medium|element=Holy 3|race=Angel|map=yuno_fild04}} {{Monster_Row|id=1582|name=Deviling|hp=16,890|level=66|def=67|mdef=70|size=Medium|element=Dark 4|race=Demon|map=pay_fild04}} }}
will result into:
Name | Level | HP | Def | Mdef | Size | Element | Race | Spawn |
---|---|---|---|---|---|---|---|---|
Poring |
1 | 55 | 2 | 5 | Medium | Water 1 | Plant | |
Poporing |
30 | 489 | 36 | 17 | Medium | Poison 1 | Plant | |
Angeling |
77 | 19,800 | 72 | 238 | Medium | Holy 4 | Angel | |
Arc Angeling |
84 | 25,100 | 92 | 81 | Medium | Holy 3 | Angel | |
Deviling |
66 | 16,890 | 67 | 70 | Medium | Dark 4 | Demon |