Template:DQBEnemy: Difference between revisions
Jump to navigation
Jump to search
m rewrote head as flex instead of table layout |
Trig Jegman (talk | contribs) mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="background-color: #f4ce81 | <div style="background-color: #f4ce81; padding: 3px; border-radius: 7px; max-width: 63em;"> | ||
<div style="display: flex; padding: 0.5em; height: 1.35em; justify-content: space-between; align-items: center;"> | <div style="display: flex; padding: 0.5em; height: 1.35em; justify-content: space-between; align-items: center;"> | ||
<div>{{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | ({{{kanji}}}{{#if: {{{romanji|}}} | ''{{{romanji}}}'' }})}}</div> | <div>{{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | ({{{kanji}}}{{#if: {{{romanji|}}} | ''{{{romanji}}}'' }})}}</div> | ||
| Line 15: | Line 12: | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{ | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Defence}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | <td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | ||
</tr> | </tr> | ||
| Line 38: | Line 35: | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{ | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Defence}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | <td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | ||
</tr> | </tr> | ||
| Line 61: | Line 58: | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{ | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Defence}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | <td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | ||
</tr> | </tr> | ||
| Line 84: | Line 81: | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{ | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Defence}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | <td style="background-color: #f4ce81; padding: 2px; text-align: center;">'''Item(s) Dropped'''</td> | ||
</tr> | </tr> | ||
| Line 108: | Line 105: | ||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div></includeonly><noinclude> | ||
<noinclude> | |||
This is a template for enemies as they appear in {{DQB}}. For appearances in other games, please use the corresponding enemy template. | This is a template for enemies as they appear in {{DQB}}. For appearances in other games, please use the corresponding enemy template. | ||
| Line 164: | Line 160: | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Enemy templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 02:36, 3 March 2026
This is a template for enemies as they appear in Dragon Quest Builders. For appearances in other games, please use the corresponding enemy template.
Example[edit source]
Chapter 1
| HP | Attack | Defence | Item(s) Dropped |
| 7 | 4 | 0 | Blue goo (★★★), Milkblossom bud (★☆☆) |
| Location(s) | |||
| ? | |||
Chapter 2
| HP | Attack | Defence | Item(s) Dropped |
| 12 | 6 | 0 | Blue goo (★★★), Milkblossom bud (★☆☆) |
| Location(s) | |||
| ? | |||
Chapter 3
| HP | Attack | Defence | Item(s) Dropped |
| 14 | 8 | 3 | Blue goo (★★★), Milkblossom bud (★☆☆) |
| Location(s) | |||
| ? | |||
Final Chapter
| HP | Attack | Defence | Item(s) Dropped |
| 9 | 8 | 0 | Blue goo (★★★), Milkblossom bud (★☆☆) |
| Location(s) | |||
| ? | |||
| Sprite |
Usage[edit source]
{{DQBEnemy
|name=
|kanji=
|romanji=
|sprite=
|chapter-1-hp=
|chapter-1-attack=
|chapter-1-defense=
|chapter-1-items=
|chapter-1-locations=
|chapter-2-hp=
|chapter-2-attack=
|chapter-2-defense=
|chapter-2-items=
|chapter-2-locations=
|chapter-3-hp=
|chapter-3-attack=
|chapter-3-defense=
|chapter-3-items=
|chapter-3-locations=
|final-chapter-hp=
|final-chapter-attack=
|final-chapter-defense=
|final-chapter-items=
|final-chapter-locations=
}}