This template should not be used in citation templates such as Citation Style 1 and Citation Style 2, because it includes markup that will pollute the COinS metadata they produce; see Wikipedia:COinS. |
This template uses Lua: |
This template is basically the same as {{Nihongo2}}, except that it appends rōmaji and an English translation inside parenthesis.
This template is useful when one is addressing a Japanese term directly for the purpose of explaining the language patterns (which is otherwise awkward when using rōmaji, since rōmaji is unable to discriminate kana). The optional English translation is included as a bonus for certain use cases but isn't the main purpose of using this template (since the semantic meanings of Japanese words are irrelevant to the explanation of the Japanese language patterns themselves).
Syntax:
{{Nihongo krt|<english>|<kanji/kana>|<rōmaji>|<extra>|<extra2>}}
|
Parameters:
extra=
extra2=
. It is only useful in ";" definitions (extra2 will be displayed without bold, whereas text following the template will get the bold).This template marks the Kanji
segment as being in Japanese Kanji, which helps web browsers display it correctly. It also applies the t_nihongo_kanji
CSS style class to it.
Parameters 1 and 2 are required, since without Japanese writing this template is futile, and without romaji the target audience on English Wikipedia can't be expected to read Japanese.
Using the template without the Rōmaji and Kanji version is essentially pointless, and will result in a useless or worse-than-useless display. Parameters 4 and 5 can also be directly invoked with |extra=
and |extra2=
. Parameter |extra2=
is useful only in ";" definitions (|extra2=
's content will be displayed without bold, whereas text following the template will get the bold); see below for a concrete example.
Please note:
See examples below for usage hints.
Without an English translation:
Code | {{Nihongo krt||食べる|taberu}}
|
Gives | 食べる (taberu) |
Including an English translation:
Code | {{Nihongo krt|"let's go"|行こう|ikō}}
|
Gives | 行こう (ikō, "let's go") |
User style can be set by adding code similar to
or
to common.css.
This template emits one error message of its own:
One of the positional parameters <kanji/kana>
({{{2}}}
), the 'Japanese' referred to in the error message or <rōmaji>
({{{3}}}
) is required for proper operation of this template.
This error often occurs because the template is malformed:
{{Nihongo krt|東京タワー}}
instead of {{Nihongo krt||東京タワー}}
; 東京タワー is in {{{1}}}
(<english>
) instead of {{{2}}}
(<kanji/kana>
). To resolve this error, add the missing pipe (|
) or consider using {{lang}}
or {{transl}}
Because this template uses {{lang}}
and {{transl}}
which emit their own error messages, see the help text for those at:
{{lang}}
{{transl}}
Like {{Nihongo2}} with '''kanji''' first, but with '''rōmaji''' and an English translation in parenthesis
Parameter | Description | Type | Status | |
---|---|---|---|---|
English translation | 1 |
| String | optional |
Kanji/kana | 2 | If there's no rōmaji, then kanji/kana is required.
| String | required |
Rōmaji | 3 | If there's no kanji/kana, then rōmaji is required.
| String | required |
extra text inside parentheses | extra 4 |
| String | optional |
extra text after parentheses | extra2 5 |
| String | optional |