Шаблон:TranslateTable/doc
Перейти к навигации
Перейти к поиску
40px | This is a documentation subpage for Шаблон:TranslateTable. It contains usage information, categories, interlanguage links and other content that is not part of the original шаблон page. |
This template served as a translation table template.
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:
|
|
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 |