WackoWiki: Links

https://wackowiki.org/doc     Version: 21 (07.10.2023 06:10)

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))
WackoWiki[link1]
http://wackowiki.org is highlighted automatically.
http://wackowiki.org
PPR:OneMinuteWiki
InterWiki linking[link2]

PPR:OneMinuteWiki[link3]
mailto:address@example.com
((address@example.com))
email.
mailto:address@example.com
address@example.com[link4]
xmpp:addresse@example.com
Jabber.
xmpp:addresse@example.com
((https://example.com/archive.zip Archive (zip) ))
https://example.com/archive.zip
Archive (zip)[link5]
https://example.com/archive.zip

Internal Links

[[Sandbox]] or ((Sandbox))
Sandbox[link6]
((Sandbox The sandbox page))
The sandbox page[link6]
https://wackowiki.org/wacko_logo.png
Image with no link.

((/HomePage https://wackowiki.org/wacko_logo.png))
Image with a link.
https://wackowiki.org/wacko_logo.png[link7]
{{anchor href="test"}}
anchor declaration.

((#test)) or ((/HomePage#TOC_1))
anchor reference.
test or /HomePage#TOC_1[link8]


Notes
  1. For internal links, relative or absolute addressing[link9] can be used.
  2. 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.
  3. To prevent a WordLikeThis from becoming a link, place a ~ (tilde) in front of it.
  4. 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: Solution[link10]
  5. 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].