Difference between revisions of "Template:Interwiki/doc"

From Cantr II Wiki
Jump to: navigation, search
Line 9: Line 9:
 
<pre>
 
<pre>
 
{{Interwiki
 
{{Interwiki
 +
| ch  =
 
| de  =  
 
| de  =  
 
| en  =  
 
| en  =  
 +
| eo  =
 
| es  =  
 
| es  =  
| eo =  
+
| fi =  
 
| fr  =  
 
| fr  =  
 
| it  =
 
| it  =
 +
| jbo =
 
| lt  =  
 
| lt  =  
| jbo =
 
 
| nl  =  
 
| nl  =  
 
| pl  =  
 
| pl  =  
 
| pt  =  
 
| pt  =  
 
| ru  =  
 
| ru  =  
| fi  =
 
 
| sv  =  
 
| sv  =  
 
| tr  =  
 
| tr  =  
| ch  =
 
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 07:25, 13 January 2011

{{Interwiki}} is a template that serves to link the different language versions of the same article.

Usage

First step: create a template named Template:InterwikiLink:ArticleName. Replacing "ArticleName" by the original name of the article (in English) without spaces and using UpperCamelCase style. Example: for the article "Pierogi with cheese" create the template Template:InterwikiLink:PierogiWithCheese. If necessary, also include the NAMESPACE within the name. Example: for the category "Animals" create the template Template:InterwikiLink:CategoryAnimals.

Second step: put the following code in the template created.

{{Interwiki
| ch  = 
| de  = 
| en  = 
| eo  = 
| es  = 
| fi  = 
| fr  = 
| it  =
| jbo = 
| lt  = 
| nl  = 
| pl  = 
| pt  = 
| ru  = 
| sv  = 
| tr  = 
}}

Third step: add the different names of the article in the appropriate fields. Delete the unused fields. For example:

{{Interwiki
| de = Kabeljau
| en = Cod
| eo = moruo
| es = Bacalao
| sv = Torsk
}}

or for categories:

{{
| en  = :Category:Animals
| es  = :Category:Animales
}}

Fourth and last step: add the following code at the top of the original article and also in all language versions of the article.

{{InterwikiLink:ArticleName}}

Replacing "ArticleName" by the original name of the article (in English) without spaces and using UpperCamelCase style.