Jump to content

Template:Infobox Enemy VII/doc: Difference between revisions

From Neptunia Wiki
No edit summary
No edit summary
Line 43: Line 43:
}}
}}
</pre>
</pre>
==TemplateData==
<templatedata>
{
"params": {
"name": {
"label": "Enemy name",
"description": "The name of the enemy.",
"type": "string",
"autovalue": "{{subst:SUBPAGENAME}}",
"required": true
},
"japanese name": {
"label": "Japanese name",
"description": "The name of the enemy written in Japanese.",
"example": "スライヌ",
"type": "string",
"suggested": true
},
"romaji name": {
"label": "Romaji name",
"description": "The romaji name of the enemy.",
"example": "Surainu",
"type": "string",
"suggested": true
},
"type": {
"label": "Enemy type",
"example": "[[Dogoo]]",
"type": "string",
"suggested": true,
"description": "The type of enemy. Must be wikilinked."
},
"habitat": {
"label": "Habitat",
"description": "The habitat(s), or dungeon(s) this enemy appears in. Use line breaks (<br>) if more than one dungeon.",
"example": "[[Dungeon/Sisters vs Sisters/Abandoned Research Facility|Abandoned Research Facility]]",
"type": "content",
"suggested": true
},
"lv": {
"label": "Level",
"description": "The level of the enemy.",
"type": "number",
"default": "0",
"suggested": true
},
"hp": {
"label": "HP",
"description": "The amount of hit points (HP) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"sp": {
"label": "SP",
"description": "The amount of special points (SP) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"str": {
"label": "STR",
"description": "The amount of strength (STR) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"vit": {
"label": "VIT",
"description": "The amount of vitality (VIT) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"int": {
"label": "INT",
"description": "The amount of intelligence (INT) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"men": {
"label": "MEN",
"description": "The amount of mentality (MEN) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"agi": {
"label": "AGI",
"description": "The amount of agility (AGI) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"tec": {
"label": "TEC",
"description": "The amount of technique (TEC) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"luc": {
"label": "LUC",
"description": "The amount of luck (LUC) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"mov": {
"label": "MOV",
"description": "The amount of movement (MOV) this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"fire": {
"label": "Fire",
"description": "The percentage of fire resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"ice": {
"label": "Water",
"description": "The percentage of water resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"wind": {
"label": "Wind",
"description": "The percentage of wind resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"lightning": {
"label": "Lightning",
"description": "The percentage of lightning resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"light": {
"label": "Light",
"description": "The percentage of light resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"dark": {
"label": "Darkness",
"description": "The percentage of darkness resistance this enemy has.",
"type": "number",
"default": "0",
"suggested": true
},
"exp": {
"label": "EXP",
"description": "The amount of experience points (EXP) this enemy drops when defeated.",
"type": "number",
"default": "0",
"suggested": true
},
"credits": {
"label": "Credits",
"description": "The amount of credits this enemy drops when defeated.",
"type": "number",
"default": "0",
"suggested": true
},
"drops": {
"label": "Item Drops",
"description": "The amount of items this enemy drops when defeated. Use line breaks (<br>) if more than one item.",
"type": "content",
"suggested": true
},
"video game": {
"label": "Video game",
"description": "The name of the video game this enemy appears in.",
"type": "string",
"autovalue": "''[[Megadimension Neptunia VII]]''",
"required": true
},
"skills": {
"label": "Skills",
"description": "The list of skills this enemy has.",
"type": "content",
"suggested": true
},
"image1": {
"label": "Image",
"description": "The image of the enemy.",
"type": "wiki-file-name",
"suggested": true
},
"caption1": {
"label": "Image caption",
"description": "A caption describing the enemy.",
"type": "string"
},
"part name": {
"label": "Part name",
"description": "The name of the part.",
"type": "string"
},
"part endurance": {
"label": "Part endurance",
"type": "string"
},
"part exp": {
"label": "Part EXP",
"description": "The amount of EXP earned when breaking this part.",
"type": "number"
},
"part credits": {
"label": "Part credits",
"description": "The amount of credits for this part.",
"type": "number"
},
"part drops": {
"label": "Part drops",
"type": "content"
},
"steal": {
"label": "Steal",
"type": "string"
}
},
"description": "Displays information regarding enemies in Megadimension Neptunia VII.",
"format": "block",
"paramOrder": [
"name",
"image1",
"caption1",
"japanese name",
"romaji name",
"type",
"habitat",
"lv",
"hp",
"sp",
"str",
"vit",
"int",
"men",
"agi",
"tec",
"luc",
"mov",
"fire",
"ice",
"wind",
"lightning",
"light",
"dark",
"exp",
"credits",
"skills",
"drops",
"steal",
"part name",
"part endurance",
"part exp",
"part credits",
"part drops",
"video game"
]
}
</templatedata>
==See also==
==See also==
*{{t|Infobox Enemy}}
*{{t|Infobox Enemy}}

Revision as of 21:32, 24 July 2024

Description

This template is used to display enemy information in Megadimension Neptunia VII.

Parameters

{{Infobox Enemy VII
|name=
|japanese name=
|romaji name=
|image1=
|caption1=
|type=
|habitat=
|drops=
|steal=
|lv=
|hp=
|sp=
|str=
|vit=
|int=
|men=
|agi=
|tec=
|luc=
|mov=
|fire=
|ice=
|wind=
|lightning=
|light=
|dark=
|hp recovery=
|exp=
|credits=
|skills=
|part name=
|part endurance=
|part exp=
|part credits=
|part drops=
|video game=
}}

TemplateData

Displays information regarding enemies in Megadimension Neptunia VII.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Enemy namename

The name of the enemy.

Auto value
{{subst:SUBPAGENAME}}
Stringrequired
Imageimage1

The image of the enemy.

Filesuggested
Image captioncaption1

A caption describing the enemy.

Stringoptional
Japanese namejapanese name

The name of the enemy written in Japanese.

Example
スライヌ
Stringsuggested
Romaji nameromaji name

The romaji name of the enemy.

Example
Surainu
Stringsuggested
Enemy typetype

The type of enemy. Must be wikilinked.

Example
[[Dogoo]]
Stringsuggested
Habitathabitat

The habitat(s), or dungeon(s) this enemy appears in. Use line breaks (<br>) if more than one dungeon.

Example
[[Dungeon/Sisters vs Sisters/Abandoned Research Facility|Abandoned Research Facility]]
Contentsuggested
Levellv

The level of the enemy.

Default
0
Numbersuggested
HPhp

The amount of hit points (HP) this enemy has.

Default
0
Numbersuggested
SPsp

The amount of special points (SP) this enemy has.

Default
0
Numbersuggested
STRstr

The amount of strength (STR) this enemy has.

Default
0
Numbersuggested
VITvit

The amount of vitality (VIT) this enemy has.

Default
0
Numbersuggested
INTint

The amount of intelligence (INT) this enemy has.

Default
0
Numbersuggested
MENmen

The amount of mentality (MEN) this enemy has.

Default
0
Numbersuggested
AGIagi

The amount of agility (AGI) this enemy has.

Default
0
Numbersuggested
TECtec

The amount of technique (TEC) this enemy has.

Default
0
Numbersuggested
LUCluc

The amount of luck (LUC) this enemy has.

Default
0
Numbersuggested
MOVmov

The amount of movement (MOV) this enemy has.

Default
0
Numbersuggested
Firefire

The percentage of fire resistance this enemy has.

Default
0
Numbersuggested
Waterice

The percentage of water resistance this enemy has.

Default
0
Numbersuggested
Windwind

The percentage of wind resistance this enemy has.

Default
0
Numbersuggested
Lightninglightning

The percentage of lightning resistance this enemy has.

Default
0
Numbersuggested
Lightlight

The percentage of light resistance this enemy has.

Default
0
Numbersuggested
Darknessdark

The percentage of darkness resistance this enemy has.

Default
0
Numbersuggested
EXPexp

The amount of experience points (EXP) this enemy drops when defeated.

Default
0
Numbersuggested
Creditscredits

The amount of credits this enemy drops when defeated.

Default
0
Numbersuggested
Skillsskills

The list of skills this enemy has.

Contentsuggested
Item Dropsdrops

The amount of items this enemy drops when defeated. Use line breaks (<br>) if more than one item.

Contentsuggested
Stealsteal

no description

Stringoptional
Part namepart name

The name of the part.

Stringoptional
Part endurancepart endurance

no description

Stringoptional
Part EXPpart exp

The amount of EXP earned when breaking this part.

Numberoptional
Part creditspart credits

The amount of credits for this part.

Numberoptional
Part dropspart drops

no description

Contentoptional
Video gamevideo game

The name of the video game this enemy appears in.

Auto value
''[[Megadimension Neptunia VII]]''
Stringrequired

See also