Changes

Jump to navigation Jump to search
2,166 bytes added ,  03:05, 21 March 2007
trying out blue from new logo
<div style="border-top:1px solid #888888; border-bottom:1px solid #888888; margin:0px;">
<table width="100%" cellpadding="0" cellspacing="0" style="background-color:#0093d0; color:white">
<tr><td>&nbsp;&nbsp;{{{1|{{/translations}}}}}</td><td align="right">&nbsp;&nbsp;[http://wiki.laptop.org/index.php?title={{PAGENAMEE}}/translations&action=edit +/-]</td></tr></table>
</div><noinclude><!--

The reason why there's an HTML TABLE (instead of a wiki table) was because when a sub-page containing '|' characters was included, they were interpreted / parsed as table cell parameters, resulting in the first 'translated page' lost... or interpreted as invalid cell parameters.

Switching to an html table solved the problem.

-->[[Category:Template]]

The intent of this template is to mimic the inverse of the [[Template:Translated Page]] (which is geared towards the ''translations'') by having a template to be placed in the ''original'' pages.

== Usage ==

If no argument is provided, the sub-page <tt>currentPage/translations</tt> will be included. This page should be as simple as possible, and is currently being used as a sequence of links displayed not by their title, but by the short language names (in their own respective language) separated by '|'.

<nowiki>{{Translations}}</nowiki>

Could result in a line with several links (although one should be the '''''local and original page''''') each pointing to a translated version of the current ''original'' page. ie:

english | español | português

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

<nowiki>{{Translations
| [[One Laptop per Child|english]] &amp;#124; [[Un portátil por niño|español]] - [[Um Laptop para cada Criança|português]] / [[One Laptop per Child zh|中文]]}}</nowiki>

{{Translations
| [[One Laptop per Child|english]] &#124; [[Un portátil por niño|español]] - [[Um Laptop para cada Criança|português]] / [[One Laptop per Child zh|中文]]}}

</noinclude>

Navigation menu