Bem vindo(a) à Touhou Wiki!

Predefinição:DialogTable/doc

Fonte: Touhou Wiki
< Predefinição:DialogTable
Revisão em 23h08min de 11 de junho de 2018 por Ryann1908 (discussão | contribs) (Criou a página com "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT --> This te...")
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)
Saltar para a navegação Saltar para a pesquisa

This template served as a translation table template.

Usage

Please follow the code below in order to use it.

{{DialogTable/Header}}
{{DialogTable
| char =Reimu
| ja   =こんにちは
| en   =Good Afternoon
}}
{{DialogTable/Footer}}

Output:

Reimu

こんにちは

Good Afternoon

If the DialogTable serves as a title, you can insert |h1 just behind {{DialogTable to mark the translation as a title or header of the translation.

Example:

{{DialogTable/Header}}
{{DialogTable|h1
| char =Character's name (if available)
| ja   =Original Japanese words
| en   =Translated words
}}
{{DialogTable/Footer}}

Another type is {{DialogTable|st-title}} which is used to display the stage title aligned center and {{DialogTable|st-desc}} for non-center-aligned, both without the char parameter.

Optionally, you can use {{DialogTable|status}} to mark certain situation. For example:

{{DialogTable/Header}}
{{DialogTable|status
| status =[[Reimu Hakurei|Reimu]] HAS DEFEATED
}}
{{DialogTable/Footer}}

Output:

Reimu HAS DEFEATED

Alternately, you can use {{DialogTable|statusnr}} for non-bold status sentences.

Meanwhile, you may use other language coding by following the example code below:

{{DialogTable/Header}}
{{DialogTable
| lang =zh
| char =Reimu
| zh   =午安
| en   =Good Afternoon
}}
{{DialogTable/Footer}}

NOTE: the origin lang code must follow what the lang parameter is.