Template:Infobox character/doc: Difference between revisions

Template page
Content added Content deleted
(created documentation)
 
(updated documentation)
Line 7: Line 7:
"bg color": {
"bg color": {
"type": "string",
"type": "string",
"label": "Background Color",
"label": "Background Color / Image Color",
"description": "The background color of the headers.",
"description": "The background color of the headers.",
"example": "#884499",
"example": "#33AAEE",
"default": "#000000",
"default": "#000000",
"required": true
"required": true
Line 24: Line 24:
"label": "Character Name",
"label": "Character Name",
"type": "string",
"type": "string",
"required": true
"required": true,
"description": "The character's name, usually the same as the page's title.",
"example": "Hoshino Ichika"
},
},
"character image": {
"character image": {
"label": "Character Image",
"label": "Character Image",
"type": "string",
"type": "string",
"required": true
"required": true,
"description": "The filename of an image of the character.",
"example": "Ichika.png"
},
},
"japanese": {
"japanese": {
"label": "Japanese"
"label": "Japanese",
"description": "The character's name in Japanese.",
"required": true,
"example": "星乃一歌",
"type": "string"
},
},
"romaji": {
"romaji": {
"label": "Romaji"
"label": "Romaji",
"description": "The character's name romanized from Japanese.",
"type": "string",
"required": true,
"example": "Hoshino Ichika"
},
},
"english": {
"english": {
"label": "English"
"label": "English",
"description": "The character's name in English.",
"type": "string",
"required": true,
"example": "Ichika Hoshino"
},
},
"unit": {
"unit": {
"label": "Unit"
"label": "Unit",
"example": "ln",
"type": "string",
"required": true,
"description": "The unit associated with the song. Use \"vs\" for VIRTUAL SINGER, \"ln\" for Leo/need, \"mmj\" for MORE MORE JUMP!, \"vbs\" for Vivid BAD SQUAD, \"wxs\" for Wonderlands×Showtime, \"25ji\" for 25-ji, Night Code de.."
},
},
"position": {},
"position": {
"gender": {},
"label": "Position",
"description": "The character's position in the unit.",
"birthday": {},
"height": {},
"type": "string",
"school": {},
"suggested": true,
"hobbies": {},
"example": "Guitarist"
"talents": {},
},
"dislikes": {},
"gender": {
"seiyuu": {}
"label": "Gender",
"type": "string",
"required": true,
"example": "Female",
"description": "The character's gender."
},
"birthday": {
"label": "Birthday",
"type": "string",
"required": true,
"example": "August 11",
"description": "The character's birthday (or anniversary for Virtual Singers)."
},
"height": {
"type": "string",
"required": true,
"label": "Height",
"example": "161 cm",
"description": "The character's height. Centimeters preferred."
},
"school": {
"suggested": true,
"label": "School",
"description": "The school that the character attends. Include class, if known.",
"type": "string",
"example": "Miyamasuzaka Girls Academy\nClass 1-C"
},
"hobbies": {
"suggested": true,
"label": "Hobbies",
"description": "A list of the character's hobbies.",
"example": "Listening to [[Hatsune Miku|Miku]] sing\nAdmiring her cactus plant",
"type": "string"
},
"talents": {
"suggested": true,
"label": "Talents",
"description": "A list of the character's talents.",
"example": "Peeling apples",
"type": "string"
},
"dislikes": {
"suggested": true,
"label": "Dislikes",
"description": "A list of what the character dislikes.",
"type": "string",
"example": "Loud/scary theme park attractions"
},
"seiyuu": {
"required": true,
"label": "Seiyuu",
"description": "The character's seiyuu.",
"example": "[https://ja.wikipedia.org/wiki/%E9%87%8E%E5%8F%A3%E7%91%A0%E7%92%83%E5%AD%90 Noguchi Ruriko]",
"type": "string"
}
},
},
"description": "Infobox Character to display character information."
"description": "Infobox Character to display character information."
Line 60: Line 134:
<pre>
<pre>
{{Infobox Character
{{Infobox Character
|bg color =
|bg color =
|text color =
|text color =
|character name =
|character name =
|character image =
|character image =
|japanese =
|japanese =
|romaji =
|romaji =
|english =
|english =
|unit =
|unit =
|position =
|position =
|gender =
|gender =
|birthday =
|birthday =
|height =
|height =
|school =
|school =
|hobbies =
|hobbies =
|talents =
|talents =
|dislikes =
|dislikes =
|seiyuu =
|seiyuu =
}}
</pre>
</pre>


==Examples==
==Examples==
{{Infobox Character
|bg color = #33AAEE
|text color = #FFFFFF
|character name = Hoshino Ichika
|character image = Ichika.png
|japanese = 星乃一歌
|romaji = Hoshino Ichika
|english = Ichika Hoshino
|unit = ln
|position = Guitarist
|gender = Female
|birthday = August 11
|height = 161cm
|school = Miyamasuzaka Girls Academy
Class 1-C
|hobbies = Listening to [[Hatsune Miku|Miku]] sing
Admiring her cactus plant
|talents = Peeling apples
|dislikes = Loud/scary theme park attractions
|seiyuu = [https://ja.wikipedia.org/wiki/%E9%87%8E%E5%8F%A3%E7%91%A0%E7%92%83%E5%AD%90 Noguchi Ruriko]
}}
<pre>
{{Infobox Character
|bg color = #33AAEE
|text color = #FFFFFF
|character name = Hoshino Ichika
|character image = Ichika.png
|japanese = 星乃一歌
|romaji = Hoshino Ichika
|english = Ichika Hoshino
|unit = ln
|position = Guitarist
|gender = Female
|birthday = August 11
|height = 161 cm
|school = Miyamasuzaka Girls Academy
Class 1-C
|hobbies = Listening to [[Hatsune Miku|Miku]] sing
Admiring her cactus plant
|talents = Peeling apples
|dislikes = Loud/scary theme park attractions
|seiyuu = [https://ja.wikipedia.org/wiki/%E9%87%8E%E5%8F%A3%E7%91%A0%E7%92%83%E5%AD%90 Noguchi Ruriko]
}}
</pre>

{{clear}}

{{Infobox Character
{{Infobox Character
|bg color = #BB6588
|bg color = #BB6588

Revision as of 04:32, 3 July 2021

Parameters

Infobox Character to display character information.

Template parameters

ParameterDescriptionTypeStatus
Background Color / Image Colorbg color

The background color of the headers.

Default
#000000
Example
#33AAEE
Stringrequired
Text Colortext color

The color of the text inside headers.

Default
#FFFFFF
Example
#FFFFFF
Stringsuggested
Character Namecharacter name

The character's name, usually the same as the page's title.

Example
Hoshino Ichika
Stringrequired
Character Imagecharacter image

The filename of an image of the character.

Example
Ichika.png
Stringrequired
Japanesejapanese

The character's name in Japanese.

Example
星乃一歌
Stringrequired
Romajiromaji

The character's name romanized from Japanese.

Example
Hoshino Ichika
Stringrequired
Englishenglish

The character's name in English.

Example
Ichika Hoshino
Stringrequired
Unitunit

The unit associated with the song. Use "vs" for VIRTUAL SINGER, "ln" for Leo/need, "mmj" for MORE MORE JUMP!, "vbs" for Vivid BAD SQUAD, "wxs" for Wonderlands×Showtime, "25ji" for 25-ji, Night Code de..

Example
ln
Stringrequired
Positionposition

The character's position in the unit.

Example
Guitarist
Stringsuggested
Gendergender

The character's gender.

Example
Female
Stringrequired
Birthdaybirthday

The character's birthday (or anniversary for Virtual Singers).

Example
August 11
Stringrequired
Heightheight

The character's height. Centimeters preferred.

Example
161 cm
Stringrequired
Schoolschool

The school that the character attends. Include class, if known.

Example
Miyamasuzaka Girls Academy Class 1-C
Stringsuggested
Hobbieshobbies

A list of the character's hobbies.

Example
Listening to [[Hatsune Miku|Miku]] sing Admiring her cactus plant
Stringsuggested
Talentstalents

A list of the character's talents.

Example
Peeling apples
Stringsuggested
Dislikesdislikes

A list of what the character dislikes.

Example
Loud/scary theme park attractions
Stringsuggested
Seiyuuseiyuu

The character's seiyuu.

Example
[https://ja.wikipedia.org/wiki/%E9%87%8E%E5%8F%A3%E7%91%A0%E7%92%83%E5%AD%90 Noguchi Ruriko]
Stringrequired

Quick Copy

{{Infobox Character
|bg color    = 
|text color  = 
|character name  = 
|character image = 
|japanese = 
|romaji   = 
|english  = 
|unit     = 
|position = 
|gender   = 
|birthday = 
|height   = 
|school   = 
|hobbies  = 
|talents  = 
|dislikes = 
|seiyuu   = 
}}

Examples

Template:Infobox Character

{{Infobox Character
|bg color    = #33AAEE
|text color  = #FFFFFF
|character name  = Hoshino Ichika
|character image = Ichika.png
|japanese = 星乃一歌
|romaji   = Hoshino Ichika
|english  = Ichika Hoshino
|unit     = ln
|position = Guitarist
|gender   = Female
|birthday = August 11
|height   = 161 cm
|school   = Miyamasuzaka Girls Academy
Class 1-C
|hobbies  = Listening to [[Hatsune Miku|Miku]] sing
Admiring her cactus plant
|talents  = Peeling apples
|dislikes = Loud/scary theme park attractions
|seiyuu   = [https://ja.wikipedia.org/wiki/%E9%87%8E%E5%8F%A3%E7%91%A0%E7%92%83%E5%AD%90 Noguchi Ruriko]
}}

Template:Infobox Character

{{Infobox Character
|bg color = #BB6588
|character name  = Yoisaki Kanade
|character image = Kanade.png
|japanese = 宵崎奏
|romaji   = Yoisaki Kanade
|english  = Kanade Yoisaki
|unit     = 25ji
|position = Composer
|gender   = Female
|birthday = February 10
|height   = 154 cm
|school   = Home-schooled
|hobbies  = Searching for and listening to music
|talents  = Keeping track of time just through intuition
|dislikes = Direct sunlight
Any kind of housework
|seiyuu   = [https://en.wikipedia.org/wiki/Tomori_Kusunoki Kusunoki Tomori]
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.