Template:Translations

Revision as of 14:49, 11 June 2008 by Cjl (talk | contribs) (working on synching templates)
  Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is Translation Team/ISO 639 language code for your translation) to Template:Translations/translations HowTo [ID# 5911]  +/-  

The intent of this template is to mimic the inverse of the Template:Translation (which is geared towards the translated page) by having a template to be placed in the original pages while preserving the capability to navigate all the translations.

NOTE: When translating (or updating a translated page) you MUST update the version number of the {{Translation ... version = xxxxx ... }}—with the value reported on the far right: [ID# 5911] by this template in the source page. This will allow exact comparisons between the current version and the version originally translated or last updated.

Usage

If no argument is provided, the sub-page currentPage/translations will be included. This page should use the {{Translationlist}} template to create a list of available translations. For instance, putting {{Translationlist|es|pt|origlang=en}} will result in a list like:

english | español | português

Not recommended usage

If an argument is provided, it should be a fully set of wiki links with their display. Unfortunately, '|' is used as parameter delimiter and thus needs to be escaped. A solution is to use | | or some other (discrete) separator (i.e.: , - /)

{{Translations 
  | [[Sugar Labs|english]] | [[Azúcar Labs|español]] - [[Açúcar Labs|português]] / [[糖 实验室|中文]]}}
   english | español - português / 中文 HowTo [ID# 5911]