Template:See more: Difference between revisions

m
Text replacement - "]] </noinclude>" to "]]</noinclude>"
m (...)
m (Text replacement - "]] </noinclude>" to "]]</noinclude>")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{dablink|See more: '''[[{{{1}}}|{{{l1|{{{1}}}}}}]]'''{{#if:{{{2| }}}
{{dablink|See more: '''[[:{{{1}}}|{{{t1|{{{1}}}}}}]]'''{{#if:{{{2| }}}
   |{{#if:{{{3|}}}|,&#32;|&#32;and&#32;}}'''[[{{{2}}}|{{{l2|{{{2}}}}}}]]'''}}{{#if:{{{3|}}}
   |{{#if:{{{3|}}}|,&#32;|&#32;and&#32;}}'''[[:{{{2}}}|{{{t2|{{{2}}}}}}]]'''}}{{#if:{{{3|}}}
   |{{#if:{{{4|}}}|,&#32;|,&#32;and&#32;}}'''[[{{{3}}}|{{{l3|{{{3}}}}}}]]'''}}{{#if:{{{4|}}}
   |{{#if:{{{4|}}}|,&#32;|,&#32;and&#32;}}'''[[:{{{3}}}|{{{t3|{{{3}}}}}}]]'''}}{{#if:{{{4|}}}
   |{{#if:{{{5|}}}|,&#32;|,&#32;and&#32;}}'''[[{{{4}}}|{{{l4|{{{4}}}}}}]]'''}}{{#if:{{{5|}}}
   |{{#if:{{{5|}}}|,&#32;|,&#32;and&#32;}}'''[[:{{{4}}}|{{{t4|{{{4}}}}}}]]'''}}{{#if:{{{5|}}}
   |, and '''[[{{{5}}}|{{{l5|{{{5}}}}}}]]'''}}.{{#if:{{{6| }}}|&#32; (too many parameters in {{tem|see more}})}}}}<noinclude>
   |, and '''[[:{{{5}}}|{{{t5|{{{5}}}}}}]]'''}}.{{#if:{{{6| }}}|&#32; (too many parameters in {{tem|see more}})}}}}<noinclude>


==Info==
==Info==
Line 15: Line 15:
| '''Yes''' ||  || Link 1 || Link to the article.
| '''Yes''' ||  || Link 1 || Link to the article.
|-
|-
! l1
! t1
| No ||  || Text 1 || Text to display on the link to the article.
| No ||  || Text 1 || Text to display on the link to the article.
|-
|-
Line 21: Line 21:
| No ||  || Alternative links || Alternative links to other articles.
| No ||  || Alternative links || Alternative links to other 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.
|}
|}


==Template==
==Skeleton==
<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 34: Line 34:
! Code || Result
! Code || Result
|-
|-
| <pre>{{see more|[[:Category:Pikmin 2]]}}</pre>
| <pre>{{see more|Pikmin 2}}</pre>
| {{see more|[[:Category:Pikmin 2]]}}
| {{see more|Pikmin 2}}
|-
|-
| <pre>{{see more|:Category:Pikmin 2|l1=The ''Pikmin 2'' category}}</pre>
| <pre>{{see more|Category:Pikmin 2|t1=The Pikmin 2 category}}</pre>
| {{see more|:Category:Pikmin 2|l1=The ''Pikmin 2'' category}}
| {{see more|Category:Pikmin 2|t1=The Pikmin 2 category}}
|-
|-
| <pre>{{see more
| <pre>{{see more
|Pikmin 3|Talk:Pikmin 3|Category:Pikmin 3
|Pikmin 3|Talk:Pikmin 3|:Category:Pikmin 3
|l2=Pikmin 3 talk|l3=Pikmin 3 category}}</pre>
|t2=Pikmin 3 talk|t3=Pikmin 3 category}}</pre>
| {{see more|Pikmin 3|Talk:Pikmin 3|Category:Pikmin 3|l2=Pikmin 3 talk|l3=Pikmin 3 category}}
| {{see more|Pikmin 3|Talk:Pikmin 3|:Category:Pikmin 3|t2=Pikmin 3 talk|t3=Pikmin 3 category}}
|}
|}


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