m (Protected "Template:Main" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
mNo edit summary |
||
Line 8: | Line 8: | ||
=== Advanced usage (changing a link's name) === | === Advanced usage (changing a link's name) === | ||
You may want the main article's name to show up differently; named parameters are good for the job. | You may want the main article's name to show up differently; named parameters are good for the job. | ||
<pre> | |||
<pre> | |||
{{Main | |||
|1=Main Article 1 | |1=Main Article 1 | ||
|l1=Link Title 1 | |l1=Link Title 1 | ||
|2=Main Article 2 | |2=Main Article 2 | ||
|l2=Link Title 2 | |l2=Link Title 2 | ||
}} | }} | ||
</pre> | |||
Note that the named parameters are a lowercase "L" and a number, ''not'' the number 1 and then another number. | Note that the named parameters are a lowercase "L" and a number, ''not'' the number 1 and then another number. | ||
=== Advanced usage (interwiki link) === | === Advanced usage (interwiki link) === | ||
This template is also capable of linking to another wiki. '''Note''': To link articles in Halopedia, make sure the "wiki" path is removed and make sure the links you added are accurate. <code>wiki</code> refers to the interwiki prefix of the wiki. For a list of interwiki prefixes, see [[Special:Interwiki]]. | This template is also capable of linking to another wiki. '''Note''': To link articles in Halopedia, make sure the "wiki" path is removed and make sure the links you added are accurate. <code>wiki</code> refers to the interwiki prefix of the wiki. For a list of interwiki prefixes, see [[Special:Interwiki]]. | ||
<pre> | <pre> | ||
{{Main | {{Main | ||
Line 28: | Line 33: | ||
=== Example === | === Example === | ||
This template also has an additional feature. Below is an example | This template also has an additional feature. Below is an example | ||
*<code>1=</code> refers to the actual link. | *<code>1=</code> refers to the actual link. | ||
*<code>l1=</code> refers to an optional yet customizable title for the link. | *<code>l1=</code> refers to an optional yet customizable title for the link. | ||
<pre> | <pre> | ||
{{Main | {{Main |
Revision as of 16:55, June 1, 2024
Usage
To link to a "main article" on a topic, use {{Main|Title of other article}}
.
Advanced usage (multiple main articles)
For multiple main articles, use {{Main|Main Article 1|Main Article 2}}
.
Advanced usage (changing a link's name)
You may want the main article's name to show up differently; named parameters are good for the job.
{{Main |1=Main Article 1 |l1=Link Title 1 |2=Main Article 2 |l2=Link Title 2 }}
Note that the named parameters are a lowercase "L" and a number, not the number 1 and then another number.
Advanced usage (interwiki link)
This template is also capable of linking to another wiki. Note: To link articles in Halopedia, make sure the "wiki" path is removed and make sure the links you added are accurate. wiki
refers to the interwiki prefix of the wiki. For a list of interwiki prefixes, see Special:Interwiki.
{{Main |wiki= |1= }}
Use w1=
(or any other number) to set the interwiki prefix per entry.
Example
This template also has an additional feature. Below is an example
1=
refers to the actual link.l1=
refers to an optional yet customizable title for the link.
{{Main |wiki=rvb |1=Michael J. Caboose |l1=Caboose Blue Team }}
"See also"
To change the wording from "Main article" to "See also", simply add anything in the |see=
parameters. Below is an example:
{{Main|see=1|Halo 1|Halo 2|Halo 3|Halo 4}}