Template:Main/doc: Difference between revisions
Template page
More actions
Created page with "{{Documentation subpage}} {{languages}} == Usage == To link to a "main article" on a topic, use {{tlx|main|The other article}}. == See also == * {{tl|Further}} <includeonly..." |
mNo edit summary |
||
| Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
To link to a | To link to a main article on a topic like [[Example]], use | ||
: <code>{{tlx|main|Example}}</code> | |||
You can add up to 5 article names in parameters. | |||
These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example foe a link to Englihs Wikipedia) and display an alternative text you can use | |||
: <code>{{tlx|main|<nowiki>w:en:Example{{!}}Example (in English Wikipedia)</nowiki>}}.</code> | |||
Many articles on Meta should be translatable, in that case use | |||
: <code>{{tlx|main|<nowiki>{{ll|Example|<translate>Example</translate>}}</nowiki>}}</code> | |||
or | |||
: <code>{{tlx|main|<nowiki>Special:MyLanguage/Example|<translate>Example</translate>}}</nowiki>}}</code> | |||
== See also == | == See also == | ||
Revision as of 22:26, 26 December 2013
Usage
To link to a main article on a topic like Example, use
{{main|Example}}
You can add up to 5 article names in parameters.
These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example foe a link to Englihs Wikipedia) and display an alternative text you can use
{{main|w:en:Example{{!}}Example (in English Wikipedia)}}.
Many articles on Meta should be translatable, in that case use
{{main|{{ll|Example|<translate>Example</translate>}}}}
or
{{main|Special:MyLanguage/Example|<translate>Example</translate>}}}}