Template:Main: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(New documentation style.)
(Well, if this is the TEXT, it should start with a T, not an L.)
Line 1: Line 1:
{{dablink|Main article{{#if:{{{2|}}}|s}}: '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]'''{{#if:{{{2| }}}
{{dablink|Main article{{#if:{{{2|}}}|s}}: '''[[{{{1}}}|{{{t1|{{{1}}}}}}]]'''{{#if:{{{2| }}}
   |{{#if:{{{3|}}}|, | and }}'''[[{{{2}}}|{{{l2|{{{2}}}}}}]]'''}}{{#if:{{{3|}}}
   |{{#if:{{{3|}}}|, | and }}'''[[{{{2}}}|{{{t2|{{{2}}}}}}]]'''}}{{#if:{{{3|}}}
   |{{#if:{{{4|}}}|, |, and }}'''[[{{{3}}}|{{{l3|{{{3}}}}}}]]'''}}{{#if:{{{4|}}}
   |{{#if:{{{4|}}}|, |, and }}'''[[{{{3}}}|{{{t3|{{{3}}}}}}]]'''}}{{#if:{{{4|}}}
   |{{#if:{{{5|}}}|, |, and }}'''[[{{{4}}}|{{{l4|{{{4}}}}}}]]'''}}{{#if:{{{5|}}}
   |{{#if:{{{5|}}}|, |, and }}'''[[{{{4}}}|{{{t4|{{{4}}}}}}]]'''}}{{#if:{{{5|}}}
   |, and '''[[{{{5}}}|{{{l5|{{{5}}}}}}]]'''}}.{{#if:{{{6| }}}|&#32; (too many parameters in {{tem|Main}})}}}}<noinclude>
   |, and '''[[{{{5}}}|{{{t5|{{{5}}}}}}]]'''}}.{{#if:{{{6| }}}|&#32; (too many parameters in {{tem|Main}})}}}}<noinclude>


==Info==
==Info==
Line 15: Line 15:
| '''Yes''' ||  || Link 1 || Link to the main article.
| '''Yes''' ||  || Link 1 || Link to the main article.
|-
|-
! l1
! t1
| No ||  || Text 1 || Text to display on the link to the main article.
| No ||  || Text 1 || Text to display on the link to the main article.
|-
|-
Line 21: Line 21:
| No ||  || Alternative links || Alternative links to other main articles.
| No ||  || Alternative links || Alternative links to other main articles.
|-
|-
! l2 - l5
! t2 - t5
| No ||  || Alternative text || Text to display on the alternative links.
| No ||  || Alternative text || Text to display on the alternative links.
|}
|}
Line 27: Line 27:
==Template==
==Template==
<pre>
<pre>
{{main|<link>|l1=<text>|<other links>|l*=<other links' text>}}
{{main|<link>|t1=<text>|<other links>|t*=<other links' text>}}
</pre>
</pre>


Line 37: Line 37:
| {{main|Main Page}}
| {{main|Main Page}}
|-
|-
| <pre>{{main|Main Page|l1=The front page}}</pre>
| <pre>{{main|Main Page|t1=The front page}}</pre>
| {{main|Main Page|l1=The front page}}
| {{main|Main Page|t1=The front page}}
|-
|-
| <pre>{{main
| <pre>{{main
|Main Page|Talk:Main Page|Pikipedia:About
|Main Page|Talk:Main Page|Pikipedia:About
|l2=Main Page talk|l3=About Pikipedia}}</pre>
|t2=Main Page talk|t3=About Pikipedia}}</pre>
| {{main|Main Page|Talk:Main Page|Pikipedia:About|l2=Main Page talk|l3=About Pikipedia}}
| {{main|Main Page|Talk:Main Page|Pikipedia:About|t2=Main Page talk|t3=About Pikipedia}}
|}
|}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 12:55, January 18, 2015

Main article: [[{{{1}}}|{{{1}}}]].

Info

This template adds a link to the main article for the subheading it is placed in.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Link 1 Link to the main article.
t1 No Text 1 Text to display on the link to the main article.
2 - 5 No Alternative links Alternative links to other main articles.
t2 - t5 No Alternative text Text to display on the alternative links.

Template

{{main|<link>|t1=<text>|<other links>|t*=<other links' text>}}

Examples

Code Result
{{main|Main Page}}
Main article: Main Page.
{{main|Main Page|t1=The front page}}
Main article: The front page.
{{main
|Main Page|Talk:Main Page|Pikipedia:About
|t2=Main Page talk|t3=About Pikipedia}}
Main articles: Main Page, Main Page talk, and About Pikipedia.