Template:Language: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
No edit summary
(Updated to use the new Article Information Box Template.)
Line 1: Line 1:
== Template ==
== Template ==
<onlyinclude><div class="LanguageLinks">
<onlyinclude> {{Article Information Box
| class name          = Language
| table text align    = top
| left cell bgcolor    = #EEF3E2
| left cell padding    = 2px 1em 0 0.5em
| left cell icon      = [[File:GeoLogo.png]]
| left cell text      = '''[[Project:Language policy|Languages]]:'''
| right cell bgcolor  = #F6F9ED
| right cell padding  = 1px 1em 0
| right cell text      = [[:{{NAMESPACE}}:{{BASEPAGENAME}}|English]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/de|Deutsch]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/es|Español]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/fr|Français]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/he|עברית]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/it|Italiano]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/nl|Nederlands]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/pl|Polski]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/pt|Português]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/ru|Русский]] • [[:{{NAMESPACE}}:{{BASEPAGENAME}}/zh-hant|‪中文(繁體)]]
}}</onlyinclude>
 
== Old Code ==
<div class="LanguageLinks">
<table width="100%" style="border: 1px solid #aaaaaa;">
<table width="100%" style="border: 1px solid #aaaaaa;">
<tr valign="top" style="background: #EEF3E2;">
<tr valign="top" style="background: #EEF3E2;">
Line 15: Line 28:
[[:{{NAMESPACE}}:{{BASEPAGENAME}}/ru|Русский]] •
[[:{{NAMESPACE}}:{{BASEPAGENAME}}/ru|Русский]] •
[[:{{NAMESPACE}}:{{BASEPAGENAME}}/zh-hant|‪中文(繁體)]]
[[:{{NAMESPACE}}:{{BASEPAGENAME}}/zh-hant|‪中文(繁體)]]
</td></tr></table></div></onlyinclude>
</td></tr></table></div>


== Syntax ==
== Syntax ==
Line 26: Line 39:
See [[Project:Language policy]] for further details about translating pages.
See [[Project:Language policy]] for further details about translating pages.


==Correct Usage==
== Correct Usage ==
  <nowiki>{{Language}}</nowiki>
  <nowiki>{{Language}}</nowiki>
{{Language}}
{{Language}}


==Wrong Usage==
== Wrong Usage ==
  <nowiki>{{Language|Main Page}}</nowiki>
  <nowiki>{{Language|Main Page}}</nowiki>
{{Language|Main Page}}
{{Language|Main Page}}

Revision as of 04:41, 30 July 2010

Template

Old Code

Syntax

{{Language}}

The template should only be placed on english pages that exist in more than one language. The Languages Template should be used on each translation of the page and should be placed in the same location on all pages.

For example, on the Main Page you would include the text {{Language}}, on Main Page itself, and on each translation of the page you would use the template {{Languages|Main Page}}

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

Correct Usage

{{Language}}

Wrong Usage

{{Language|Main Page}}

If this syntax is used on the english page it will still work, but the page name parameter is ignored. If this syntax was used on the spanish translation of the main page these links would point to Main_Page/es/fr/, Main_page/es/es/, Main_Page/es/pl/, etc. respectively.