Difference between revisions of "Template:Translations"

From Creative Commons
Jump to: navigation, search
(desc none)
(noinclude moved to bottom; page categorized)
Line 1: Line 1:
<noinclude>
 
 
This is the <code>Translations</code> template.  It can be used to link to translations of an article in the wiki.  To use it in your article, insert it as follows:
 
 
<pre>
 
{{Translations|
 
  articles=Es:Foo,Hr:Bar
 
}}
 
</pre>
 
 
Any number of translations can be listed in the <code>articles</code> parameter, separated by commas.
 
 
If no translations are specified, the page is marked as ''Untranslated''.
 
 
See also: [[Template:Translated_From]].
 
</noinclude>
 
 
<includeonly>{{#if:{{{articles|}}}|<div style="background-color:#ddffdd;margin-bottom:10px;">
 
<includeonly>{{#if:{{{articles|}}}|<div style="background-color:#ddffdd;margin-bottom:10px;">
 
<table border="0"><tr valign="top"><td width="5%"><imagemap>
 
<table border="0"><tr valign="top"><td width="5%"><imagemap>
Line 31: Line 15:
 
|[[Has language::{{lc:{{#explode:{{PAGENAME}}|:|0}}}}| ]]
 
|[[Has language::{{lc:{{#explode:{{PAGENAME}}|:|0}}}}| ]]
 
|[[Has language::{{CONTENTLANGUAGE}}| ]]}}
 
|[[Has language::{{CONTENTLANGUAGE}}| ]]}}
</includeonly>
+
</includeonly><noinclude>
 +
__NOEDITSECTION__
 +
 
 +
This is the <code>Translations</code> template.  It can be used to link to translations of an article in the wiki.  To use it in your article, insert it as follows:
 +
 
 +
<pre>
 +
{{Translations|
 +
  articles=Es:Foo,Hr:Bar
 +
}}
 +
</pre>
 +
 
 +
Any number of translations can be listed in the <code>articles</code> parameter, separated by commas.
 +
 
 +
If no translations are specified, the page is marked as ''Untranslated''.
 +
 
 +
==See also==
 +
*[[CcWiki:Translate]]
 +
*[[Template:Translated_From]]
 +
 
 +
[[Category:Translation templates]]
 +
</noinclude>

Revision as of 22:16, 24 July 2010


This is the Translations template. It can be used to link to translations of an article in the wiki. To use it in your article, insert it as follows:

{{Translations|
   articles=Es:Foo,Hr:Bar
}}

Any number of translations can be listed in the articles parameter, separated by commas.

If no translations are specified, the page is marked as Untranslated.

See also