Diferencia entre revisiones de «Plantilla:Monster Row»
De PowRO - Wiki
Ir a la navegaciónIr a la búsqueda
(Página creada con «<includeonly> |https://db.irowiki.org/image/monster/{{{id}}}.png |{{plainlink |url=http://www.divine-pride.net/database/monster/{{{id}}} {{{name}}}}} |{{{level}}} |{{{hp}}} |{{{def}}} |{{{mdef}}} |{{plainlink |url=https://irowiki.org/wiki/{{{size}}} {{{size}}}}} |{{{element}}} |{{plainlink |url=https://irowiki.org/wiki/{{{race}}} {{{race}}}}} |{{ Spawn_Map|map={{{map}}} }} |- </includeonly><noinclude> == Syntax == <code><nowiki>{{Monster_Row|id=ID|name=Name|hp=HP|lev…») |
Sin resumen de edición |
||
Línea 6: | Línea 6: | ||
|{{{def}}} | |{{{def}}} | ||
|{{{mdef}}} | |{{{mdef}}} | ||
| | |{{{size}}} | ||
|{{{element}}} | |{{{element}}} | ||
| | |{{{race}}} | ||
|{{ Spawn_Map|map={{{map}}} }} | |{{ Spawn_Map|map={{{map}}} }} | ||
|- | |- |
Revisión del 20:18 17 ene 2024
Syntax
{{Monster_Row|id=ID|name=Name|hp=HP|level=Level|def=Def|mdef=Mdef|size=Size|element=Element|race=Race|map=Map}}
- Parameters
- id
- The unique identifier number that refers to the monster.
- name
- The name of the monster, it should be capitalized.
- hp
- The hit points value, use commas as the thousands separators. Like so: 6,666,666
- level
- The level of the monster.
- def
- The def of the monster.
- mdef
- The mdef of the monster.
- size
- The size of the monster.
- element
- The element of the monster, it should be accompanied by it's element level.
- race
- The race of the monster.
- map
- The spawn map of the monster.
Example
{{Monster_Table|data= {{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=Shadow 4|race=Demon|map=pay_fild04}} }}
will result into:
Monster | Level | HP | Def | Mdef | Size | Element | Race | Spawn | |
---|---|---|---|---|---|---|---|---|---|
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 | Shadow 4 | Demon |