This is a quick list of Wiki editing information which are useful to have at hand when editing this Wiki.
Masterinclude defines the inline links communal to all pages here. Only place external links which are directly relevant to the definition of the content of this Wiki into this file. For anything else, use the RemoteURLLinks facility e.g. Wikipedia articles are referenced like this:
To generate Wikipedia:Article_URL use [[Wikipedia]]:Article_URL
To generate An External Inline Link use !`An External Inline Link <http://somelink.wherever>`_ (leaving off the initial !). Internal links like to Front Page are simply done as [[FrontPage]]. When creating new pages, use Camel Case for the page titles i.e. use capitalisation instead of spaces to separate the words - this generates safer URLs.
Italics are done like !*Italics* and Bold is done like !**Bold** (again without the !). References for the bottom are added placing a [#<optional name>]_ where you want the link and:
.. [#<optional name>] where you want the reference at the bottom of the page.
Headings are done by simply underlining the heading with '=' and subheadings with '-'. For longer pages you will want a table of contents, this is done by typing:
.. contents:: .. sectnum::
To add images, type:
.. figure:: images/<image filename> :align: center <caption>
