Jump to content

Template:Infobox Enemy VII/doc: Difference between revisions

From Neptunia Wiki
Created page with "== Usage & preview == Type in this: <pre> {{Infobox Enemy VII |name= |japanese name= |romaji name= |image1= |caption1= |type= |habitat= |drops= |steal= |lv= |h..."
 
m 9 revisions imported: Imported from Neptunia Wiki on Fandom
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Usage & preview ==
==Description==
Type in this:
This template is used to display enemy information in ''[[Megadimension Neptunia VII]]''.


==Parameters==
<pre>
<pre>
{{Infobox Enemy VII
{{Infobox Enemy VII
Line 34: Line 35:
|credits=
|credits=
|skills=
|skills=
|part name=
|partname=
|part endurance=
|partendurance=
|part exp=
|partexp=
|part credits=
|partcredits=
|part drops=
|partdrops=
|partname-2=
|partendurance-2=
|partexp-2=
|partcredits-2=
|partdrops-2=
|partname-3=
|partendurance-3=
|partexp-3=
|partcredits-3=
|partdrops-3=
|video game=
}}
}}
</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/Victory II/Virtua Forest|Virtua Forest]]",
"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"
},
"steal": {
"label": "Stolen Item Drops",
"type": "content",
"description": "The item(s) dropped when stolen."
},
"hp recovery": {
"label": "HP recovery",
"description": "The amount of HP recovered when this enemy takes their turn.",
"type": "number",
"default": "0",
"suggested": true
},
"partdrops": {
"label": "Part drops",
"description": "The items dropped when breaking this part. Use line breaks (<br>) if more than one item.",
"type": "content"
},
"partcredits": {
"label": "Part credits",
"description": "The amount of credits for this part.",
"type": "number"
},
"partexp": {
"label": "Part EXP",
"description": "The amount of EXP earned when breaking this part.",
"type": "number"
},
"partendurance": {
"label": "Part endurance",
"type": "string"
},
"partname": {
"label": "Part name",
"description": "The name of the part.",
"type": "string"
},
"partdrops-2": {
"label": "2nd part drops",
"description": "The items dropped when breaking this part. Use line breaks (<br>) if more than one item.",
"type": "content"
},
"partcredits-2": {
"label": "2nd part credits",
"description": "The amount of credits for this part.",
"type": "number"
},
"partexp-2": {
"label": "2nd part EXP",
"description": "The amount of EXP earned when breaking this part.",
"type": "number"
},
"partendurance-2": {
"label": "2nd part endurance",
"type": "string"
},
"partname-2": {
"label": "2nd part name",
"description": "The name of the part.",
"type": "string"
},
"partdrops-3": {
"label": "3rd part drops",
"description": "The items dropped when breaking this part. Use line breaks (<br>) if more than one item.",
"type": "content"
},
"partcredits-3": {
"label": "3rd part credits",
"description": "The amount of credits for this part.",
"type": "number"
},
"partexp-3": {
"label": "3rd part EXP",
"description": "The amount of EXP earned when breaking this part.",
"type": "number"
},
"partendurance-3": {
"label": "3rd part endurance",
"type": "string"
},
"partname-3": {
"label": "3rd part name",
"description": "The name of the part.",
"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",
"hp recovery",
"fire",
"ice",
"wind",
"lightning",
"light",
"dark",
"exp",
"credits",
"skills",
"drops",
"steal",
"partname",
"partendurance",
"partexp",
"partcredits",
"partdrops",
"partname-2",
"partendurance-2",
"partexp-2",
"partcredits-2",
"partdrops-2",
"partname-3",
"partendurance-3",
"partexp-3",
"partcredits-3",
"partdrops-3",
"video game"
]
}
</templatedata>


to see this:
==See also==
 
*{{t|Infobox Enemy}}
{{Infobox Enemy VII
*{{t|Infobox Enemy SvS}}, used for enemies in ''[[Neptunia: Sisters vs Sisters]]''
|name=This is a test
|japanese name=This is a test
|romaji name=This is a test
|image1=This is a test
|caption1=This is a test
|type=This is a test
|habitat=This is a test
|drops=This is a test
|steal=This is a test
|lv=This is a test
|hp=This is a test
|sp=This is a test
|str=This is a test
|vit=This is a test
|int=This is a test
|men=This is a test
|agi=This is a test
|tec=This is a test
|luc=This is a test
|mov=This is a test
|fire=This is a test
|ice=This is a test
|wind=This is a test
|lightning=This is a test
|light=This is a test
|dark=This is a test
|hp recovery=This is a test
|exp=This is a test
|credits=This is a test
|skills=This is a test
|part name=This is a test
|part endurance=This is a test
|part exp=This is a test
|part credits=This is a test
|part drops=This is a test
}}


<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 14:40, 23 February 2025

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=
|partname=
|partendurance=
|partexp=
|partcredits=
|partdrops=
|partname-2=
|partendurance-2=
|partexp-2=
|partcredits-2=
|partdrops-2=
|partname-3=
|partendurance-3=
|partexp-3=
|partcredits-3=
|partdrops-3=
|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/Victory II/Virtua Forest|Virtua Forest]]
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
HP recoveryhp recovery

The amount of HP recovered when this enemy takes their turn.

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
Stolen Item Dropssteal

The item(s) dropped when stolen.

Contentoptional
Part namepartname

The name of the part.

Stringoptional
Part endurancepartendurance

no description

Stringoptional
Part EXPpartexp

The amount of EXP earned when breaking this part.

Numberoptional
Part creditspartcredits

The amount of credits for this part.

Numberoptional
Part dropspartdrops

The items dropped when breaking this part. Use line breaks (<br>) if more than one item.

Contentoptional
2nd part namepartname-2

The name of the part.

Stringoptional
2nd part endurancepartendurance-2

no description

Stringoptional
2nd part EXPpartexp-2

The amount of EXP earned when breaking this part.

Numberoptional
2nd part creditspartcredits-2

The amount of credits for this part.

Numberoptional
2nd part dropspartdrops-2

The items dropped when breaking this part. Use line breaks (<br>) if more than one item.

Contentoptional
3rd part namepartname-3

The name of the part.

Stringoptional
3rd part endurancepartendurance-3

no description

Stringoptional
3rd part EXPpartexp-3

The amount of EXP earned when breaking this part.

Numberoptional
3rd part creditspartcredits-3

The amount of credits for this part.

Numberoptional
3rd part dropspartdrops-3

The items dropped when breaking this part. Use line breaks (<br>) if more than one item.

Contentoptional
Video gamevideo game

The name of the video game this enemy appears in.

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

See also