Difference between revisions of "Template:Main"

From EVE University Wiki
Jump to: navigation, search
(Improved template with alt link text, added documentation and category)
(Bug fix)
Line 1: Line 1:
:''Main article: {{#if:{{{2}}}|[[{{{1}}}|{{{2}}}]]|[[{{{1}}}]]}}''<noinclude>
+
:''Main article: {{#if:{{{2|}}}|[[{{{1}}}|{{{2}}}]]|[[{{{1}}}]]}}''<noinclude>
 
== Documentation ==
 
== Documentation ==
 
This is a template which should be used to point to another page on the UniWiki which describes a subject in greater detail. For instance, if you want to only briefly touch on a topic on a page, but want to alert the reader that another page has a more complete treatment, then use this template. Preferably, it should be used just after a section heading.  
 
This is a template which should be used to point to another page on the UniWiki which describes a subject in greater detail. For instance, if you want to only briefly touch on a topic on a page, but want to alert the reader that another page has a more complete treatment, then use this template. Preferably, it should be used just after a section heading.  

Revision as of 09:59, 6 June 2014

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

Documentation

This is a template which should be used to point to another page on the UniWiki which describes a subject in greater detail. For instance, if you want to only briefly touch on a topic on a page, but want to alert the reader that another page has a more complete treatment, then use this template. Preferably, it should be used just after a section heading.

Syntax

{{ main | link | link text }}
link
The name of the page you wish to link to. You can use section links (marked with a # character), but omit the usual square brackets. For instance, to link to the page on Drones, use Drones (not [[Drones]]).
link text
This parameter is optional. You can use it if you want to display a different text to the raw link (particularly useful if you're linking to a section in an article, as it makes the overall text more readable).

Examples

{{main|Drones}} gives:

Main article: Drones

{{main|Basic Skills}} gives:

Main article: Basic Skills

{{main|Mining#Solo mining}} gives:

Main article: Mining#Solo mining

{{main|Mining#Solo mining|All by yourself}} gives:

Main article: All by yourself