Difference between revisions of "Template:Translations"
(restore forcing of a lowercase language code) |
(changed to extract language from parent, if available there) |
||
Line 5: | Line 5: | ||
<th style="vertical-align:middle;white-space: nowrap; padding: 4px 1em; border-right: 1px solid #aaaaaa;width:15%;">[[File:Languages.png|link=CcWiki:Translate|middle]] [[CcWiki:Translate|Languages:]]</th> | <th style="vertical-align:middle;white-space: nowrap; padding: 4px 1em; border-right: 1px solid #aaaaaa;width:15%;">[[File:Languages.png|link=CcWiki:Translate|middle]] [[CcWiki:Translate|Languages:]]</th> | ||
<td style="background: #F6F9ED;padding-left:10px;">{{#if:{{{articles|}}}|{{#arraymap:{{{articles}}}|,|x|[[Has translation::x]]|, }}|[[Category:Untranslated]] There are no known translations for this page. Please read the directions on [[CcWiki:Translate|how to add a translation]].}}{{#ifeq:{{#explode:{{SUBPAGENAME}}|:|0}}|{{SUBPAGENAME}} | <td style="background: #F6F9ED;padding-left:10px;">{{#if:{{{articles|}}}|{{#arraymap:{{{articles}}}|,|x|[[Has translation::x]]|, }}|[[Category:Untranslated]] There are no known translations for this page. Please read the directions on [[CcWiki:Translate|how to add a translation]].}}{{#ifeq:{{#explode:{{SUBPAGENAME}}|:|0}}|{{SUBPAGENAME}} | ||
− | |[[Has language::{{CONTENTLANGUAGE}}| ]] | + | | {{#ifeq:{{#explode:{{PAGENAME}}|:|0}}|{{PAGENAME}} |
− | |[[Has language::{{lc:{{#explode:{{SUBPAGENAME}}|:|0}}}}| ]]}}</td> | + | |[[Has language::{{CONTENTLANGUAGE}}| ]] |
+ | |[[Has language::{{lc:{{#explode:{{PAGENAME}}|:|0}}}}| ]]}} | ||
+ | | [[Has language::{{lc:{{#explode:{{SUBPAGENAME}}|:|0}}}}| ]]}}</td> | ||
</tr></table></div> | </tr></table></div> | ||
</includeonly><noinclude> | </includeonly><noinclude> |
Revision as of 13:27, 18 April 2011
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.