Template:Main/doc: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
To link to a main article on a topic like [[Example]], use | To link to a main article on a topic like [[Example]], use | ||
: <code>{{tlx|main|Example}}</code> | : <code>{{tlx|main|Example}}</code> | ||
You can add up to 5 article names in parameters | which renders as | ||
{{main|Example}} | |||
You can add up to 5 article names in parameters: | |||
: <code>{{tlx|main|Example|Example|Example|Example|Example}}</code> | |||
which renders as | |||
{{main|Example|Example|Example|Example|Example}} | |||
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 | 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 | ||
: <code>{{tlx|main|<nowiki>w:en:Example{{!}}Example (in English Wikipedia)</nowiki>}}.</code> | : <code>{{tlx|main|<nowiki>w:en:Example{{!}}Example (in English Wikipedia)</nowiki>}}.</code> | ||
which renders as | |||
{{tlx|main|w:en:Example{{!}}Example (in English Wikipedia)}}. | |||
== Internationalisation == | == Internationalisation == | ||
Many articles on Meta should be translatable, in that case use | Many articles on Meta should be translatable, in that case use | ||
: <code>{{tlx|main|<nowiki>Special:MyLanguage/Example{{!}}<translate>Example</translate></nowiki>}}</code> | : <code>{{tlx|main|<nowiki>Special:MyLanguage/Example{{!}}<translate>Example</translate></nowiki>}}</code> | ||
which renders as | |||
{{main|Special:MyLanguage/Example{{!}}<translate>Example</translate>}} | |||
== See also == | == See also == | ||
Revision as of 23:44, 26 December 2013
Usage
To link to a main article on a topic like Example, use
{{main|Example}}
which renders as
You can add up to 5 article names in parameters:
{{main|Example|Example|Example|Example|Example}}
which renders as
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
{{main|w:en:Example{{!}}Example (in English Wikipedia)}}.
which renders as {{main|w:en:Example|Example (in English Wikipedia)}}.
Internationalisation
Many articles on Meta should be translatable, in that case use
{{main|Special:MyLanguage/Example{{!}}<translate>Example</translate>}}
which renders as
See also
- {{Further}}
- {{Ll}} (shortcut for {{Localized link}})