Template:Main/doc/es: Difference between revisions
Template page
More actions
< Template:Main | doc
Created page with "Ejemplo" |
Updating to match new version of source page |
||
| Line 27: | Line 27: | ||
Many articles on Meta should be translatable, in that case use | Many articles on Meta should be translatable, in that case use | ||
<source lang="html5"> | <source lang="html5"> | ||
{{ | {{ {{TNTN|Main}} |Special:MyLanguage/Example{{!}}Ejemplo}} | ||
</source> | </source> | ||
which renders as | which renders as | ||
{{ | {{ {{TNTN|Main}} |Special:MyLanguage/Example{{!}}Ejemplo}} | ||
== See also == | == See also == | ||
Revision as of 12:59, 27 April 2014
Usage
To link to a main article on a topic like Example, use
{{ {{TNTN|Main}} |Example}}
which renders as {{
- REDIRECT Template:Translatable template name |Example}}
You can add up to 5 article names in parameters:
{{ {{TNTN|Main}} |MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}}
which renders as {{
- REDIRECT Template:Translatable template name |MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}}
These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example here for a link to English Wikipedia) and display an alternative text you can use
{{ {{TNTN|Main}} |w:en:Example{{!}}Example (in English Wikipedia)}}
which renders as {{
- REDIRECT Template:Translatable template name |w:en:Example|Example (in English Wikipedia)}}
Internationalisation
Many articles on Meta should be translatable, in that case use
{{ {{TNTN|Main}} |Special:MyLanguage/Example{{!}}Ejemplo}}
which renders as {{
- REDIRECT Template:Translatable template name |Special:MyLanguage/Example|Ejemplo}}
See also
- {{Further}}
- {{TNT}} (shortcut for {{Translatable template}})
- {{TNTN}} (shortcut for {{Translatable template name}})
- {{Ll}} (shortcut for {{Localized link}})