Template:C infobox/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:
You will get an error message if you forget to include either the Romanji or Kanji. If the person or company name is written in Romanji only then please use the {{tl|C}} template instead.
You will get an error message if you forget to include either the Romanji or Kanji. If the person or company name is written in Romanji only then please use the {{tl|C}} template instead.


* {{tlc|c infobox||エンゾウ}} {{Rarr}} {{c infobox||エンゾウ}}
* <code><nowiki>{{c infobox||エンゾウ}}</nowiki></code> {{Rarr}} {{c infobox||エンゾウ}}


* {{tlc|c infobox|Enzou|}} {{Rarr}} {{c infobox|Enzou|}}
* <code><nowiki>{{c infobox|Enzou|}}</nowiki></code> {{Rarr}} {{c infobox|Enzou|}}


== TemplateData ==
== TemplateData ==

Revision as of 05:48, 7 September 2023

Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.

This template is a variation of the {{c}} template and is to be used only for the creator enteries in Infoboxes. If you find the Kanji is splitting between multiple lines then please use the second option 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.

Usages

  • {{c infobox|Name in Romaji|Name in Kanji}}
  • {{c infobox|Name in Romaji|Name in Kanji|br=yes}}

Examples

You will get an error message if you forget to include either the Romanji or Kanji. If the person or company name is written in Romanji only then please use the {{C}} template instead.

  • {{c infobox||エンゾウ}}Missing name in Romaji
  • {{c infobox|Enzou|}}Enzou Missing name in Kanji

TemplateData

To format the creator and company enteries in infoboxes.

Template parameters

ParameterDescriptionTypeStatus
Name in Romaji1

The creator or company name in Romaji

Example
Enzou
Stringrequired
Name in Kanji2

The creator or company name in Kanji

Example
エンゾウ
Stringrequired
Line Break3 br

To insert a break between the Name in Romaji and Name in Kanji.

Suggested values
yes y
Stringoptional