Template:Translations: Difference between revisions

From Red Faction Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ #if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}{{#if: {{{en|}}} | '''English: {{{en}}}''' }} {{#if: {{{ru|}}} | Russian: {{{ru}}} }}
<!---
<noinclude>
<noinclude>
{{Translations
{{Translations
|ru=Template:Translations:ru
|ru=Шаблон:Translations
}}
}}


Line 10: Line 8:
To prevent issues, this template must be placed '''at the very beginning of a page'''.
To prevent issues, this template must be placed '''at the very beginning of a page'''.


Tip! When contributing a new translation to a document that already has other translations, please carry over the existing translations to the otherlang template of your contributed page. This way all multilingual pages are linked.
Tip! When contributing a new translation to a document that already has other translations, please carry over the existing translations to the Translations template of your contributed page. This way all multilingual pages are linked.


== Syntax ==
== Syntax ==
<pre>
{{Translations
{{Translations
| noborder=true (OPTIONAL)
| noborder=true (OPTIONAL)
| title=localized page display title
| title=localized page display title
| lang=page:lang
| lang=page:translated page
| lang2=page:lang2
| lang2=translated page2
| etc...
| etc...
}}
}}
 
</pre>


Warning! Do not include the language of the current page. This will only confuse readers.
Warning! Do not include the language of the current page. This will only confuse readers.
Line 26: Line 25:
=== Example ===
=== Example ===
On a page called [[Template:Translations]]:
On a page called [[Template:Translations]]:
<pre>
{{Translations
{{Translations
| title=Template:Translations
| title=Template:Translations
| ru=Category:Programming:ru
| ru=Шаблон:Translations
}}
}}
 
</pre>


Note that:
Note that:
* The language "en" is not included, as it is the language of the page that template is being used on.
* The language "<code>en</code>" is not included, as it is the language of the page that template is being used on.
* title is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing {{wrongtitle}} and {{DISPLAYTITLE}} templates currently in common use.
* <code>title</code> is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing <nowiki>{{wrongtitle}} and {{DISPLAYTITLE}}</nowiki> templates currently in common use.
* The English page has no suffix.
* The English page has no suffix.


Line 45: Line 45:
|English
|English
|en=Page_name
|en=Page_name
|English
|[[File:En.png]]
|- id="ru"
|- id="ru"
|Russian
|Russian
|ru=Page_name:ru
|ru=Page_name:ru
|Russian
|[[File:Ru.png]]
|}</noinclude>
|- id="cn"
--->
|Chinese (Simplified)
|cn=Page_name:cn
|[[File:Cn.png]]
|}
 
</noinclude>
 
<!---{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}
<br /><br />
<div style="position:relative;top:-42px;margin-bottom: -40px;float:left;text-align:left;padding:2px;line-height:11px;background:#000000{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #000000;border-bottom:0;}}">--->
'''Translations:'''
{{#if: {{{en|}}} | *'''English: {{{en}}}''' }}
{{#if: {{{ru|}}} | *'''Russian: {{{ru}}}''' }}
{{#if: {{{cn|}}} | *'''Chinese: {{{cn}}}''' }}
 
 
<!---</div>--->

Latest revision as of 03:58, 16 November 2020


Translations:

  • Russian: Шаблон:Translations



This template adds available translations for the page to the top through the use of flags.

To prevent issues, this template must be placed at the very beginning of a page.

Tip! When contributing a new translation to a document that already has other translations, please carry over the existing translations to the Translations template of your contributed page. This way all multilingual pages are linked.

Syntax

{{Translations
| noborder=true (OPTIONAL)
| title=localized page display title
| lang=page:translated page
| lang2=translated page2
| etc...
}}

Warning! Do not include the language of the current page. This will only confuse readers.

Example

On a page called Template:Translations:

{{Translations
| title=Template:Translations
| ru=Шаблон:Translations
}}

Note that:

  • The language "en" is not included, as it is the language of the page that template is being used on.
  • title is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing {{wrongtitle}} and {{DISPLAYTITLE}} templates currently in common use.
  • The English page has no suffix.

Available Languages

Language Syntax Result
English en=Page_name File:En.png
Russian ru=Page_name:ru File:Ru.png
Chinese (Simplified) cn=Page_name:cn File:Cn.png


Translations: