×
Create a new article
Write your page title here:
We currently have 2,815 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,815Articles

Template:NPCBox/doc: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
"params": {
"params": {
"headercolor": {
"headercolor": {
"description": "The header's background color."
"description": "The header's background color.",
"type": "string",
"suggested": true
},
},
"headerfontcolor": {
"headerfontcolor": {
"description": "The header's text color."
"description": "The header's text color.",
"type": "string",
"suggested": true
},
},
"image": {
"image": {
"description": "An image representing the NPC."
"description": "An image representing the NPC.",
"type": "string",
"suggested": true
},
},
"caption": {
"caption": {
"description": "A caption describing the NPC's image."
"description": "A caption describing the NPC's image.",
"type": "string"
},
},
"location": {
"location": {
"description": "The NPC's location."
"description": "The NPC's location.",
"type": "string",
"suggested": true
},
},
"role": {
"role": {
"description": "The NPC's purpose."
"description": "The NPC's purpose.",
"type": "string"
},
},
"size": {
"size": {
"description": "The NPC's physical size."
"description": "The NPC's physical size.",
"type": "string",
"suggested": true
},
},
"killable": {
"killable": {
"description": "Whether the NPC can be killed."
"description": "Whether the NPC can be killed.",
"type": "string",
"suggested": true
},
},
"notes": {
"notes": {
"description": "Additional notes related to the NPC."
"description": "Additional notes related to the NPC.",
"type": "string",
"suggested": true
},
},
"EffectName": {
"EffectName": {

Revision as of 07:12, 5 September 2021

A template used in displaying NPC information.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
headercolorheadercolor

The header's background color.

Stringsuggested
headerfontcolorheaderfontcolor

The header's text color.

Stringsuggested
imageimage

An image representing the NPC.

Stringsuggested
captioncaption

A caption describing the NPC's image.

Stringoptional
locationlocation

The NPC's location.

Stringsuggested
rolerole

The NPC's purpose.

Stringoptional
sizesize

The NPC's physical size.

Stringsuggested
killablekillable

Whether the NPC can be killed.

Stringsuggested
notesnotes

Additional notes related to the NPC.

Stringsuggested
EffectNameEffectName

The name of the effect associated with this NPC.

Stringoptional
EffectsEffects

The effect that you can get from this NPC.

Stringoptional
WallpapersWallpapers

Wallpapers that you can get from this NPC.

Example
WP #1
Stringoptional
MenuMenu

Menu themes that the NPC would you.

Example
Menu Theme #1
Stringoptional
EventsEvents

Events associated with this NPC.

Stringoptional