Template:Internationalization template doc: Difference between revisions
More actions
m |
+ notes for translators |
||
| Line 17: | Line 17: | ||
This will also categorize the template. | This will also categorize the template. | ||
== Adding translations == | |||
<small>Current translations of ''this'' page:</small> {{lang links}} | |||
There's not much to translate here. Just copy and paste the following, translate the English parts, and save. It will create a template loop, but that's ok since they'll work right when called by this template (they shouldn't be used or viewed directly). There's no /lang page to edit. The '<code>inline</code>' must stay the same, the "yes" can be whatever. | |||
{{pre2|<nowiki> | |||
== Usage == | |||
* <nowiki>{{</nowiki>{{PAGENAME}}|''{{PAGENAME}} translation''}} | |||
* <nowiki>{{</nowiki>{{PAGENAME}}|''{{PAGENAME}} translation''|inline=yes}} | |||
Result: {{{{lc:{{PAGENAME}}}}|{{PAGENAME}} translation}} or {{{{{{lc:{{PAGENAME}}}}|{{PAGENAME}} translation}}|inline=y}}.<noinclude> | |||
[[Category:Template documentation|{{PAGENAME}}]] | |||
</noinclude> | |||
</nowiki>}} | |||
== See also == | == See also == | ||
Revision as of 06:58, 3 August 2008
Usage
- {{en|English translation}}
- {{en|English translation|inline=yes}}
Result:
or
.
Documentation
The above is what this template creates if the name of this page was Template:En.When transcluded, the result will be {{PAGENAME}}. It's a quick way to add documentation to internationalization templates, specifically the language ones like {{Es}} and {{De}} that use {{Description}}. If a translation exists in the local language, this will be place before the English version. See {{Fr}} for an example.
Add the following immediately after the template; do not start a new line:
<noinclude>{{internationalization template doc}}</noinclude>
This will also categorize the template.
Adding translations
Current translations of this page: English
There's not much to translate here. Just copy and paste the following, translate the English parts, and save. It will create a template loop, but that's ok since they'll work right when called by this template (they shouldn't be used or viewed directly). There's no /lang page to edit. The 'inline' must stay the same, the "yes" can be whatever.
Template:Pre2
See also
- Template:Mwl2 - Returns the local language name of a ISO language code.
- {{Language}} - Returns the English language name of a ISO language code.