Template:Infobox Enemy VII/doc: Difference between revisions
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: | ||
== | ==Description== | ||
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= | ||
| | |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= | |||
}} | }} | ||
</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> | |||
==See also== | |||
*{{t|Infobox Enemy}} | |||
*{{t|Infobox Enemy SvS}}, used for enemies in ''[[Neptunia: Sisters vs Sisters]]'' | |||
| | |||
| | |||
}} | |||
<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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Enemy name | name | The name of the enemy.
| String | required |
Image | image1 | The image of the enemy. | File | suggested |
Image caption | caption1 | A caption describing the enemy. | String | optional |
Japanese name | japanese name | The name of the enemy written in Japanese.
| String | suggested |
Romaji name | romaji name | The romaji name of the enemy.
| String | suggested |
Enemy type | type | The type of enemy. Must be wikilinked.
| String | suggested |
Habitat | habitat | The habitat(s), or dungeon(s) this enemy appears in. Use line breaks (<br>) if more than one dungeon.
| Content | suggested |
Level | lv | The level of the enemy.
| Number | suggested |
HP | hp | The amount of hit points (HP) this enemy has.
| Number | suggested |
SP | sp | The amount of special points (SP) this enemy has.
| Number | suggested |
STR | str | The amount of strength (STR) this enemy has.
| Number | suggested |
VIT | vit | The amount of vitality (VIT) this enemy has.
| Number | suggested |
INT | int | The amount of intelligence (INT) this enemy has.
| Number | suggested |
MEN | men | The amount of mentality (MEN) this enemy has.
| Number | suggested |
AGI | agi | The amount of agility (AGI) this enemy has.
| Number | suggested |
TEC | tec | The amount of technique (TEC) this enemy has.
| Number | suggested |
LUC | luc | The amount of luck (LUC) this enemy has.
| Number | suggested |
MOV | mov | The amount of movement (MOV) this enemy has.
| Number | suggested |
HP recovery | hp recovery | The amount of HP recovered when this enemy takes their turn.
| Number | suggested |
Fire | fire | The percentage of fire resistance this enemy has.
| Number | suggested |
Water | ice | The percentage of water resistance this enemy has.
| Number | suggested |
Wind | wind | The percentage of wind resistance this enemy has.
| Number | suggested |
Lightning | lightning | The percentage of lightning resistance this enemy has.
| Number | suggested |
Light | light | The percentage of light resistance this enemy has.
| Number | suggested |
Darkness | dark | The percentage of darkness resistance this enemy has.
| Number | suggested |
EXP | exp | The amount of experience points (EXP) this enemy drops when defeated.
| Number | suggested |
Credits | credits | The amount of credits this enemy drops when defeated.
| Number | suggested |
Skills | skills | The list of skills this enemy has. | Content | suggested |
Item Drops | drops | The amount of items this enemy drops when defeated. Use line breaks (<br>) if more than one item. | Content | suggested |
Stolen Item Drops | steal | The item(s) dropped when stolen. | Content | optional |
Part name | partname | The name of the part. | String | optional |
Part endurance | partendurance | no description | String | optional |
Part EXP | partexp | The amount of EXP earned when breaking this part. | Number | optional |
Part credits | partcredits | The amount of credits for this part. | Number | optional |
Part drops | partdrops | The items dropped when breaking this part. Use line breaks (<br>) if more than one item. | Content | optional |
2nd part name | partname-2 | The name of the part. | String | optional |
2nd part endurance | partendurance-2 | no description | String | optional |
2nd part EXP | partexp-2 | The amount of EXP earned when breaking this part. | Number | optional |
2nd part credits | partcredits-2 | The amount of credits for this part. | Number | optional |
2nd part drops | partdrops-2 | The items dropped when breaking this part. Use line breaks (<br>) if more than one item. | Content | optional |
3rd part name | partname-3 | The name of the part. | String | optional |
3rd part endurance | partendurance-3 | no description | String | optional |
3rd part EXP | partexp-3 | The amount of EXP earned when breaking this part. | Number | optional |
3rd part credits | partcredits-3 | The amount of credits for this part. | Number | optional |
3rd part drops | partdrops-3 | The items dropped when breaking this part. Use line breaks (<br>) if more than one item. | Content | optional |
Video game | video game | The name of the video game this enemy appears in.
| String | required |
See also
- {{Infobox Enemy}}
- {{Infobox Enemy SvS}}, used for enemies in Neptunia: Sisters vs Sisters