Difference between revisions of "Template:I18n"

From The Official Visionaire Studio: Adventure Game Engine Wiki
 
(74 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
This template should be added at the beginning of every article (ideally below category markers but above any other content).
 
This template should be added at the beginning of every article (ideally below category markers but above any other content).
  
<pre>{{i18n | {{PAGENAME}} }}</pre>
+
<pre>{{i18n|Template:i18n}}</pre>
  
 
The argument should be modified to match the English title of the article (i.e. without any language tag).
 
The argument should be modified to match the English title of the article (i.e. without any language tag).
Line 14: Line 14:
  
 
====Example====
 
====Example====
 
 
{{i18n|Template:i18n}}</noinclude><includeonly>
 
{{i18n|Template:i18n}}</noinclude><includeonly>
<br/>
+
<html>
 +
<!--script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/lightswitch/jquery-cookie.js"></script-->
 +
<!--script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/lightswitch/lightswitch.js"></script-->
 +
</html>
 +
<div style="margin-top:0 px;">
 
----
 
----
{| class="ex i18n"
+
{| class="ts i18n"
 
|-
 
|-
| style="padding-top:25px;" |
+
| style="padding-top:27.5px;font-weight: 300;font-size:11px;text-align:center;" |
 
{{Lang|{{{1}}}|日本語}}
 
{{Lang|{{{1}}}|日本語}}
 
{{Lang|{{{1}}}|正體中文}}
 
{{Lang|{{{1}}}|正體中文}}
Line 55: Line 58:
 
<!--{{Lang|{{{1}}}|Tiếng Việt}}-->
 
<!--{{Lang|{{{1}}}|Tiếng Việt}}-->
 
<!--[[{{{1}}} (한국어)|한국어]]--> <!-- last entry is special (don't display trailing dash) -->
 
<!--[[{{{1}}} (한국어)|한국어]]--> <!-- last entry is special (don't display trailing dash) -->
| style="padding-top:25px;" |{{#TwitterFBLike:right|small|like}}
+
<!--| style="padding-top:25px; padding-left: 22.5px;" | -->
 
|}
 
|}
 
<!--<br/>
 
<!--<br/>
 
<span style="text-align:right;">''[[Help:i18n|More info]]''</span>-->
 
<span style="text-align:right;">''[[Help:i18n|More info]]''</span>-->
<!--/div--></includeonly>
+
<!--/div--></div></includeonly>

Latest revision as of 21:42, 18 November 2016

An 'i18n' box used to display inter-language links. See Help:i18n.

Shamelessly stolen from the Arch Linux wiki.

Usage

This template should be added at the beginning of every article (ideally below category markers but above any other content).

{{i18n|Template:i18n}}

The argument should be modified to match the English title of the article (i.e. without any language tag).

Inter-language links are sorted alphabetically via JavaScript; see the language table (Help:i18n#Languages) and Wikipedia:Help:Sorting for details.

Example