Template:TranslateTable

From Len'en Wiki
Jump to navigation Jump to search

 

 

Documentation icon Template documentation[view] [edit] [history] [purge]

{{TranslateTable}} served as a standard translation table template. for the wiki.

Usage

Please follow the code below in order to use it.

{{TranslateTable/Header}}
{{TranslateTable|{{{1}}}
| ja =Original Japanese words
| en =Translated words
}}
{{TranslateTable/Footer}}

Parameters

Uses for {{{1}}} are:

h1

If the TranslateTable serves as a title, you can insert this to mark the translation as a title or header of the translation.

Example:
{{TranslateTable/Header}}
{{TranslateTable|h1
| ja =例テキスト
| en =Example text
}}
{{TranslateTable/Footer}}
Output:

例テキスト

Example text

blockquote

Adds a blockquote to the table.

Example:
{{TranslateTable/Header}}
{{TranslateTable|blockquote
| ja =例テキスト
| en =Example text
}}
{{TranslateTable/Footer}}
Output:

例テキスト

Example text

colspan

It is not possible to add any text with this one. It should be put between two paragraphs.

Example:
{{TranslateTable/Header}}
{{TranslateTable
| ja =ここで下のコルスパン
| en =Colspan under here.
}}
{{TranslateTable|colspan}}
{{TranslateTable
| ja =ここで上記のコルスパン
| en =Colspan above.
}}
{{TranslateTable/Footer}}
Output:

ここで下のコルスパン

Colspan under here.

ここで上記のコルスパン

Colspan above.

right

Aligns the text at the right.

Example:
{{TranslateTable/Header}}
{{TranslateTable|right
| ja =例テキスト
| en =Example text
}}
{{TranslateTable/Footer}}
Output:

例テキスト

Example text

big

To make the text bigger.

Example:
{{TranslateTable/Header}}
{{TranslateTable|big
| ja =例テキスト
| en =Example text
}}
{{TranslateTable/Footer}}
Output:

例テキスト

Example text