Template:MissingInfo
| の | This article is missing information on this character's English voice actor. You can help by adding this information. |
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
{{MissingInfo}} is used as a notice template for character pages which are missing any details.
Usage
This notice template should be used at the top of a page, before the introductory paragraph or any infoboxes.
{{ MissingInfo | <1> | <2> }}
Parameters
All parameters are case sensitive.
| Parameter | Allowed values | Notes | |
|---|---|---|---|
| unnamed | 1 | 1 • 2 • 3 • 4
|
How many fields are required. Defaults to 1.
|
| 2 | enva • java • javak • janame • dubname • spelling
|
What is missing. Defaults to enva.
| |
| 3 | Optional. Additional missing fields.
Values are explained below. | ||
| 4 | |||
| 5 | |||
| named | width | width | Optional. Width of the notice. Defaults to auto.
|
| scope | article • section • String
|
Optional. Article or Section, etc. Defaults to article.
| |
| cat | blank | Optional. Mainly intended to be left blank to suppress the category included by default. | |
TemplateData
This template is used as a notice for character pages which are missing any details.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Fields | 1 | How many fields are required
| Number | required |
| Missing Info 1 | 2 | What is missing
| Line | required |
| Missing Info 2 | 3 | What is missing
| Line | suggested |
| Missing Info 3 | 4 | What is missing
| Line | suggested |
| Missing Info 4 | 5 | What is missing
| Line | suggested |
| Width | width | Width of the notice
| Line | optional |
| Scope | scope | Article/Section/etc.
| Line | optional |
| Category | cat | Mainly intended to be left blank to supress category/categories included by the template
| Line | optional |
Examples
Each type of value
{{MissingInfo|1|<value>}}
| Value | Notes | Input | Output | ||
|---|---|---|---|---|---|
enva
|
English voice actor | {{MissingInfo|1|enva}}
|
| ||
java
|
Japanese voice actor | {{MissingInfo|1|java|scope=section}}
|
| ||
javak
|
Japanese voice actor in kanji | {{MissingInfo|1|javak|scope=part}}
|
| ||
janame
|
Japanese name | {{MissingInfo|1|janame}}
|
| ||
dubname
|
English dub name | {{MissingInfo|1|dubname}}
|
| ||
spelling
|
English name spelling | {{MissingInfo|1|spelling}}
|
|
One value
{{MissingInfo|1|enva}}
| の | This article is missing information on this character's English voice actor. You can help by adding this information. |
Two values
{{MissingInfo|2|java|javak}}
| の | This article is missing information on this character's Japanese voice actor and Japanese voice actor in kanji. You can help by adding this information. |
Three values
{{MissingInfo|3|enva|dubname|spelling}}
| の | This article is missing information on this character's English voice actor, English dub name, and English name spelling. You can help by adding this information. |
Four values
{{MissingInfo|4|javak|enva|dubname|spelling}}
| の | This article is missing information on this character's Japanese voice actor, Japanese name, English voice actor, and English dub name. You can help by adding this information. |