Difference between revisions of "Template:Main"

From LifeWiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>:<small>{{#If:{{{1|}}}|''Main article: [[{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]]''|You must specify an article title when using <nowiki>{{Template:main}}</nowiki>.}}</small></includeonly>
<includeonly>:{{#If:{{{1|}}}|''Main article: [[{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]]''|You must specify an article title when using <nowiki>{{Template:main}}</nowiki>.}}</includeonly><noinclude>This is a small template to link to a main article from a small sub-article on a different page.
This is a small template to link to a main article from a small sub-article on a different page.
It takes as parameters the name of the main article and an optional alternative name (if no alternative name is given then the link text is the title of the main article).  If no parameters or blank parameters are given then the template gives an error.
It takes as parameters the name of the main article and an optional alternative name (if no alternative name is given then the link text is the title of the main article).  If no parameters or blank parameters are given then the template gives an error.


'''examples:'''
'''examples:'''


<nowiki>{{main|Spaceship}}</nowiki> yields
<nowiki>{{main|Spaceship}}</nowiki> yields:
{{main|Spaceship|}}
{{main|Spaceship|}}


<nowiki>{{main|Spaceship|Spaceship page}}</nowiki> yields
<nowiki>{{main|Spaceship|Spaceship page}}</nowiki> yields:
{{main|Spaceship|Spaceship page}}
{{main|Spaceship|Spaceship page}}


<nowiki>{{main}}</nowiki> yields
<nowiki>{{main}}</nowiki> yields:
{{main}}
{{main}}
[[Category:Internal link templates]]
[[Category:Hatnote templates]]
</noinclude>

Latest revision as of 18:35, 29 December 2020

This is a small template to link to a main article from a small sub-article on a different page. It takes as parameters the name of the main article and an optional alternative name (if no alternative name is given then the link text is the title of the main article). If no parameters or blank parameters are given then the template gives an error.

examples:

{{main|Spaceship}} yields:

Main article: Spaceship

{{main|Spaceship|Spaceship page}} yields:

Main article: Spaceship page

{{main}} yields:

You must specify an article title when using {{Template:main}}.