Template:Internationalization template doc: Difference between revisions
Template page
More actions
←Created page with '{{-}}<br /> ---- ;Usage<nowiki>:</nowiki> * <nowiki>{{</nowiki>{{lc:{{PAGENAME}}}}|''{{language|{{lc:{{PAGENAME}}}}}} translation''}} * <nowiki>{{</nowiki>{{lc:{{P...' |
example |
||
| Line 1: | Line 1: | ||
{{-}} | {{-}} | ||
---- | ---- | ||
;Usage<nowiki>:</nowiki> | ;Usage<nowiki>:</nowiki> | ||
* <nowiki>{{</nowiki>{{lc:{{PAGENAME}}}}|''{{language|{{lc:{{PAGENAME}}}}}} translation''}} | * <nowiki>{{</nowiki><includeonly>{{lc:{{PAGENAME}}}}</includeonly><noinclude>en</noinclude>|''{{language|<includeonly>{{lc:{{PAGENAME}}}}</includeonly><noinclude>en</noinclude>}} translation''}} | ||
* <nowiki>{{</nowiki>{{lc:{{PAGENAME}}}}|''{{language|{{lc:{{PAGENAME}}}}}} translation''|inline=yes}} | * <nowiki>{{</nowiki><includeonly>{{lc:{{PAGENAME}}}}</includeonly><noinclude>en</noinclude>|''{{language|<includeonly>{{lc:{{PAGENAME}}}}</includeonly><noinclude>en</noinclude>}} translation''|inline=yes}} | ||
Result: {{{{lc:{{PAGENAME}}}}|{{language|{{lc:{{PAGENAME}}}}}} translation}} or {{{{lc:{{PAGENAME}}}}|{{language|{{lc:{{PAGENAME}}}}}} translation|inline=yes}}. | Result: {{{{lc:<includeonly>{{PAGENAME}}</includeonly><noinclude>en</noinclude>}}|{{language|{{lc:{{PAGENAME}}}}}} translation}} or {{{{lc:<includeonly>{{PAGENAME}}</includeonly><noinclude>en</noinclude>}}|{{language|{{lc:{{PAGENAME}}}}}} translation|inline=yes}}. | ||
[[Category:Internationalization templates|{{PAGENAME}}]]<noinclude> | [[Category:Internationalization templates|{{PAGENAME}}]]<noinclude> | ||
== Documentation == | == Documentation == | ||
The above | The above is what this template creates if the name of this page was [[Template:En]].When transcluded, the result will be <nowiki>{{PAGENAME}}</nowiki>. It's a quick way to add documentation to {{c|internationalization templates}}, specifically the language ones like {{tl|es}} and {{tl|de}} that use {{tl|description}}. | ||
Add the following immediately after the template; do not start a new line.: | Add the following immediately after the template; do not start a new line.: | ||
Revision as of 22:23, 31 July 2008
- Usage:
- {{en|English translation}}
- {{en|English translation|inline=yes}}
Result:
English: internationalization template doc translation
or
English: internationalization template doc translation
.
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}}.
Add the following immediately after the template; do not start a new line.:
<noinclude>
{{internationalization template doc}}
</noinclude>
This will also categorize the template.