×
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:ListChar/doc: Difference between revisions

(Created page with "<templatedata> { "params": { "headercolor": { "description": "The header's background color.", "example": "#000000" }, "headerfontcolor": { "description": "The...")
 
No edit summary
Line 4: Line 4:
"headercolor": {
"headercolor": {
"description": "The header's background color.",
"description": "The header's background color.",
"example": "#000000"
"example": "#000000",
"type": "string",
"suggested": true
},
},
"headerfontcolor": {
"headerfontcolor": {
"description": "The header's text color.",
"description": "The header's text color.",
"example": "#ffffff"
"example": "#ffffff",
"type": "string",
"suggested": true
},
},
"name": {
"name": {
"description": "The NPC's name."
"description": "The NPC's name.",
"type": "string",
"suggested": true
},
},
"image": {
"image": {
"description": "An image of the NPC."
"description": "An image of the NPC.",
"type": "string",
"suggested": true
},
},
"aka": {
"aka": {
Line 20: Line 28:
},
},
"description": {
"description": {
"description": "A short description of the NPC."
"description": "A short description of the NPC.",
"type": "string",
"suggested": true
}
}
},
},

Revision as of 06:55, 5 September 2021

This template is used for describing NPCs that give effects.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
headercolorheadercolor

The header's background color.

Example
#000000
Stringsuggested
headerfontcolorheaderfontcolor

The header's text color.

Example
#ffffff
Stringsuggested
namename

The NPC's name.

Stringsuggested
imageimage

An image of the NPC.

Stringsuggested
akaaka

Other names that the NPC is known by.

Unknownoptional
descriptiondescription

A short description of the NPC.

Stringsuggested