Template:Infobox Enemy VII/doc: Difference between revisions

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}}