View source for Links

As character markup for creating links, you can use round ##""((, ))""## or square ##""[[, ]]""## brackets. Both characters are equal. Square brackets can be useful if the page text already contains simple round brackets, which may be mistakenly considered markup.

====External Links====
#|| ||
##""((http://wackowiki.org WackoWiki))""##
|
((http://wackowiki.org WackoWiki))
|| ||
##""http://wackowiki.org""## is highlighted automatically.
|
http://wackowiki.org
|| ||
##""PPR:OneMinuteWiki""##
((/Doc/English/WikiConcept/InterWiki InterWiki linking))

|
PPR:OneMinuteWiki
|| ||
##""mailto:address@example.com""##
##""((address@example.com))""##
email.
|
mailto:address@example.com
((address@example.com))
|| ||
##""xmpp:addresse@example.com""##
Jabber.
|
xmpp:addresse@example.com
|| ||
##""((https://example.com/archive.zip Archive (zip) ))""##
##""https://example.com/archive.zip""##
|
((https://example.com/archive.zip Archive (zip) ))
https://example.com/archive.zip
|| ||#

====Internal Links====
#|| ||
##""[[Sandbox]]""## or ##""((Sandbox))""##
|
[[/Sandbox Sandbox]]
|| ||
##""((Sandbox The sandbox page))""##
|
((/Sandbox The sandbox page))
|| ||
##""https://wackowiki.org/wacko_logo.png""##
Image with no link.
|
https://wackowiki.org/wacko_logo.png
|| ||
##""((/HomePage https://wackowiki.org/wacko_logo.png))""##
Image with a link.
|
((/HomePage https://wackowiki.org/wacko_logo.png))
|| ||
##""{{anchor href="test"}}""##
anchor declaration.
|
{{anchor href="test"}}
|| ||
##""((#test)) or ((/HomePage#TOC_1))""##
anchor reference.
|
((#test)) or ((/HomePage#TOC_1))

|| ||#

**Notes**
  1. For internal links, ((/Doc/English/Cluster relative or absolute addressing)) can be used. 
  1. Mixed case words  (##LikeThis##) do not need to be enclosed in brackets, when wikilinks are not disabled.  For internal links (inside this Wiki), the complete URL should not be written  (otherwise the link will not work). Add "##https://##" only for external links.
  1. To prevent a ~WordLikeThis from becoming a link, place a ##~~## (tilde) in front of it.
  1. How do you use a link to a local file with spaces in it?  (e.g.: ##S:\Network Drive\File 1.txt## or ##//server1\file name.txt##)
    To link to local files on a server with spaces like that, use ""file:///"" and switch all backslashes to forward slashes.  Also, replace any spaces with ##%20##, so your link would become ##~file://///server1/file%20name.txt##  Also, there is an issue with linking to local files on Firefox: ((http://kb.mozillazine.org/Links_to_local_pages_don't_work  Solution))
  1. To resize and align images from external sources you can use the following syntax: ##""((http://example.com/image.png width=500 align=center))""##, available parameters ##width##, ##height## and ##align=[left, center, right]##.