Difference between revisions of "Template:Enemy infobox"

From OMORI Wiki
Jump to navigation Jump to search
m
m
Line 64: Line 64:
"name": {
"name": {
"type": "string",
"type": "string",
"default": "The name of the enemy; else, the page name will be used"
"description": "The name of the enemy; else, the page name will be used"
},
"image": {
"description": "The image to use as the thumbnail",
"example": "Forest Bunny (neutral).gif",
"type": "string"
},
"size": {
"description": "The size of the thumbnail image",
"example": "150px"
},
},
"image": {},
"size": {},
"heart": {
"heart": {
"type": "number",
"type": "number",
"default": "The enemy's health",
"suggested": true,
"suggested": true
"description": "The enemy's health",
"example": "85"
},
},
"juice": {},
"juice": {},

Revision as of 20:12, 10 March 2023

Enemy infobox
[[File:{{{image}}}|{{{size}}}]]
HP.png heart {{{heart}}}
MP.png juice {{{juice}}}
attack {{{attack}}}
defense {{{defense}}}
speed {{{speed}}}
luck {{{luck}}}
hit {{{hit}}}
drops {{{drops}}}

An overview of an enemy.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

The name of the enemy; else, the page name will be used

Stringoptional
imageimage

The image to use as the thumbnail

Example
Forest Bunny (neutral).gif
Stringoptional
sizesize

The size of the thumbnail image

Example
150px
Unknownoptional
heartheart

The enemy's health

Example
85
Numbersuggested
juicejuice

no description

Unknownoptional
attackattack

no description

Unknownoptional
defensedefense

no description

Unknownoptional
speedspeed

no description

Unknownoptional
luckluck

no description

Unknownoptional
hithit

no description

Unknownoptional
dropsdrops

no description

Unknownoptional