Template:BlurbJP/Documentation

Jump to navigation Jump to search

Purpose

Table template used to add a Japanese language blurb in Blurb sections, with separate tables for both the original Japanese text and rōmaji. A translation of the text can also be provided by adding the optional parameter translation= (function handled by Template:BlurbJP/Translation).

Use Template:BlurbEN for English language blurbs in English releases.

Usage

The original text blurb and rōmaji are required parameters and must be added. The translation= parameter is optional.

Multiple tabs can be added to the table by enclosing the template between <tabber></tabber> tags and adding Tab name= as the tab. Each tab must use its own template and must be separated with |-|. This should be done if a piece of media has different blurbs across releases.

Code

Single blurb with translation:

{{BlurbJP
|blurb=
|romaji=
|translation=
}}

Multiple tabs:

<tabber>
Tab 1=
{{BlurbJP
|blurb=
|romaji=
|translation=
}}
|-|
Tab 2=
{{BlurbJP
|blurb=
|romaji=
|translation=
}}
</tabber>