Difference between revisions of "Template:Languages/Lang"

From InfiniteERP Wiki
Jump to: navigation, search
(Created page with "== Template == <onlyinclude><div class="LanguageLinks"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top" class="LanguageBox"> <td class="Langu...")
 
 
Line 1: Line 1:
 +
<includeonly>{{#ifexist: {{#if: {{{2|}}} | {{{2}}} | {{#if: {{NAMESPACE}} | {{NAMESPACE}}:}}{{BASEPAGENAME}}}}/{{{1}}} | &nbsp;{{!}}&nbsp;&nbsp;<span lang="{{{1}}}">{{#if: {{{2|}}}|[[{{{2}}}/{{{1}}}|{{#language:{{{1}}}}}]]| [[:{{NAMESPACE}}:{{BASEPAGENAME}}/{{{1}}}|{{#language:{{{1}}}}}]]}}</span>|<span></span>}}</includeonly><noinclude>
 
== Template ==
 
== Template ==
 
+
''This sub-template doesn't display properly when not included.  Please see [[Template:Languages]] for the complete version.''
<onlyinclude><div class="LanguageLinks">
 
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
<tr valign="top" class="LanguageBox">
 
<td class="LanguageTittle">'''Languages:'''&nbsp;</td><td class="LanguageList">
 
'''[[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}|English]]'''
 
{{Languages/Lang|ca|{{{1|}}}}}
 
{{Languages/Lang|de|{{{1|}}}}}
 
{{Languages/Lang|es|{{{1|}}}}}
 
{{Languages/Lang|eu|{{{1|}}}}}
 
{{Languages/Lang|fr|{{{1|}}}}}
 
{{Languages/Lang|it|{{{1|}}}}}
 
{{Languages/Lang|ja|{{{1|}}}}}
 
{{Languages/Lang|ko|{{{1|}}}}}
 
{{Languages/Lang|nl|{{{1|}}}}}
 
{{Languages/Lang|pl|{{{1|}}}}}
 
{{Languages/Lang|pt|{{{1|}}}}}
 
{{Languages/Lang|ru|{{{1|}}}}}
 
{{Languages/Lang|tr|{{{1|}}}}}
 
{{Languages/Lang|yue|{{{1|}}}}}
 
{{Languages/Lang|zh|{{{1|}}}}}
 
{{Languages/Lang|zh cn|{{{1|}}}}}
 
{{Languages/Lang|zh-hans|{{{1|}}}}}
 
{{Languages/Lang|zh-hant|{{{1|}}}}}
 
{{Languages/Lang|zh_tw|{{{1|}}}}}
 
| [[Starting_Guide_for_Wiki_translators | Translate this article...]]
 
</td></tr></table></div></onlyinclude>
 
 
 
== Syntax ==
 
<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 [[User Manual 2.3/es]] you would need to use <code><nowiki>{{Languages|User Manual 2.3}}</nowiki></code> and not <code><nowiki>{{Languages|User Manual 2.3/es}}</nowiki></code>).
 
  
 
== Usage ==
 
== Usage ==
  
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.
+
This template is designed to simplify [[Template:Languages]], by allowing a simpler syntax for adding new languages.  Each language is included by calling this template with the following parameters:
 
 
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.
 
 
 
See [[Starting Guide for Wiki translators]] for further details about translating articles.
 
 
 
== 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 necessaryPlease use the appropriate [http://meta.wikimedia.org/wiki/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).
 
  
{| border="1" cellpadding="5"
+
* '''Language code''' (e.g. fr)
! Page Name || Language
+
* (optional) '''Page name''' - if not supplied the page is automatically worked out based on where the language template is included.
|-
 
| Main Page || [[:en:|English]]
 
|-
 
| Main Page'''/ca''' || [[:ca:|Catalan]]
 
|-
 
| Main Page'''/de''' || [[:de:|German]]
 
|-
 
| Main Page'''/es''' || [[:es:|Spanish]]
 
|-
 
| Main Page'''/eu''' || [[:eu:|Euskara]]
 
|-
 
| Main Page'''/fr''' || [[:fr:|French]]
 
|-
 
| Main Page'''/it''' || [[:it:|Italian]]
 
|-
 
| Main Page'''/ja''' || [[:ja:|Japanese]]
 
|-
 
| Main Page'''/ko''' || [[:ko:|Korean]]
 
|-
 
| Main Page'''/nl''' || [[:nl:|Netherlands]]
 
|-
 
| Main Page'''/ru''' || [[:ru:|Русский]]
 
|-
 
| Main Page'''/pl''' || [[:pl:|Polski]]
 
|-
 
| Main Page'''/pt''' || [[:pt:|Portugese]]
 
|-
 
| Main Page'''/tr''' || [[:tr:|Türkçe]]
 
|-
 
| Main Page'''/yue''' || [[:zh-yue:|Cantonese]]
 
|-
 
| Main Page'''/zh''' || [[:zh:|Chinese]]
 
|-
 
| Main Page'''/zh_cn''' || [[:zh_cn:|Chinese (China)]]
 
|-
 
| Main Page'''/zh-hans''' || Chinese (Simplified)
 
|-
 
| Main Page'''/zh-hant''' || Chinese (Traditional)
 
|-
 
| Main Page'''/zh_tw''' || [[:zh_tw:|Chinese (Taiwan)]]
 
|}
 
  
== Example ==
+
This template should not be used anywhere except in the Languages template.
Here is how the language bar looks on the [[Main_Page|Welcome to Openbravo Community]] page:
 
{{Languages|Main Page}}
 
 
[[Category:Templates]]
 
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 17:28, 14 October 2018

Template

This sub-template doesn't display properly when not included. Please see Template:Languages for the complete version.

Usage

This template is designed to simplify Template:Languages, by allowing a simpler syntax for adding new languages. Each language is included by calling this template with the following parameters:

  • Language code (e.g. fr)
  • (optional) Page name - if not supplied the page is automatically worked out based on where the language template is included.

This template should not be used anywhere except in the Languages template.