Difference between revisions of "Help:Links"

From Krafties
Jump to navigation Jump to search
m
m
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:WikiHelp]]
+
{{WikiHelp}}
==Free Links==
+
The WikiMarkup linking crash-course. Even I learned something while writing this up for you guys. [[User:MyraMidnight|MyraMidnight]] ([[User talk:MyraMidnight|talk]])
 +
==Internal Links==
 
:In [[Wikipedia:wikipedia|wikipedia]] and other wikis, '''free links''' are used in wikitext markup to produce '''internal links between pages'''
 
:In [[Wikipedia:wikipedia|wikipedia]] and other wikis, '''free links''' are used in wikitext markup to produce '''internal links between pages'''
  
Line 13: Line 14:
 
|Rewritten Link || <code><nowiki>[[Krafties|Cute Creatures]]</nowiki></code> ||[[Krafties|Cute Creatures]]
 
|Rewritten Link || <code><nowiki>[[Krafties|Cute Creatures]]</nowiki></code> ||[[Krafties|Cute Creatures]]
 
|-
 
|-
|''Category'' turned into a link and renamed || <code><nowiki>[[:Category:Krafties|Krafties]]</nowiki></code> || [[:Category:Krafties|Krafties]]
+
|Rewritten Link with partial italics|| <code><nowiki>[[Souls|Pure ''elemental'' power]]</nowiki></code> ||[[Souls|Pure ''elemental'' power]]
 
|-
 
|-
|''Blending'' links ||<code><nowiki>[[Aviaa]]s</nowiki></code> || [[Aviaa]]s
+
|''Category'' turned into a link and renamed || <code><nowiki>[[:Category:Krafties|Krafties Game]]</nowiki></code> || [[:Category:Krafties|Krafties  Game]]
 
|-
 
|-
|Linking to a section of a page || <code><nowiki>[[Combat#Player versus Player (PvP)]]</nowiki></code> ||[[Combat#Player versus Player (PvP)]]
+
|Blending links ||<code><nowiki>[[Rez]]zing</nowiki></code> || [[Rez]]zing
 
|-
 
|-
 
|Linking to a section of a page and renaming it || <code><nowiki>[[Combat#Player versus Player (PvP)|PvP Battling]]</nowiki></code> ||[[Combat#Player versus Player (PvP)|PvP Battling]]
 
|Linking to a section of a page and renaming it || <code><nowiki>[[Combat#Player versus Player (PvP)|PvP Battling]]</nowiki></code> ||[[Combat#Player versus Player (PvP)|PvP Battling]]
 +
|-
 +
|Linking to a section WITHIN the same page and renaming it || <code><nowiki>[[#External Links|The next Chapter]]</nowiki></code> || [[#External Links|The next Chapter]]
 
|-
 
|-
 
|}
 
|}
Line 35: Line 38:
 
|}
 
|}
  
*You can create a link to a page that doesn't exist yet, which is just fine. It will remind us that that page needs to be created at some point. It will appear in the special pages under "wanted pages"
+
*You can create a link to a page that doesn't exist yet, which is just fine. It will remind us that that page needs to be created at some point. It will appear in the special pages under "[[Special:WantedPages|wanted pages]]"
 +
*And yes, you can actually link to the official Wikipedia by slapping on the <code>Wikipedia:</code> namespace on the link (used in the example above).
  
==Linking outside of Wiki==
+
==External Links==
It is quite easy to create links that lead to other websites outside the wiki, using wiki markup.
+
It is quite easy to create links that lead outside of our wiki, using wiki markup.
 +
*Just write the name of the link behind the url
  
{|class="wikitable" style="width:900px"
+
{|class="wikitable" style="width:80%"
 
|+External links
 
|+External links
 
! You write !!What it looks like
 
! You write !!What it looks like
 
|-
 
|-
| [http://krafties.com/] || [http://krafties.com/]
+
| <code><nowiki>[http://krafties.com/ Krafties]</nowiki></code> || [http://krafties.com/ Krafties]
 
|-
 
|-
 
|}
 
|}

Latest revision as of 16:22, 13 August 2014

Our Wiki Help Pages
General Mediawiki Helpguides

The WikiMarkup linking crash-course. Even I learned something while writing this up for you guys. MyraMidnight (talk)

Internal Links[edit]

In wikipedia and other wikis, free links are used in wikitext markup to produce internal links between pages
In Wikipedia's markup language, you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, [[Krafties]] will be rendered as Krafties. Optionally, you can use a vertical bar (|) to customize the link title. For example, typing [[Krafties|Cute Creatures]] will produce Cute Creatures, a link that is displayed as "Cute Creatures" but in fact links to Krafties.
Some Examples of FreeLinking
Description You write What it looks like
Plain Link [[Krafties]] Krafties
Rewritten Link [[Krafties|Cute Creatures]] Cute Creatures
Rewritten Link with partial italics [[Souls|Pure ''elemental'' power]] Pure elemental power
Category turned into a link and renamed [[:Category:Krafties|Krafties Game]] Krafties Game
Blending links [[Rez]]zing Rezzing
Linking to a section of a page and renaming it [[Combat#Player versus Player (PvP)|PvP Battling]] PvP Battling
Linking to a section WITHIN the same page and renaming it [[#External Links|The next Chapter]] The next Chapter
Automatic rewriting of Free Links
Description You write What it looks like
Automatically hide stuff in parentheses [[Fire (element)|]] Fire
Automatically hide namespace [[Template:MainPage News|]] MainPage News
Or both [[Wikipedia:Manual of Style (headings)|]] Manual of Style
  • You can create a link to a page that doesn't exist yet, which is just fine. It will remind us that that page needs to be created at some point. It will appear in the special pages under "wanted pages"
  • And yes, you can actually link to the official Wikipedia by slapping on the Wikipedia: namespace on the link (used in the example above).

External Links[edit]

It is quite easy to create links that lead outside of our wiki, using wiki markup.

  • Just write the name of the link behind the url
External links
You write What it looks like
[http://krafties.com/ Krafties] Krafties