Template:Main: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#ifeq: {{NAMESPACE}} | Category | <includeonly>{{#ifeq: {{NAMESPACE}} | Category | ||
| {{#if: {{{5|}}} | :''The main articles for this category are '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]''', '''[[{{{2}}}|{{{l2|{{{2}}}}}}]]''', '''[[{{{3}}}|{{{l3|{{{3}}}}}}]]''', '''[[{{{4}}}|{{{l4|{{{4}}}}}}]]''', and '''[[{{{5}}}|{{{l5|{{{5}}}}}}]]'''.'' | | {{#if: {{{5|}}} | :''The main articles for this category are '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]''', '''[[{{{2}}}|{{{l2|{{{2}}}}}}]]''', '''[[{{{3}}}|{{{l3|{{{3}}}}}}]]''', '''[[{{{4}}}|{{{l4|{{{4}}}}}}]]''', and '''[[{{{5}}}|{{{l5|{{{5}}}}}}]]'''.'' | ||
| {{#if: {{{4|}}} | :''The main articles for this category are '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]''', '''[[{{{2}}}|{{{l2|{{{2}}}}}}]]''', '''[[{{{3}}}|{{{l3|{{{3}}}}}}]]''', and '''[[{{{4}}}|{{{l4|{{{4}}}}}}]]'''.'' | | {{#if: {{{4|}}} | :''The main articles for this category are '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]''', '''[[{{{2}}}|{{{l2|{{{2}}}}}}]]''', '''[[{{{3}}}|{{{l3|{{{3}}}}}}]]''', and '''[[{{{4}}}|{{{l4|{{{4}}}}}}]]'''.'' | ||
Line 12: | Line 12: | ||
| :''Main article: [[{{{1}}}|{{{l1|{{{1}}}}}}]]'' | | :''Main article: [[{{{1}}}|{{{l1|{{{1}}}}}}]]'' | ||
}} }} }} }} | }} }} }} }} | ||
}} | }}</includeonly><noinclude> | ||
The '''<nowiki>{{main}}</nowiki>''' template provides an easy means to include a {{wp|Wikipedia:Hatnote|hatnote}} that links to an article section's main article(s). The template auto-detects if it is used on a category page. Up to five articles may be linked to. Different text from the article name may be specified; the display text defaults to the article name. | |||
==Usage== | |||
{| | |||
|- | |||
| Basic usage: || <code><nowiki>{{main|</nowiki>''article''<nowiki>}}</nowiki></code> | |||
|- | |||
| All parameters: || <code><nowiki>{{main|</nowiki>''article1''<nowiki>|</nowiki>''article2''<nowiki>|</nowiki>''article3''<nowiki>|</nowiki>''article4''<nowiki>|</nowiki>''article5''<nowiki>|</nowiki>''l1 = label1''<nowiki>|</nowiki>''l2 = label2''<nowiki>|</nowiki>''l3 = label3''<nowiki>|</nowiki>''l4 = label4''<nowiki>|</nowiki>''l5 = label5''<nowiki>}}</nowiki></code> | |||
|} | |||
==Parameters== | |||
Unneeded parameters may be omitted. | |||
* <code>1</code>, <code>2</code>, <code>3</code>, <code>4</code>, <code>5</code> — the page(s) to link to. | |||
* <code>l1</code>, <code>l2</code>, <code>l3</code>, <code>l4</code>, <code>l5</code> — optional label(s) to display instead of the page name(s). | |||
==Examples== | |||
* <code><nowiki>{{Main|Article}}</nowiki></code><br />{{main|Article}} | |||
* <code><nowiki>{{Main|Article1|Article2|Article3}}</nowiki></code><br />{{main|Article1|Article2|Article3}} | |||
* <code><nowiki>{{Main|Article1|Article2|l2=Label 2|Article3}}</nowiki></code><br />{{main|Article1|Article2|l2=Label 2|Article3}} | |||
[[Category:Hatnote templates]] | |||
</noinclude> |
Revision as of 03:19, 5 October 2023
The {{main}} template provides an easy means to include a hatnote that links to an article section's main article(s). The template auto-detects if it is used on a category page. Up to five articles may be linked to. Different text from the article name may be specified; the display text defaults to the article name.
Usage
Basic usage: | {{main|article}}
|
All parameters: | {{main|article1|article2|article3|article4|article5|l1 = label1|l2 = label2|l3 = label3|l4 = label4|l5 = label5}}
|
Parameters
Unneeded parameters may be omitted.
1
,2
,3
,4
,5
— the page(s) to link to.l1
,l2
,l3
,l4
,l5
— optional label(s) to display instead of the page name(s).
Examples
{{Main|Article}}
- Main article: Article
{{Main|Article1|Article2|Article3}}
{{Main|Article1|Article2|l2=Label 2|Article3}}