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. | [link7] |
{{anchor href="test"}} anchor declaration. |
|
((#test)) or ((/HomePage#TOC_1)) anchor reference. | test or /HomePage#TOC_1[link8] |
Notes
- For internal links, relative or absolute addressing[link9] can be used.
- 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. - To prevent a WordLikeThis from becoming a link, place a
~
(tilde) in front of it. - 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 becomefile://///server1/file%20name.txt
Also, there is an issue with linking to local files on Firefox: Solution[link10]
- To resize and align images from external sources you can use the following syntax:
((http://example.com/image.png width=500 align=center))
, available parameterswidth
,height
andalign=[left, center, right]
.
- [link1] http://wackowiki.org
- [link2] https://wackowiki.org/doc/Doc/English/WikiConcept/InterWiki
- [link3] http://wiki.c2.com/?OneMinuteWiki
- [link4] mailto:address@example.com
- [link5] https://example.com/archive.zip
- [link6] https://wackowiki.org/doc/Sandbox
- [link7] https://wackowiki.org/doc/HomePage
- [link8] https://wackowiki.org/doc/HomePage#TOC_1
- [link9] https://wackowiki.org/doc/Doc/English/Cluster
- [link10] http://kb.mozillazine.org/Links_to_local_pages_don't_work