Template:Infobox Enemy SvS/doc: Difference between revisions

No edit summary
Added TemplateData
Line 122: Line 122:
}}
}}
</syntaxhighlight>
</syntaxhighlight>
==TemplateData==
<templatedata>
{
"params": {
"name": {
"label": "Enemy name",
"description": "The name of the enemy.",
"type": "string",
"autovalue": "{{subst:SUBPAGENAME}}",
"required": true
},
"image": {
"label": "Image",
"description": "The image of the enemy.",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Image caption",
"description": "A caption describing the enemy.",
"type": "string"
},
"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
},
"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
},
"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
},
"luk": {
"label": "LUK",
"description": "The amount of luck (LUK) 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
},
"dc": {
"label": "Development credits",
"description": "The amount of development credits (DC) 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. The chance of the item drops are determined by percentage. Use line breaks (<br>) if more than one item.",
"example": "Healing Rain - 100%",
"type": "content",
"suggested": true
},
"video game": {
"label": "Video game",
"description": "The name of the video game this enemy appears in.",
"type": "string",
"autovalue": "''[[Neptunia: Sisters vs Sisters]]''",
"required": true
}
},
"description": "Displays information regarding enemies in Neptunia: Sisters vs Sisters.",
"format": "block"
}
</templatedata>
==See also==
==See also==
*{{t|Infobox Enemy}}
*{{t|Infobox Enemy}}