Help:Link: Difference between revisions
Created page with ''''Linking''' on Raywiki, or any wiki for that matter, is not quite the same as the kind you make with HTML tags, so here's how to do it. ==Internal== An internal link is a link...' |
Boomboleros7 (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
'''Linking''' on | '''Linking''' on [[RayWiki:About|RayWiki]], or any wiki for that matter, is not quite the same as the kind you make with HTML tags, so here's how to do it. | ||
==Internal== | ==Internal== | ||
| Line 5: | Line 5: | ||
:For linking to an '''Article''': <pre>[[Article]]</pre> | :For linking to an '''Article''': <pre>[[Article]]</pre> | ||
:For linking to a ''' | :For linking to a '''Namespace''' <pre>[[Namespace:Page name]]</pre> | ||
:To link to an '''[[Help:Image|Image]]''': <pre>[[Image:File.jpg]]</pre> | :To link to an '''[[Help:Image|Image]]''': <pre>[[Image:File.jpg]]</pre> | ||
:To link to a '''Category''': <pre>[[Category:Category name]]</pre> | :To link to a '''Category''': <pre>[[Category:Category name]]</pre> | ||
:If you want to link to more than one category in an article, each of the categories must be linked to separately: <pre>[[Category:Category name I]][[Category:Category name II]]</pre> | :If you want to link to more than one category in an article, each of the categories must be linked to separately: <pre>[[Category:Category name I]][[Category:Category name II]]</pre> | ||
:And if the article's name has 'The' in it: <pre>[[Category:Category name, The]]</pre> | :And if the article's name has 'The' in it: <pre>[[Category:Category name|Article name, The]]</pre> | ||
==External== | ==External== | ||