Difference between revisions of "Template:Languages"

From SME Server
Jump to navigationJump to search
 
(43 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Template ==
 
 
<onlyinclude><div class="LanguageLinks">
 
<onlyinclude><div class="LanguageLinks">
 
<table width="100%" style="clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px;">
 
<table width="100%" style="clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px;">
Line 5: Line 4:
 
<td style="width: 25px; padding-left: 0.5em;">[[Image:Geographylogo.png|25px|]]</td>
 
<td style="width: 25px; padding-left: 0.5em;">[[Image:Geographylogo.png|25px|]]</td>
 
<td style="width: 10px; white-space: nowrap; padding: 4px 1em 0 0.5em; border-right: 1px solid #aaaaaa;">'''[[Project:Language policy|Languages]]:'''&nbsp;</td><td style="padding: 1px 1em 0; background: #F6F9ED;">
 
<td style="width: 10px; white-space: nowrap; padding: 4px 1em 0 0.5em; border-right: 1px solid #aaaaaa;">'''[[Project:Language policy|Languages]]:'''&nbsp;</td><td style="padding: 1px 1em 0; background: #F6F9ED;">
[[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}|English]]
+
[[{{{1|{{NAMESPACE}}:{{BASEPAGENAME}}}}}|English]]
{{Languages/Lang|br|{{{1|}}}}}  
+
<!---
 +
{{Languages/Lang|br|{{{1|}}}}}
 +
--->
 
{{Languages/Lang|de|{{{1|}}}}}
 
{{Languages/Lang|de|{{{1|}}}}}
 
{{Languages/Lang|es|{{{1|}}}}}
 
{{Languages/Lang|es|{{{1|}}}}}
 +
<!---
 
{{Languages/Lang|fi|{{{1|}}}}}
 
{{Languages/Lang|fi|{{{1|}}}}}
 +
--->
 
{{Languages/Lang|fr|{{{1|}}}}}
 
{{Languages/Lang|fr|{{{1|}}}}}
 +
<!---
 
{{Languages/Lang|id|{{{1|}}}}}
 
{{Languages/Lang|id|{{{1|}}}}}
 +
--->
 
{{Languages/Lang|it|{{{1|}}}}}
 
{{Languages/Lang|it|{{{1|}}}}}
 +
{{Languages/Lang|sv|{{{1|}}}}}
 +
<!---
 
{{Languages/Lang|he|{{{1|}}}}}
 
{{Languages/Lang|he|{{{1|}}}}}
 
{{Languages/Lang|ja|{{{1|}}}}}
 
{{Languages/Lang|ja|{{{1|}}}}}
Line 25: Line 32:
 
{{Languages/Lang|zh-hans|{{{1|}}}}}
 
{{Languages/Lang|zh-hans|{{{1|}}}}}
 
{{Languages/Lang|zh-hant|{{{1|}}}}}
 
{{Languages/Lang|zh-hant|{{{1|}}}}}
{{Languages/Lang|nl|{{{1|}}}}}
+
--->
</td></tr></table></div></onlyinclude>
+
</td></tr></table></div><br>{{#set:lang= {{#ifeq: {{lc:{{#titleparts:{{PAGENAME}}| | -1}} }} | {{lc:{{BASEPAGENAME}}}} |en | {{lc:{{#titleparts:{{PAGENAME}}| | -1}} }} }}  }}</onlyinclude>
  
== Syntax ==
+
<noinclude>
<nowiki>{{{Languages|PageName}}}</nowiki>
 
 
 
* '''PageName''' (optional) - the name of the page to display language links for.  If omitted then the English version of the current page is used.  This parameter can normally be omitted, as it is only required if you want to link to a page other than the one you place the template on, which is very uncommon.  If this parameter is used on a sub-page make sure you supply the root name, not the full page name (e.g. on [[MediaWiki/fr]] you would need to use <code><nowiki>{{{Languages|MediaWiki}}}</nowiki></code> and not <code><nowiki>{{{Languages|MediaWiki/fr}}}</nowiki></code>).
 
  
 
== Usage ==
 
== Usage ==
 +
<pre>{{Languages}}</pre>
  
 
The template should only be placed on pages that exist in more than one language, and it should be placed in the same location on each translation of the page.
 
The template should only be placed on pages that exist in more than one language, and it should be placed in the same location on each translation of the page.
Line 39: Line 44:
 
The English version of a page is always the main version, with all other languages as sub-pages, named using the appropriate language code (see below).  
 
The English version of a page is always the main version, with all other languages as sub-pages, named using the appropriate language code (see below).  
  
For example, on the Main Page you would include the text <code><nowiki>{{{Languages}}}</nowiki></code>, both on [[Main Page]] itself, and on each of its language sub-pages.  The template automatically creates links to any language sub-pages that exist, e.g. <tt>Main Page/ja<tt>, <tt>Main Page/fr</tt>, and ignores non-existant languages.
+
For example, on the Main Page you would include the text <code><nowiki>{{Languages}}</nowiki></code>, both on [[Main Page]] itself, and on each of its language sub-pages.  The template automatically creates links to any language sub-pages that exist, e.g. <tt>Main Page/ja<tt>, <tt>Main Page/fr</tt>, and ignores non-existant languages.
  
 
See [[Project:Language policy]] for further details about translating pages.
 
See [[Project:Language policy]] for further details about translating pages.
 +
 +
<pre>{{Languages|PageName}}</pre>
 +
 +
* '''PageName''' (optional) - the name of the page to display language links for.  If omitted then the English version of the current page is used.  This parameter can normally be omitted, as it is only required if you want to link to a page other than the one you place the template on, which is very uncommon.  If this parameter is used on a sub-page make sure you supply the root name, not the full page name (e.g. on [[MediaWiki/fr]] you would need to use <code><nowiki>{{Languages|MediaWiki}}</nowiki></code> and not <code><nowiki>{{Languages|MediaWiki/fr}}</nowiki></code>).
 +
  
 
== Supported languages ==
 
== Supported languages ==
This shows you the name of each language's sub-page (using ''Main Page'' as an example). Other languages may be added easily as necessary.  Please use the appropriate [[metawikipedia:List of Wikipedias|prefix, as used on Wikipedia]] when adding a new language.  Please do ''not'' add languages for which no pages exist yet, as this will increase the time needed to include the template without adding any benefit (languages are only displayed to the user when the relevant page exists).
+
This shows you the name of each language's sub-page (using ''Main Page'' as an example). Other languages may be added easily as necessary, Raise a bug if you wish to add translation in your language and it isn't listed below
 
 
The link on the language names goes to the Wikipedia in that language. '''If no Wikipedia in your language exists, do not add pages in that language to MediaWiki.org!''' This wiki is not the place for language advocacy - please go through the correct channels, and once your language has a Wikipedia then please return to add content here.
 
  
 
{| border="1" cellpadding="5"
 
{| border="1" cellpadding="5"
 
! Page Name || Language  
 
! Page Name || Language  
 
|-
 
|-
| Main Page || [http://en.wikipedia.org/ English]
+
| Main Page || [http://wiki.contribs.org/ English]
|-
+
|-  
| Main Page'''/br''' || [http://br.wikipedia.org/ Breton]
+
| Main Page'''/de''' || [http://wiki.contribs.org/Main_Page/de German]
|-
 
| Main Page'''/de''' || [http://de.wikipedia.org/ German]
 
|-
 
| Main Page'''/es''' || [http://es.wikipedia.org/ Spanish]
 
|-
 
| Main Page'''/fi''' || [http://fi.wikipedia.org/ Finnish]
 
|-
 
| Main Page'''/fr''' || [http://fr.wikipedia.org/ French]
 
 
|-
 
|-
| Main Page'''/it''' || [http://it.wikipedia.org/ Italian]
+
| Main Page'''/es''' || [http://wiki.contribs.org/Main_Page/es Spanish]
 
|-
 
|-
| Main Page'''/id''' || [http://id.wikipedia.org/ Indonesian]
+
| Main Page'''/fr''' || [http://wiki.contribs.org/Main_Page/fr French]
 
|-
 
|-
| Main Page'''/he''' || [http://he.wikipedia.org/ Hebrew]
+
| Main Page'''/it''' || [http://wiki.contribs.org/Main_Page/it Italian]
 
|-
 
|-
| Main Page'''/ja''' || [http://ja.wikipedia.org/ Japanese]
+
| Main Page'''/sv''' || [http://wiki.contribs.org/Main_Page/sv Swedish]
 
|-
 
|-
| Main Page'''/ko''' || [http://ko.wikipedia.org/ Korean]
 
|-
 
| Main Page'''/no''' || [http://no.wikipedia.org/ Norwegian]
 
|-
 
| Main Page'''/pl''' || [http://pl.wikipedia.org/ Polish]
 
|-
 
| Main Page'''/pt''' || [http://pt.wikipedia.org/ Portugese]
 
|-
 
| Main Page'''/ru''' || [http://ru.wikipedia.org/ Russian]
 
|-
 
| Main Page'''/sq''' || [http://sq.wikipedia.org/ Albanian]
 
|-
 
| Main Page'''/yue''' || [http://yue.wikipedia.org/ Cantonese]
 
|-
 
| Main Page'''/zh''' || [http://zh.wikipedia.org/ Chinese]
 
|-
 
| Main Page'''/zh-hans''' || [http://zh-hans.wikipedia.org/ Chinese (Simplified)]
 
|-
 
| Main Page'''/zh-hant''' || [http://zh-hant.wikipedia.org/ Chinese (Traditional)]
 
 
|}
 
|}
  
 
== Example ==
 
== Example ==
Here is how the language bar looks on the [[MediaWiki]] page:
+
Here is how the language bar looks on the [[Main Page]] page:
{{Languages|MediaWiki}}
+
{{Languages|Main Page}}
 +
 
 +
=Templates=
 +
Please do not create Templates of the Templates listed here [[:Category:Template]]. Some of them are meant to be used in maintenance of the wiki, others like the [[:Template:Warning box]], [[:Template:Note box]] and [[:Template:Tip box]] can be adapted to any language by specifying the ''type='' parameter like this:
 +
 
 +
<nowiki>{{Warning box|type=Lorem ipsum|Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec vel neque. }}</nowiki>
 +
 
 +
which will look like this:
 +
{{Warning box|type=Lorem ipsum|Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec vel neque.}}
 +
 
 +
</noinclude>

Latest revision as of 08:19, 15 March 2020



Usage

{{Languages}}

The template should only be placed on pages that exist in more than one language, and it should be placed in the same location on each translation of the page.

The English version of a page is always the main version, with all other languages as sub-pages, named using the appropriate language code (see below).

For example, on the Main Page you would include the text {{Languages}}, both on Main Page itself, and on each of its language sub-pages. The template automatically creates links to any language sub-pages that exist, e.g. Main Page/ja, Main Page/fr, and ignores non-existant languages.

See Project:Language policy for further details about translating pages.

{{Languages|PageName}}
  • PageName (optional) - the name of the page to display language links for. If omitted then the English version of the current page is used. This parameter can normally be omitted, as it is only required if you want to link to a page other than the one you place the template on, which is very uncommon. If this parameter is used on a sub-page make sure you supply the root name, not the full page name (e.g. on MediaWiki/fr you would need to use {{Languages|MediaWiki}} and not {{Languages|MediaWiki/fr}}).


Supported languages

This shows you the name of each language's sub-page (using Main Page as an example). Other languages may be added easily as necessary, Raise a bug if you wish to add translation in your language and it isn't listed below

Page Name Language
Main Page English
Main Page/de German
Main Page/es Spanish
Main Page/fr French
Main Page/it Italian
Main Page/sv Swedish

Example

Here is how the language bar looks on the Main Page page:


Templates

Please do not create Templates of the Templates listed here Category:Template. Some of them are meant to be used in maintenance of the wiki, others like the Template:Warning box, Template:Note box and Template:Tip box can be adapted to any language by specifying the type= parameter like this:

{{Warning box|type=Lorem ipsum|Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec vel neque. }}

which will look like this:

Warning.png Lorem ipsum
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec vel neque.