Template:Infobox character/doc: Difference between revisions

Template page
Content added Content deleted
(created documentation)
 
mNo edit summary
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{documentation subpage}}
{{Lua|Module:Infobox Character}}

{{Lua|Module:Infobox character}}


==Parameters==
==Parameters==
Line 5: Line 7:
{
{
"params": {
"params": {
"bg color": {
"type": "string",
"label": "Background Color",
"description": "The background color of the headers.",
"example": "#884499",
"default": "#000000",
"required": true
},
"text color": {
"text color": {
"type": "string",
"type": "string",
Line 24: Line 18:
"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": "[[wikipedia:ja:野口瑠璃子|Noguchi Ruriko]]",
"type": "string"
},
"color": {
"label": "Image Color",
"description": "The image color of the character.",
"example": "#33AAEE",
"type": "string",
"required": true
},
"bad at": {
"label": "Bad at",
"description": "A list of things that the character is bad at.",
"example": "Being calm",
"type": "string",
"suggested": true
}
},
},
"description": "Infobox Character to display character information."
"description": "Infobox Character to display character information.",
"paramOrder": [
"text color",
"character name",
"character image",
"japanese",
"romaji",
"english",
"unit",
"position",
"gender",
"birthday",
"height",
"school",
"hobbies",
"talents",
"dislikes",
"color",
"bad at",
"seiyuu"
]
}
}
</templatedata>
</templatedata>
Line 60: Line 162:
<pre>
<pre>
{{Infobox Character
{{Infobox Character
|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 =
|color =
|bad at =
|seiyuu =
}}
</pre>
</pre>


==Examples==
==Examples==
{{Infobox Character
{{Infobox character
|bg color = #BB6588
|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
|color = #33AAEE
|seiyuu = [[wikipedia:ja:野口瑠璃子|Noguchi Ruriko]]
}}
<pre>
{{Infobox character
|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
|color = #33AAEE
|seiyuu = [[wikipedia:ja:野口瑠璃子|Noguchi Ruriko]]
}}
</pre>

{{clear}}

{{Infobox character
|character name = Yoisaki Kanade
|character name = Yoisaki Kanade
|character image = Kanade.png
|character image = Kanade.png
Line 97: Line 247:
|dislikes = Direct sunlight
|dislikes = Direct sunlight
Any kind of housework
Any kind of housework
|color = #BB6588
|seiyuu = [https://en.wikipedia.org/wiki/Tomori_Kusunoki Kusunoki Tomori]
|seiyuu = [[wikipedia:Tomori Kusunoki|Kusunoki Tomori]]
}}
}}
<pre>
<pre>
{{Infobox Character
{{Infobox character
|bg color = #BB6588
|character name = Yoisaki Kanade
|character name = Yoisaki Kanade
|character image = Kanade.png
|character image = Kanade.png
Line 117: Line 267:
|dislikes = Direct sunlight
|dislikes = Direct sunlight
Any kind of housework
Any kind of housework
|color = #BB6588
|seiyuu = [https://en.wikipedia.org/wiki/Tomori_Kusunoki Kusunoki Tomori]
|seiyuu = [[wikipedia:Tomori Kusunoki|Kusunoki Tomori]]
}}
}}
</pre>
</pre>


{{clear}}
{{clear}}

<includeonly>[[Category:Infobox templates]]</includeonly>

Latest revision as of 20:10, 4 May 2023

Parameters[edit source]

Infobox Character to display character information.

Template parameters

ParameterDescriptionTypeStatus
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
Image Colorcolor

The image color of the character.

Example
#33AAEE
Stringrequired
Bad atbad at

A list of things that the character is bad at.

Example
Being calm
Stringsuggested
Seiyuuseiyuu

The character's seiyuu.

Example
[[wikipedia:ja:野口瑠璃子|Noguchi Ruriko]]
Stringrequired

Quick Copy[edit source]

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

Examples[edit source]

Hoshino Ichika
Japanese星乃一歌
RomajiHoshino Ichika
EnglishIchika Hoshino
Unit
PositionGuitarist
Profile
GenderFemale
BirthdayAugust 11
Height161cm
SchoolMiyamasuzaka Girls Academy
Class 1-C
Hobbies
  • Listening to Miku sing
  • Admiring her cactus plant
Talents
  • Peeling apples
Dislikes
  • Loud/scary theme park attractions
Image color#33AAEE
Seiyuu
{{Infobox character
|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
|color    = #33AAEE
|seiyuu   = [[wikipedia:ja:野口瑠璃子|Noguchi Ruriko]]
}}
Yoisaki Kanade
Japanese宵崎奏
RomajiYoisaki Kanade
EnglishKanade Yoisaki
Unit
PositionComposer
Profile
GenderFemale
BirthdayFebruary 10
Height154 cm
SchoolHome-schooled
Hobbies
  • Searching for and listening to music
Talents
  • Keeping track of time just through intuition
Dislikes
  • Direct sunlight
  • Any kind of housework
Image color#BB6588
Seiyuu
{{Infobox character
|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
|color    = #BB6588
|seiyuu   = [[wikipedia:Tomori Kusunoki|Kusunoki Tomori]]
}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.