Help:Link: Difference between revisions
Gamefreak75 (talk | contribs) m (Reverted edits by Bob-bom66 (Talk) to last revision by Porplemontage) |
mNo edit summary |
||
(33 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
'''Here's how to add links:''' | '''Here's how to add links:''' | ||
== Internal == | ==Internal== | ||
To add a link to an internal page ( | To add a link to an internal page (on the wiki), use these link styles: | ||
:For an '''article''' | :For an '''article''': | ||
:For a page in another '''[[Help: | ::<pre>[[This one normal page]]</pre> | ||
:However, | :For a page in another '''[[Help:Namespace|namespace]]''': | ||
::<pre>[[Namespace:Page name]]</pre> | |||
:However, '''[[Help:Image|files]]''' and '''categories''' (without embedding the file on the page, or adding the page to the category) must be linked like this: | |||
::<pre>[[:File:Image name.png]]</pre> | |||
::or | |||
::<pre>[[:Category:Category name]]</pre> | |||
== | ==Interwiki== | ||
To link to a common external page, like Wikipedia, use a namespace-style link with one of the [[ | To link to a common external page, like Wikipedia, use a namespace-style link with one of the [[Special:Interwiki|interwiki prefixes]]: | ||
<pre>[[wikipedia:Gamer]]</pre> | |||
Interwiki links are also used to link to the [[mb:|forum]] with the '''mb''' prefix: | |||
<pre> | |||
[[mb:|Mario Boards]] | |||
[[mb:forums/57|Forum link]] | |||
[[mb:threads/39945|Thread link]] | |||
[[mb:posts/1038099|Post link]] | |||
[[mb:profile-posts/295|Profile post link]] | |||
[[mb:members/3832|Member link]] | |||
</pre> | |||
== Link colors == | ==External== | ||
To link externally (outside the wiki), use one bracket pair instead of two, as well as an absolute path: | |||
<pre>[https://www.website.com]</pre> | |||
To link to someone's email, use the ''mailto:'' prefix: | |||
<pre>[mailto:joe_person@email.com]</pre> | |||
To create an external link without the arrow symbol [[File:External link.png]], use {{tem|plain link}} like this: | |||
<pre>{{plain link|1=[https://www.example.com link title]}}</pre> | |||
==Appearances== | |||
To change the appearance of an internal or interwiki link, use the vertical bar symbol (or "pipe"): | |||
<pre>[[This page|This neat page]]</pre> | |||
To change the appearance of an external link or an email link, insert a space after the link: | |||
<pre>[https://www.website.com A neat site]</pre> | |||
===Pipe tricks=== | |||
In a link with a namespace or interwiki prefix, the prefix is removable with the pipe ('''|''') symbol: | |||
<pre>[[MarioWiki:About|]]</pre> | |||
In a link with trailing parentheses ('''()'''), the identifier is removable with the pipe ('''|''') symbol: | |||
<pre>[[Yoshi (game)|]]</pre> | |||
In a page with trailing parentheses ('''()'''), and if a page that '''''also''''' has trailing parentheses is to be linked to, one may use the following trick: | |||
<pre>[[|Mario Party]]</pre> | |||
'''Note:''' The page linked to '''''must''''' contain the '''same word''' as the page that got the link placed on has. For example, the above link would link to the "Mario Party (series)" page '''if''' and '''only if''' the page the link was put on '''also''' contained the word "series" in '''trailing parentheses'''. | |||
==Link colors== | |||
:If you see a [[Main Page|deep blue]] link, it means it's a link within this wiki. | :If you see a [[Main Page|deep blue]] link, it means it's a link within this wiki. | ||
:If you see a [[ | :If you see a [[wikipedia:Main Page|light blue]] link, it means it's an interwiki link. | ||
:If you see a [[ | :If you see a [[This is not a real page|red]] link, it means it's not a real wiki page, or it's not a correctly typed link. | ||
==Link symbols== | |||
Figuring out what the symbols next to some links mean. If you are using [[wikipedia:Internet Explorer|Internet Explorer]] or [[wikipedia:Opera (web browser)|Opera]], you may not be able to see the following symbols. | |||
:If you see a [https://www.mariowiki.com light blue] link with an arrow next to it, it means it's an external link. | |||
:If you see a [ | |||
:If you see a [mailto:joe_person@email.com light blue] link with an envelope next to it, it means it's a link to someone's email address. | :If you see a [mailto:joe_person@email.com light blue] link with an envelope next to it, it means it's a link to someone's email address. | ||
:If you see a [irc://irc.freenode.net/freenode light blue] link with a chat sign next to it, it means it's a link to an irc chat. | :If you see a [irc://irc.freenode.net/freenode light blue] link with a chat sign next to it, it means it's a link to an irc chat. | ||
{{MarioWiki}} | |||
{{Shortcut| | {{Shortcut|SMW:LINK}} | ||
[[Category:Help]] |
Latest revision as of 10:46, January 17, 2025
Here's how to add links:
Internal
To add a link to an internal page (on the wiki), use these link styles:
- For an article:
[[This one normal page]]
- For a page in another namespace:
[[Namespace:Page name]]
- However, files and categories (without embedding the file on the page, or adding the page to the category) must be linked like this:
[[:File:Image name.png]]
- or
[[:Category:Category name]]
Interwiki
To link to a common external page, like Wikipedia, use a namespace-style link with one of the interwiki prefixes:
[[wikipedia:Gamer]]
Interwiki links are also used to link to the forum with the mb prefix:
[[mb:|Mario Boards]] [[mb:forums/57|Forum link]] [[mb:threads/39945|Thread link]] [[mb:posts/1038099|Post link]] [[mb:profile-posts/295|Profile post link]] [[mb:members/3832|Member link]]
External
To link externally (outside the wiki), use one bracket pair instead of two, as well as an absolute path:
[https://www.website.com]
To link to someone's email, use the mailto: prefix:
[mailto:joe_person@email.com]
To create an external link without the arrow symbol , use {{plain link}} like this:
{{plain link|1=[https://www.example.com link title]}}
Appearances
To change the appearance of an internal or interwiki link, use the vertical bar symbol (or "pipe"):
[[This page|This neat page]]
To change the appearance of an external link or an email link, insert a space after the link:
[https://www.website.com A neat site]
Pipe tricks
In a link with a namespace or interwiki prefix, the prefix is removable with the pipe (|) symbol:
[[MarioWiki:About|]]
In a link with trailing parentheses (()), the identifier is removable with the pipe (|) symbol:
[[Yoshi (game)|]]
In a page with trailing parentheses (()), and if a page that also has trailing parentheses is to be linked to, one may use the following trick:
[[|Mario Party]]
Note: The page linked to must contain the same word as the page that got the link placed on has. For example, the above link would link to the "Mario Party (series)" page if and only if the page the link was put on also contained the word "series" in trailing parentheses.
Link colors
- If you see a deep blue link, it means it's a link within this wiki.
- If you see a light blue link, it means it's an interwiki link.
- If you see a red link, it means it's not a real wiki page, or it's not a correctly typed link.
Link symbols
Figuring out what the symbols next to some links mean. If you are using Internet Explorer or Opera, you may not be able to see the following symbols.
- If you see a light blue link with an arrow next to it, it means it's an external link.
- If you see a light blue link with an envelope next to it, it means it's a link to someone's email address.
- If you see a light blue link with a chat sign next to it, it means it's a link to an irc chat.