Jump to content

Template:See also: Difference between revisions

From VR & AR Wiki
Created page with "<includeonly>:''See also: [[{{{1}}}]] {{#if: {{{2|}}}| and [[{{{2}}}]] }}''</includeonly> <noinclude>This creates the see also line for linking to pages. It is indented and It..."
 
No edit summary
Line 1: Line 1:
<includeonly>:''See also: [[{{{1}}}]] {{#if: {{{2|}}}| and [[{{{2}}}]] }}''</includeonly>
<includeonly>:''See also: [[{{{1}}}]]{{#if: {{{2|}}}| and [[{{{2}}}]]}}{{#if: {{{3|}}}| and [[{{{3}}}]]}}{{#if: {{{4|}}}| and [[{{{4}}}]]}}{{#if: {{{5|}}}| and [[{{{5}}}]]}}''</includeonly>
<noinclude>This creates the see also line for linking to pages. It is indented and Italicized
<noinclude>This creates the see also line for linking to pages. It accepts up to 5 page names as parameters.
 
==Usage==
{{template_name|Page1|Page2|Page3|Page4|Page5}}
 
You can use fewer than 5 parameters if needed:
{{template_name|Page1}}
{{template_name|Page1|Page2}}
 
==Examples==
* {{template_name|History}} produces: :''See also: [[History]]''
* {{template_name|History|Geography}} produces: :''See also: [[History]] and [[Geography]]''
* {{template_name|History|Geography|Science}} produces: :''See also: [[History]] and [[Geography]] and [[Science]]''
 
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 04:15, 30 April 2025

This creates the see also line for linking to pages. It accepts up to 5 page names as parameters.

Usage

Template:Template name

You can use fewer than 5 parameters if needed: Template:Template name Template:Template name

Examples