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



Yume Nikki Fangames Wiki

Template:Characterbox/doc: Difference between revisions

(Created page with "<templatedata> { "params": { "image": { "description": "An image depicting the character.", "suggested": true }, "caption": { "description": "Description of th...")
 
No edit summary
Line 8: Line 8:
"caption": {
"caption": {
"description": "Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source.",
"description": "Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source.",
"type": "string"
"type": "string",
"suggested": true
},
},
"image2": {
"image2": {
Line 18: Line 19:
"description": "The character name's etymology.",
"description": "The character name's etymology.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"default": "Unknown"
},
},
"age": {
"age": {
"description": "The character's age.",
"description": "The character's age.",
"type": "string"
"type": "string",
"default": "Unknown",
"suggested": true
},
},
"gender": {
"gender": {
"description": "The character's gender.",
"description": "The character's gender.",
"type": "string"
"type": "string",
"default": "Unknown",
"suggested": true
},
},
"hair color": {
"hair color": {
"description": "The character's hair color.",
"description": "The character's hair color.",
"type": "string"
"type": "string",
"default": "Unknown",
"suggested": true
},
},
"eye color": {
"eye color": {
"description": "The character's eye color.",
"description": "The character's eye color.",
"type": "string"
"type": "string",
"default": "Unknown",
"suggested": true
},
},
"shirt design": {
"shirt design": {
"description": "A description of the character's shirt/clothing design.",
"description": "A description of the character's shirt/clothing design.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"default": "Unknown"
}
}
},
},
"description": "Template used in showing a character's basic information.",
"description": "Template used in showing a character's basic information.",
"format": "block"
"format": "{{_\n|_ = _\n}}"
}
}
</templatedata>
</templatedata>

Revision as of 13:33, 5 September 2021

Template used in showing a character's basic information.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
imageimage

An image depicting the character.

Unknownsuggested
captioncaption

Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source.

Stringsuggested
image2image2

Image of the character's in-game sprite.

Stringsuggested
name originname origin

The character name's etymology.

Default
Unknown
Stringsuggested
ageage

The character's age.

Default
Unknown
Stringsuggested
gendergender

The character's gender.

Default
Unknown
Stringsuggested
hair colorhair color

The character's hair color.

Default
Unknown
Stringsuggested
eye coloreye color

The character's eye color.

Default
Unknown
Stringsuggested
shirt designshirt design

A description of the character's shirt/clothing design.

Default
Unknown
Stringsuggested