Template:See also: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>:''See also: | <includeonly>:''See also: {{#if: {{{5|}}}|[[{{{1}}}]], [[{{{2}}}]], [[{{{3}}}]], [[{{{4}}}]], and [[{{{5}}}]]|{{#if: {{{4|}}}|[[{{{1}}}]], [[{{{2}}}]], [[{{{3}}}]], and [[{{{4}}}]]|{{#if: {{{3|}}}|[[{{{1}}}]], [[{{{2}}}]], and [[{{{3}}}]]|{{#if: {{{2|}}}|[[{{{1}}}]] and [[{{{2}}}]]|[[{{{1}}}]]}}}}}}''</includeonly> | ||
<noinclude>This creates the see also line for linking to pages. It accepts up to 5 page names as parameters. | <noinclude>This creates the see also line for linking to pages. It accepts up to 5 page names as parameters. | ||
==Usage== | ==Usage== | ||
{{ | {{see also|Page1|Page2|Page3|Page4|Page5}} | ||
You can use fewer than 5 parameters if needed: | You can use fewer than 5 parameters if needed: | ||
{{ | {{see also|Page1}} | ||
{{ | {{see also|Page1|Page2}} | ||
==Examples== | ==Examples== | ||
* {{ | * {{see also|History}} produces: :''See also: [[History]]'' | ||
* {{ | * {{see also|History|Geography}} produces: :''See also: [[History]] and [[Geography]]'' | ||
* {{ | * {{see also|History|Geography|Science}} produces: :''See also: [[History]], [[Geography]], and [[Science]]'' | ||
* {{ | * {{see also|History|Geography|Science|Math|Art}} produces: :''See also: [[History]], [[Geography]], [[Science]], [[Math]], and [[Art]]'' | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |