Vorlage:Otherlang: Unterschied zwischen den Versionen
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 25: | Zeile 25: | ||
{{otherlang | {{otherlang | ||
| title=Test | | title=Test | ||
− | | | + | | de=Test:de |
}} | }} | ||
</pre> | </pre> | ||
Zeile 31: | Zeile 31: | ||
Note that: | Note that: | ||
* The language "de" is not included, as it is the language of the page that template is being used on. | * The language "de" 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. | + | * 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. | * The English page has no suffix. | ||
* The same template must be used on the translated page (with the other language) to link back | * The same template must be used on the translated page (with the other language) to link back | ||
Zeile 50: | Zeile 50: | ||
|} | |} | ||
</noinclude> | </noinclude> | ||
− | {{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}{{#if: {{{en|}}} | '''[[File:ENG.gif|right|alt=English|link={{{en}}}]]''' }} {{#if: {{{de|}}} | [[File:DEU.gif|right|alt=Deutsch|link={{{de}}}]] }} | + | {{#if:{{{title|}}}|{{DISPLAYTITLE:{{{title}}}}}}}{{#if:{{{en|}}}|'''[[File:ENG.gif|right|alt=English|link={{{en}}}]]'''}}{{#if:{{{de|}}}|'''[[File:DEU.gif|right|alt=Deutsch|link={{{de}}}]]'''}} |
Aktuelle Version vom 18. September 2018, 21:45 Uhr
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:lang | lang2=page:lang2 | etc... }}
Warning! Do not include the language of the current page. This will only confuse readers.
Example
On a page called Test:
{{otherlang | title=Test | de=Test:de }}
Note that:
- The language "de" 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
- Vorlage:Selfref and templates currently in common use.
- The English page has no suffix.
- The same template must be used on the translated page (with the other language) to link back
Available Languages
Language | Syntax | Result |
---|---|---|
English | en=Page_name:en | |
Deutsch | de=Page_name |