= # Link Formatting == '''''Learn how to add links and images to our wiki pages.''''' ,, ,, ,, ,, == # Local Wiki Pages == ---- === #* WikiWord""s === Typical wiki pages are named by removing the spaces between two or more words and starting each word with a capital letter. Just using such a WikiWord links to the page if it exists, otherwise it will be displayed with a question mark link, like SampleUndefinedPage. The question mark indicates the page doesn't exist yet and is a link to create it. ---- === #* Freelinks === Links to pages that are not a WikiWord are done by surrounding the text with two pairs of square brackets like [[Sample Free Link]]. ---- === #* Local: === The '''Local:''' prefix is another way to link within the wiki, and may be required for links to subpages of parent pages that are not WikiWord""s. For example: Local:Help/Macros = Local:Help/Macros ---- === #* Subpages === See /Subpages ---- === #* Plurals === You can separate a WikiWord from adjacent text with the special "" (two double-quotes) delimiter. The "" delimiter is not displayed--it is useful for plural forms of page links like WikiWord""s. In nearly all cases trailing punctuation is ignored, so you can safely make links like http://deoxy.org/, without the trailing comma being part of the link. You can also use [[freelink]]s. ---- ,, ,, ,, == # URLs == ---- === #* Plain URL link === *http://deoxy.org = http://deoxy.org ---- === #* Named URL link === *[http://deoxy.org deoxy] = [http://deoxy.org deoxy] ---- === #* Automatic footnotes === *Some text [http://deoxy.org/you] mixed with [http://deoxy.org/smpte] some auto [http://deoxy.org/pong] footnotes *Some text [http://deoxy.org/you] mixed with [http://deoxy.org/smpte] some auto [http://deoxy.org/pong] footnotes. ---- === #* URLs Using Anchors === *[#anchor Anchored Link] = [http:#anchor Anchored Link] *To set an anchor: ** [#anchor][#anchor] ---- === #* Relative URLs === To make on-site links you must respecify the protocol e.g.: * [http:/some.gif like this local link] = [http:/some.gif like this local link] * [http:../some.gif this relative link] = [http:../some.gif this relative link] * [http:#anchor anchor on this page] = [http:#anchor anchor on this page] ---- ,, ,, ,, == # Images == ---- Images can be embedded by entering the full URL: *http://deoxy.org/gif/ooleft_left.gif Use brackets for a footnote link to the image's URL: *[http://deoxy.org/gif/ipx_sph2.jpg] = [http://deoxy.org/gif/ipx_sph2.jpg] Make an image into a link like this: *[http://deoxy.org http://deoxy.org/gif/ooleft_left.gif] Align image left or right (with optional padding, in pixels): *http://deoxy.org/gif/ooleft_left.gif|left12,, *http://deoxy.org/gif/ooleft_left.gif|right22,, For more control with images use [Local:action=version#html HTML]. ---- ,, ,, ,, == # InterWiki Links == ---- InterWiki links are shortcuts that allow rapid linking to certain pre-defined sites: *Deoxy:chatter = Deoxy:chatter ----