Template:C infobox
This template is to be used only for the creator and company enteries in Infoboxes. If the Kanji is splitting between multiple lines then please use the |br=
to have the template insert a <br />
tag in the proper place. A <br />
tag may be included in the name but please try to avoid it as much a possible. This template can also handle when the Romaji Name text needs to be altered for whatever reason by including the Alternate Name in the second parameter.
Syntax
- {{C infobox
|Name in Romaji |Name in Kanji}}
- {{C infobox
|Name in Romaji |Name in Kanji |br=yes}}
- {{C infobox
|Name in Romaji |Alteration of Name |Name in Kanji}}
- {{C infobox
|Name in Romaji |no kanji=yes}}
Examples
{{C infobox|Libre|Libre Shuppan|リブレ出版}}
→ Libre Shuppan (リブレ出版)
You will get an error message if neither the name in romaji or the name in kanji are included. If the creator or company name are written only in romaji use the |no kanji=
parameter, as shown above.
{{c infobox||エンゾウ}}
→ Missing name in Romaji
{{c infobox|Enzou|}}
→ Enzou Missing name in Kanji
TemplateData
To format the creator and company enteries in infoboxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name in Romaji | 1 | The creator or company name in Romaji
| String | required |
Name in Kanji/Alternate Name | 2 | The creator or company name in Kanji, unless the Category text needs to be changed.
| String | required |
Name in Kanji | 3 | If the creator or company names needs alternate category name text then the Kanji name will go here.
| String | optional |
Line Break | br | To insert a break between the Name in Romaji and Name in Kanji.
| String | optional |
No Kanji | no kanji | When the creator or company name is written only in Romaji.
| String | optional |