Template:Main: Difference between revisions
Template page
More actions
Undo revision 12499916 by Jackmcbarn (talk) restore, not an error: we really want to override the same anonymous dummy parameter (we don't want to use any one of its values) |
Undo revision 12518791 by 89.2.48.84 (talk): It's not worth saving a byte or two of RAM if it means pages end up in error categories, and the new names are unused too |
||
| Line 7: | Line 7: | ||
| uselang = {{{uselang|{{uselang}}}}} | | uselang = {{{uselang|{{uselang}}}}} | ||
| {{#if:{{{1|<noinclude>Example</noinclude>}}}|1}} = {{#if:{{{1|<noinclude>Example</noinclude>}}} | [[{{{1|<noinclude>Example</noinclude>}}}]] }} | | {{#if:{{{1|<noinclude>Example</noinclude>}}}|1}} = {{#if:{{{1|<noinclude>Example</noinclude>}}} | [[{{{1|<noinclude>Example</noinclude>}}}]] }} | ||
| {{#if:{{{2|}}}| | | {{#if:{{{2|}}}||void}}2 = {{#if:{{{2|}}} | [[{{{2|}}}]] }} | ||
| {{#if:{{{3|}}}| | | {{#if:{{{3|}}}||void}}3 = {{#if:{{{3|}}} | [[{{{3|}}}]] }} | ||
| {{#if:{{{4|}}}| | | {{#if:{{{4|}}}||void}}4 = {{#if:{{{4|}}} | [[{{{4|}}}]] }} | ||
| {{#if:{{{5|}}}| | | {{#if:{{{5|}}}||void}}5 = {{#if:{{{5|}}} | [[{{{5|}}}]] }} | ||
| {{#if:{{{6|}}}| | | {{#if:{{{6|}}}||void}}6 = {{#if:{{{6|}}} | [[{{{6|}}}]] }} | ||
| {{#if:{{{7|}}}| | | {{#if:{{{7|}}}||void}}7 = {{#if:{{{7|}}} | [[{{{7|}}}]] }} | ||
| {{#if:{{{8|}}}| | | {{#if:{{{8|}}}||void}}8 = {{#if:{{{8|}}} | [[{{{8|}}}]] }} | ||
| {{#if:{{{9|}}}| | | {{#if:{{{9|}}}||void}}9 = {{#if:{{{9|}}} | [[{{{9|}}}]] }} | ||
| = | | = | ||
}}<!-- | }}<!-- | ||
Revision as of 05:49, 27 June 2015
This documentation is transcluded from Template:Main/doc.
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|MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}}
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
Internationalisation
Many articles on Meta should be translatable, in that case use
{{ Main |Special:MyLanguage/Example{{!}}<translate nowrap><!--T:2--> Example</translate>}}
which renders as
Translations
Template:Twiki/row1/top Template:Translatewiki-link/row1 |}
See also
- {{Further}}
- {{TNT}} (shortcut for {{Translatable template}})
- {{TNTN}} (shortcut for {{Translatable template name}})
- {{Ll}} (shortcut for {{Localized link}})