Template:DQMJmonster: Difference between revisions
m added category |
nvm actually too many different syntaxes Tag: Undo |
||
| (26 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude>{|style="width: | <includeonly><onlyinclude> | ||
| | {| style="background-color: #ffecc1; padding: 3px; border: 1px solid orange; border-collapse: collapse; min-width:50%; width:full; max-width: 35em;" | ||
| <div style="display: flex; justify-content: space-between; align-items: center;"><div style="margin-left:10px; font-size:110%;">[[File:DQMJ Icon {{{family|?}}}.png|link={{{family|?}}} family|20x20px|class=pixels]] {{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | (<span lang="ja">{{{kanji}}}<span class="t_nihongo_comma">, ''</span>{{{romaji| {{{romanji|}}} }}}</span>)}}'' {{#if: {{{bestiary|}}} |<span style="font-size:90%;"><br>Bestiary number: {{{bestiary|}}}</span>}}</div><div style="margin-right:10px">[[File:DQMJ Logo.png|140x80px|link=Dragon Quest Monsters: Joker|alt=Dragon Quest Monsters: Joker]]</div> | |||
|- | |- | ||
| align="center" | | | ||
{| style="background-color: #ffecc1; align-items: center; text-align: center; width: 100%;" | |||
! style="background-color: #FFAE00; border: 1px solid orange; text-align:center;" |Sprite | |||
! style="background-color: #FFAE00; border: 1px solid orange; text-align:center;" colspan=9 |Attributes | |||
|- | |- | ||
| | | rowspan=2 | {{{image|?}}} | ||
| {{{ | ! style="background-color: #FFD700; border: 1px solid orange;" | Rank | ||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[HP]] | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[MP]] | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[Attack]] | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[Defence]] | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[Agility]] | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Max [[Wisdom]] | |||
|- | |- | ||
| ''' | | '''{{{rank}}}''' | ||
| {{{ | | {{{hp|?}}} | ||
| {{{mp|?}}} | |||
| {{{strength|?}}} | |||
| {{{defence|?}}} | |||
| {{{agility|?}}} | |||
| {{{wisdom|?}}} | |||
|- | |- | ||
| | ! style="background-color: #FFD700; border: 1px solid orange;" colspan=3 | Traits | ||
| | ! style="background-color: #FFD700; border: 1px solid orange;" colspan=2| Skills | ||
! style="background-color: #FFD700; border: 1px solid orange;" colspan=4| Resistances | |||
|- | |- | ||
| | | colspan=3|{{{traits}}} | ||
| {{{skill}}} | | colspan=2|{{{skill}}} | ||
| colspan=4|{{{resistances}}} | |||
|} | |||
|- | |- | ||
|}</onlyinclude></includeonly> | | | ||
{| style="background-color: #ffecc1; align-items: center; text-align: center; width: 100%;" | |||
! style="background-color: #FFAE00; border: 1px solid orange; text-align:center;" colspan=2 |Additional information | |||
|- | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Description | |||
| style="border-top: 1px solid orange;" colspan=2 | {{{description}}} | |||
|- | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Weapons | |||
| style="border-top: 1px solid orange;" colspan=2 | {{{weapons}}} | |||
|- | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Location | |||
| style="border-top: 1px solid orange;" colspan=2 | {{{location}}} | |||
|- | |||
! style="background-color: #FFD700; border: 1px solid orange;" | Breeding chart | |||
| style="border-top: 1px solid orange;" colspan=2 | {{{breeding chart}}} | |||
|} | |||
|} | |||
</onlyinclude></includeonly> | |||
<noinclude> | <noinclude> | ||
==Example== | |||
{{DQMJmonster | |||
|name = Slime | |||
|kanji = スライム | |||
|romanji = Suraimu | |||
|bestiary = #001 | |||
|image =[[File:DQMJ Slime icon.png]] | |||
|family = Slime | |||
|rank = F | |||
|hp = 910 | |||
|mp = 600 | |||
|strength = 820 | |||
|defence = 900 | |||
|agility = 800 | |||
|wisdom = 840 | |||
|description = ''This little {{MFamilies}} sports soft skin and a silly smile.'' | |||
|weapons = {{Spear}}s, {{Whip}}s, {{Claw}}s, {{Staves}} | |||
|traits = [[List of Traits in Dragon Quest Monsters: Joker|Critical Massacre]] | |||
|resistances = - | |||
|skill = [[Slimer]], [[Attack Boost]] | |||
|location = [[Infant Isle]] | |||
|breeding chart = [[Slime]] x [[Slime]] | |||
}} | |||
{{clear}} | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{DQMJmonster | {{DQMJmonster | ||
|name = | |name = | ||
|kanji = | |||
|romanji = | |||
|bestiary = | |||
|image = | |image = | ||
|family = | |family = | ||
|rank = | |rank = | ||
|traits = | |hp = | ||
|mp = | |||
|strength = | |||
|defence = | |||
|agility = | |||
|wisdom = | |||
|description = | |||
|weapons = | |||
|traits = | |||
|resistances = | |||
|skill = | |skill = | ||
|location = | |||
|breeding chart = | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Enemy templates | [[Category:Enemy templates]] | ||
</noinclude> | </noinclude> | ||