Difference between revisions of "Template:Otherlang"

From A.P.E.S. wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
<noinclude>
 
{{otherlang
 
{{otherlang
|fr=Template:Otherlang:fr
+
|fr=modèle:Otherlang
 
}}
 
}}
  
Line 11: Line 11:
  
 
== Syntax ==
 
== Syntax ==
 
+
<pre>
 
{{otherlang
 
{{otherlang
| noborder=true (OPTIONAL)
+
| noborder=tfre (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:Otherlang]]:
 
On a page called [[Template:Otherlang]]:
 
+
<pre>
 
{{otherlang
 
{{otherlang
 
| title=Template:Otherlang
 
| title=Template:Otherlang
| fr=Category:Programming:fr
+
| fr=modèle:Otherlang
 
}}
 
}}
 
+
</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 47: Line 45:
 
|English
 
|English
 
|en=Page_name
 
|en=Page_name
|[[File:En.png]]
+
|[[File:Enus.png]]
 
|- id="fr"
 
|- id="fr"
|French
+
|Français
 
|fr=Page_name:fr
 
|fr=Page_name:fr
|[[File:Fr.png]]
+
|[[File:Enus.png]]
 
|}
 
|}
  
{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}{{#if: {{{en|}}} | '''[[File:En.png|alt=English|link={{{en}}}]]''' }} {{#if: {{{fr|}}} | [[File:Fr.png|alt=French|link={{{fr}}}]] }}
+
</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:Enus.png|alt=English|link={{{en}}}]]''' }} {{#if: {{{fr|}}} | [[File:enus.png|alt=Français|link={{{fr}}}]] }} </div>

Latest revision as of 14:05, 23 May 2022


{{#if: | }}

{{#if: | link={{{en}}} }} {{#if: modèle:Otherlang | File:Enus.png }}

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=tfre (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
| fr=modèle: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 File:Enus.png
Français fr=Page_name:fr File:Enus.png


{{#if: | }}

{{#if: | link={{{en}}} }} {{#if: | link={{{fr}}} }}