Difference between revisions of "Template:Otherlang"

From ATI public wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}{{#if: {{{en|}}} | '''[[File:United_States.png|alt=English|link={{{en}}}]]''' }} {{#if: {{{ru|}}} | [[File:Russia.png|alt=Русский|link={{{ru}}}]] }}
+
<noinclude>
 +
{{otherlang
 +
|ru=Шаблон:Otherlang
 +
}}
 +
 
 +
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 otherlang template of your contributed page. This way all multilingual pages are linked.
 +
 
 +
== Syntax ==
 +
<pre>
 +
{{otherlang
 +
| noborder=true (OPTIONAL)
 +
| title=localized page display title
 +
| lang=page:translated page
 +
| lang2=translated page2
 +
| etc...
 +
}}
 +
</pre>
 +
 
 +
Warning! Do not include the language of the current page. This will only confuse readers.
 +
 
 +
=== Example ===
 +
On a page called [[Template:Otherlang]]:
 +
<pre>
 +
{{otherlang
 +
| title=Template:Otherlang
 +
| ru=Шаблон:Otherlang
 +
}}
 +
</pre>
 +
 
 +
Note that:
 +
* The language "<code>en</code>" is not included, as it is the language of the page that template is being used on.
 +
* <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.
 +
 
 +
== Available Languages ==
 +
{| class="table table-bordered" border="2" cellpadding="7"
 +
! Language
 +
! Syntax
 +
! Result
 +
|- id="en"
 +
|English
 +
|en=Page_name
 +
|[[File:United_States.png]]
 +
|- id="ru"
 +
|Russian
 +
|ru=Page_name:ru
 +
|[[File:Russia.png]]
 +
|}
 +
 
 +
</noinclude> {{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}<div style="position:relative;top:-42px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#000000{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #000000;border-bottom:0;}}">{{#if: {{{en|}}} | '''[[File:United_States.png|alt=English|link={{{en}}}]]''' }} {{#if: {{{ru|}}} | [[File:Russia.png|alt=Русский|link={{{ru}}}]] }}</div>

Latest revision as of 10:21, 11 March 2015

{{#if: | }}
{{#if: | English }} {{#if: Шаблон:Otherlang | Русский }}

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 otherlang template of your contributed page. This way all multilingual pages are linked.

Syntax

{{otherlang
| 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:Otherlang:

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

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 United States.png
Russian ru=Page_name:ru Russia.png
{{#if: | }}
{{#if: | English }} {{#if: | Русский }}