blocks:

Editing

Double-click on the page to edit; alternatively use the Alt+E key combination.

Navigation

Clicking on the page title above right takes you to a list of all pages which link to the current page.

Use the linkbars at the top left of each page for key pages and an index of all pages. To search for a page or content use the seach box at the bottom of the page.

Local Links

Local pages are linked using various link patterns.

Words in double square brackets are links to local pages. These square brackets will not be rendered if the page exists, since this links to a local page. Note that usual punctuation characters are not allowed in free links.

Example:

[[Chalford Baptist Church]]
	

Result:

[[Chalford Baptist Church]]

CamelCase words are the traditional links to local pages.

Example:

CycleLog
	

Result:

CycleLog

To prevent the word from being linked, prefix it with an exclamation-mark (!).

Example:

!CycleLog
	

Result:

CycleLog

Inline Images

Words in double square brackets will inline images on local pages if prefixed with image:". These square brackets will not be rendered if the page exists, since this links to a local page.

Example:

[[image:FrancisBarton]]
	

Result:

[[image:FrancisBarton]]

[[image/center:http://epfarms.org/~fbarton/files/images/branestawm180.jpg|Home |OddHack]]</pre>
	
	ie
	<pre>
	[[image/class:image_url|alt|link_destination]]
	

URLs

Plain URLs get hyperlinked.

Example:

http://www.greenbelt.org.uk/
	

Result:

http://www.greenbelt.org.uk/

Plain URLs ending in an image suffix will inline the image.

Example:

http://del.icio.us/img/delicious.gif
	

Result:

http://del.icio.us/img/delicious.gif

Plain URLs in square brackets turn into numbered links, looking like

footnotes.

Example:

[http://www.oddmuse.org]
	

Result:

[http://www.oddmuse.org/]

Plain URLs plus some text in square brackets result in the text being linked to the URL. The square brackets will remain visible in order

to distinguish these links from links to local pages.

Example:

[http://www.google.co.uk/ Google UK]
	

Result:

Google UK

Bullet List

List items start with one or more asterisks (*) and a space.

The number of asterisks indicates the indentation level.

An empty line ends the list.

Example:

* One item
	* Another item
	** One More
	

Result:

Numerical Escapes

The Usemod Markup Extension, used on this wiki, contains a rule for definition lists as follows:

; term: definition
	

If you want the term to include a colon, you have to use numerical escapes.

The colon has the ASCII code 58, therefore you can write the following:

; foo&#58;bar: example
	

Result:

foo:bar
example

The following escapes are possible:

  1. Numerical escapes using decimal numbers, eg. &#58; for a colon
  2. Numerical escapes using hexadecimal numbers, eg. &#x3a; for a colon
  3. The named entities amp, lt, and gt are also allowed, eg. &amp; for a &

Overview

This table lists all link patterns available.

PatternResultComment
http://www.oddmuse.org/http://www.oddmuse.org/Linking to URLs
[http://www.oddmuse.org/][1]Footnote style
[http://www.oddmuse.org/ text]textalternate text
PageNamePageNameTraditional linking of WikiWords
[PageName][1]Footnote style
[PageName text][PageName text]alternate text
[[page name]]page nameTraditional linking of free links
[[[page name]]][1]Footnote style
[[page name|text]]textalternate text
[[image:page name]][image]Inlining of an image uploaded to a page
[[::name]]nameDefinition of a permanent anchor
ip: 193.61.84.99 summary: diff-major:

Added: 0a1,2

> == Editing ==
> Double-click on the page to edit; alternatively use the Alt+E key combination.

Changed: 3,9c5

< Use the linkbars at the top left of each page for key pages, the index of all pages and to search for a page or content.
< == Paragraphs ==
< The most important rules are very simple:
< # Empty lines separate paragraphs.
< # Paragraphs may span several lines.
< # Paragraphs begin in column 1.
< With these three simple rules, you can already start writing text.

to

> Use the linkbars at the top left of each page for key pages and an index of all pages. To search for a page or content use the seach box at the bottom of the page.

Changed: 12,15c8,9

< ''Words in double square brackets are links to local
< pages.'' These square brackets will not be rendered if the page
< exists, since this links to a local page. Note that usual punctuation
< characters are not allowed in free links.

to

> ''Words in double square brackets are links to local pages.'' These square brackets will not be rendered if the page exists, since this links to a local page. Note that usual punctuation characters are not allowed in free links.
> Example:

Changed: 36,37c30

< ''Words in double square brackets will inline images on local
< pages if prefixed with "image:".'' These square brackets will not be rendered if the page exists, since this links to a local page.

to

> ''Words in double square brackets will inline images on local pages if prefixed with image:".'' These square brackets will not be rendered if the page exists, since this links to a local page.

Changed: 73,74c66

< ''Plain URLs plus some text in square brackets result in the text
< being linked to the URL.'' The square brackets will remain visible in order

to

> ''Plain URLs plus some text in square brackets result in the text being linked to the URL.'' The square brackets will remain visible in order

Changed: 78c70

< [http://www.emacswiki.org/ Emacs Wiki]

to

> [http://www.google.co.uk/ Google UK]

Changed: 81c73

< [http://www.emacswiki.org/ Emacs Wiki]

to

> [http://www.google.co.uk/ Google UK]

Removed: 112,157d103

< == Link patterns ==
< The link pattern determines what turns into a link. They are part of the usual text formatting rules.
< == Overview ==
< This table lists all link patterns available.
< ||'''Pattern''' ||'''Result''' ||'''Comment''' ||
< ||<nowiki>http://www.oddmuse.org/</nowiki> ||'''<nowiki>http://www.oddmuse.org/</nowiki>''' ||Linking to URLs ||
< ||<nowiki>[http://www.oddmuse.org/]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[http://www.oddmuse.org/ text]</nowiki> ||'''text''' ||alternate text if [[BracketText]] is set ||
< ||PageName ||'''PageName''' ||Traditional linking of ''WikiWords'' if [[WikiLinks]] is set ||
< ||[PageName] ||'''[1]''' ||Footnote style if [[WikiLinks]] is set ||
< ||[PageName text] ||'''text''' ||alternate text if [[BracketWiki]] and [[WikiLinks]] is set ||
< ||<nowiki>[[page name]]</nowiki> ||'''page name''' ||Traditional linking of ''free links'' if [[FreeLinks]] is set ||
< ||<nowiki>[[[page name]]]</nowiki> ||'''[1]''' ||Footnote style if [[FreeLinks]] is set ||
< ||<nowiki>[[page name|text]]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] and [[FreeLinks]] is set ||
< ||<nowiki>Somewiki:page_name</nowiki> ||'''<nowiki>Somewiki:page_name</nowiki>''' ||[[URL Abbreviations]] also known as ''interlinks'' ||
< ||<nowiki>[Somewiki:page_name]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[Somewiki:page_name text]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] is set ||
< ||<nowiki>[[Somewiki:page name]]</nowiki> ||'''<nowiki>Somewiki:page name</nowiki>''' ||free [[URL Abbreviations]] including spaces in the page name ||
< ||<nowiki>[[[Somewiki:page name]]]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[[Somewiki:page name|text]]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] is set ||
< ||<nowiki>[[image:page name]]</nowiki> ||'''[image]''' ||Inlining of an image uploaded to a page if [[FreeLinks]] is set ||
< ||<nowiki>[[::name]]</nowiki> ||'''name''' ||Definition of a ''permanent anchor'' if [[PermanentAnchors]] is set ||
< == Notes ==
< ; PageName: To prevent the linking of WikiWords (since camel case is often used for various brands and family names), prefix them with an exclamation mark, <nowiki>!LikeThis</nowiki>.
< ; <nowiki>[http://www.oddmuse.org/ text]</nowiki>: The default CSS will add square brackets around the text, so that the result will be '''[text]'''. This is to warn visitors that the innocuous link points off-site.
< ; file://foo/bar and file:///foo/bar: The file protocol is only available if [[NetworkFile]] is set. Absolute paths (three slashes) are only available if [[AllNetworkFiles]] is set.
< ; [1]: The extra brackets around the footnote style links can be removed via CSS.
< ; <nowiki>[[image:page name]]</nowiki>: A new instance of the scrip will be started on the server for every image inlined this way. If you want to include many images on one page, you might need to change some of the [[Surge Protection]] parameters.
< ; [[Somewiki:page name]], [[[Somewiki:page name]]], [[Somewiki:page name|text]]: Free [[URL Abbreviations]] may contain spaces and therefore do URL encoding of the page names.
< == Example ==
< <pre>
< * traditional local link: HomePage, NewPage
< * traditional local link with extra brackets: [HomePage], [NewPage]
< * traditional local link with other text: [HomePage homepage], [NewPage other page]
< * free link: [[home page]], [[new page]]
< * free link with extra brackets: [[[home page]]], [[[new page]]]
< * free link with other text: [[home page|da homepage]], [[new page|da new homepage]]
< * URL: http://www.oddmuse.org/
< * URL in brackets: [http://www.oddmuse.org/]
< * URL in brackets with other text: [http://www.oddmuse.org/ oddmuse]
< * URL abbreviation: Oddmuse:Link_Pattern
< * URL abbreviation with extra brackets: [Oddmuse:Link_Pattern]
< * URL abbreviation with other text: [Oddmuse:Link_Pattern link patterns]
< </pre>
< The link pattern determines what turns into a link. They are part of the usual text formating rules.
< See [[Text Formatting Rules]].

Changed: 161,199c107,117

< ||<nowiki>http://www.oddmuse.org/</nowiki> ||'''<nowiki>http://www.oddmuse.org/</nowiki>''' ||Linking to URLs ||
< ||<nowiki>[http://www.oddmuse.org/]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[http://www.oddmuse.org/ text]</nowiki> ||'''text''' ||alternate text if [[BracketText]] is set ||
< ||PageName ||'''PageName''' ||Traditional linking of ''WikiWords'' if [[WikiLinks]] is set ||
< ||[PageName] ||'''[1]''' ||Footnote style if [[WikiLinks]] is set ||
< ||[PageName text] ||'''text''' ||alternate text if [[BracketWiki]] and [[WikiLinks]] is set ||
< ||<nowiki>[[page
name]]</nowiki> ||'''page name''' ||Traditional linking of ''free links'' if [[FreeLinks]] is set ||
< ||<nowiki>[[[page
name]]]</nowiki> ||'''[1]''' ||Footnote style if [[FreeLinks]] is set ||
< ||<nowiki>[[page
name|text]]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] and [[FreeLinks]] is set ||
< ||<nowiki>Somewiki:page_name</nowiki> ||'''<nowiki>Somewiki:page_name</nowiki>''' ||[[URL Abbreviations]] also known as ''interlinks'' ||
< ||<nowiki>[Somewiki:page_name]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[Somewiki:page_name text]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] is set ||
< ||<nowiki>[[Somewiki:page name]]</nowiki> ||'''<nowiki>Somewiki:page name</nowiki>''' ||free [[URL Abbreviations]] including spaces in the page name ||
< ||<nowiki>[[[Somewiki:page name]]]</nowiki> ||'''[1]''' ||Footnote style ||
< ||<nowiki>[[Somewiki:page name|text]]</nowiki> ||'''text''' ||alternate text if [[BracketWiki]] is set ||
< ||<nowiki>[[image:page name]]</nowiki> ||'''[image]''' ||Inlining of an image uploaded to a page if [[FreeLinks]] is set ||
< ||<nowiki>[[::name]]</nowiki> ||'''name''' ||Definition of a ''permanent anchor'' if [[PermanentAnchors]] is set ||
< == Notes ==
< ; PageName: To prevent the linking of WikiWords (since camel case is often used for various brands and family names), prefix them with an exclamation mark, <nowiki>!LikeThis</nowiki>.
< ; <nowiki>[http://www.oddmuse.org/ text]</nowiki>: The default CSS will add square brackets around the text, so that the result will be '''[text]'''. This is to warn visitors that the innocuous link points off-site.
< ; file://foo/bar and file:///foo/bar: The file protocol is only available if [[NetworkFile]] is set. Absolute paths (three slashes) are only available if [[AllNetworkFiles]] is set.
< ; [1]: The extra brackets around the footnote style links can be removed via CSS.
< ; <nowiki>[[image:page name]]</nowiki>: A new instance of the scrip will be started on the server for every image inlined this way. If you want to include many images on one page, you might need to change some of the [[Surge Protection]] parameters.
< ; [[Somewiki:page name]], [[[Somewiki:page name]]], [[Somewiki:page name|text]]: Free [[URL Abbreviations]] may contain spaces and therefore do URL encoding of the page names.
< == Example ==
< <pre>
< * traditional local link: HomePage, NewPage
< * traditional local link with extra brackets: [HomePage], [NewPage]
< * traditional local link with other text: [HomePage homepage], [NewPage other page]
< * free link: [[home page]], [[new page]]
< * free link with extra brackets: [[[home page]]], [[[new page]]]
< * free link with other text: [[home page|da homepage]], [[new page|da new homepage]]
< * URL: http://www.oddmuse.org/
< * URL in brackets: [http://www.oddmuse.org/]
< * URL in brackets with other text: [http://www.oddmuse.org/ oddmuse]
< * URL abbreviation: Oddmuse:Link_Pattern
< * URL abbreviation with extra brackets: [Oddmuse:Link_Pattern]
< * URL abbreviation with other text: [Oddmuse:Link_Pattern link patterns]
< </pre>

to

> ||<nowiki>http://www.oddmuse.org/</nowiki>||http://www.oddmuse.org/ ||Linking to URLs ||
> ||<nowiki>[http://www.oddmuse.org/]</nowiki>||'''[1]''' ||Footnote style ||
> ||<nowiki>[http://www.oddmuse.org/ text]</nowiki>||[http://www.oddmuse.org/ text] ||alternate text ||
> ||<nowiki>PageName</nowiki> ||PageName ||Traditional linking of !WikiWords ||
> ||<nowiki>[PageName]</nowiki> ||'''[1]''' ||Footnote style ||
> ||<nowiki>[PageName text]</nowiki> ||[PageName text] ||alternate text ||
> ||<nowiki>[[page name]]</nowiki> ||'''page name''' ||Traditional linking of ''free links'' ||
> ||<nowiki>[[[page name]]]</nowiki> ||'''[1]''' ||Footnote style ||
> ||<nowiki>[[page name|text]]</nowiki> ||'''text''' ||alternate text ||
> ||<nowiki>[[image:page name]]</nowiki> ||'''[image]''' ||Inlining of an image uploaded to a page ||
> ||<nowiki>[[::name]]</nowiki> ||'''name''' ||Definition of a ''permanent anchor'' ||

languages: text: == Editing == Double-click on the page to edit; alternatively use the Alt+E key combination. == Navigation == Clicking on the page title above right takes you to a list of all pages which link to the current page. Use the linkbars at the top left of each page for key pages and an index of all pages. To search for a page or content use the seach box at the bottom of the page. == Local Links == Local pages are linked using various link patterns. ''Words in double square brackets are links to local pages.'' These square brackets will not be rendered if the page exists, since this links to a local page. Note that usual punctuation characters are not allowed in free links. Example:
	[[Chalford Baptist Church]]
	
Result: [[Chalford Baptist Church]] ''!CamelCase words are the traditional links to local pages.'' Example:
	CycleLog
	
Result: CycleLog To prevent the word from being linked, prefix it with an exclamation-mark (!). Example:
	!CycleLog
	
Result: !CycleLog == Inline Images == ''Words in double square brackets will inline images on local pages if prefixed with image:".'' These square brackets will not be rendered if the page exists, since this links to a local page. Example:
	[[image:FrancisBarton]]
	
Result: [[image:FrancisBarton]]
	[[image/center:http://epfarms.org/~fbarton/files/images/branestawm180.jpg|Home |OddHack]]
ie
	[[image/class:image_url|alt|link_destination]]
	
== URLs == ''Plain URLs get hyperlinked.'' Example:
	http://www.greenbelt.org.uk/
	
Result: http://www.greenbelt.org.uk/ ''Plain URLs ending in an image suffix will inline the image''. Example:
	http://del.icio.us/img/delicious.gif
	
Result: http://del.icio.us/img/delicious.gif ''Plain URLs in square brackets turn into numbered links, looking like footnotes.'' Example:
	[http://www.oddmuse.org]
	
Result: [http://www.oddmuse.org/] ''Plain URLs plus some text in square brackets result in the text being linked to the URL.'' The square brackets will remain visible in order to distinguish these links from links to local pages. Example:
	[http://www.google.co.uk/ Google UK]
	
Result: [http://www.google.co.uk/ Google UK] == Bullet List == ''List items start with one or more asterisks (*) and a space.'' The number of asterisks indicates the indentation level. An empty line ends the list. Example:
	* One item
	* Another item
	** One More
	
Result: * One item * Another item ** One More == Numerical Escapes == The Usemod Markup Extension, used on this wiki, contains a rule for definition lists as follows:
	; term: definition
	
If you want the term to include a colon, you have to use numerical escapes. The colon has the ASCII code 58, therefore you can write the following:
	; foo&#58;bar: example
	
Result: ; foo:bar: example The following escapes are possible: # Numerical escapes using decimal numbers, eg. &#58; for a colon # Numerical escapes using hexadecimal numbers, eg. &#x3a; for a colon # The named entities amp, lt, and gt are also allowed, eg. &amp; for a & == Overview == This table lists all link patterns available. ||'''Pattern''' ||'''Result''' ||'''Comment''' || ||http://www.oddmuse.org/||http://www.oddmuse.org/ ||Linking to URLs || ||[http://www.oddmuse.org/]||'''[1]''' ||Footnote style || ||[http://www.oddmuse.org/ text]||[http://www.oddmuse.org/ text] ||alternate text || ||PageName ||PageName ||Traditional linking of !WikiWords || ||[PageName] ||'''[1]''' ||Footnote style || ||[PageName text] ||[PageName text] ||alternate text || ||[[page name]] ||'''page name''' ||Traditional linking of ''free links'' || ||[[[page name]]] ||'''[1]''' ||Footnote style || ||[[page name|text]] ||'''text''' ||alternate text || ||[[image:page name]] ||'''[image]''' ||Inlining of an image uploaded to a page || ||[[::name]] ||'''name''' ||Definition of a ''permanent anchor'' || lastmajor: 12 oldmajor: 11 diff-minor:

Changed: 111c111

< ||<nowiki>[PageName]</nowiki> ||[PageName] ||Footnote style ||

to

> ||<nowiki>[PageName]</nowiki> ||'''[1]''' ||Footnote style ||

flags: 0101010101010 ts: 1153487421 minor: 1 username: FrancisBarton host: cgmserv05.glos.ac.uk revision: 31 keep-ts: 1153487421