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



YumeWiki
3,022Articles

Template:ListChar/doc: Difference between revisions

(Created page with "<templatedata> { "params": { "headercolor": { "description": "The header's background color.", "example": "#000000" }, "headerfontcolor": { "description": "The...")
 
(add category)
 
(2 intermediate revisions by one other user not shown)
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": {
"description": "Other names that the NPC is known by."
"description": "Other names that the NPC is known by.",
"suggested": true
},
},
"description": {
"description": {
"description": "A short description of the NPC."
"description": "A short description of the NPC.",
"type": "string",
"suggested": true
}
}
},
},
"description": "This template is used for describing NPCs that give effects.",
"description": "This template is used for describing NPCs that give effects.",
"format": "block"
"format": "{{_\n|_ = _\n}}"
}
}
</templatedata>
</templatedata>
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<includeonly>__NOEDITSECTION__</includeonly>

Latest revision as of 05:05, 10 May 2024

This template is used for describing NPCs that give effects.

Template parameters

This template has custom formatting.

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.

Unknownsuggested
descriptiondescription

A short description of the NPC.

Stringsuggested