|
|||||||||||
Help On FormattingOpenWiki offers many system options to the administrator of an OpenWiki site, so the formatting rules may differ between various OpenWiki sites. This particular wiki has every system option turned on except the one that would give editors the ability to enter raw HTML into a page (with some minor exceptions to that exception ;-) ). Contents The Basics
Bold, Italic, Underscore, StrikethroughTo mark text as bold enclose text by two asterisks (*) characters on both sides. To mark text as italic enclose text by two slash (/) characters on both sides. To mark text underlined enclose text by two underscore (_) characters on both sides. To mark text**Some bold text**, //some italic text//, **//some bold and italic text//** __Some underlined text__ --Some strikethrough text-- Some underlined text ''2 quotes are italic'', '''3 quotes are bold''', and '''''5 quotes are bold and italic''''' LinkingSee also Help On Linking. Inter Wiki links, e.g.:
ListsAll lists start with 2 spaces at the beginning of a line. Sublists are created by adding an additional 2 spaces for every level that you want to add. See also HelpOnLists.Bulleted Lists* Bulleted Item * Another one * Subbulleted item * And another one * Last one
Numbered Lists1. First item 2. Second item 1. First subitem of //second item// 1. Second subitem of //second item// a. subitem a a. subitem b 1. Third subitem of //second item// i. subitem 1 i. subitem 2 3. Third item 1.#17 another item 1. yet another one 4. Fourth item a.#17 another item a. yet another one 5. Fifth item i.#17 another item i. yet another one
Dictionary ListsTerms with indented definitions: [without a blank line between term and definition]; Term One : Definition for One (indented) ; Term Two : Definition for Two (indented) ; Term Three : Definition for Three (indented) ; Term (indented) : Definition (indented two levels) ; Term (indented twice) : Definition (indented to third level)
Mixing ListsYou can also mix lists, for example:* First bulleted item * Second bulleted item 1. First subitem of **second item** Some more text about first subitem.... End of this subitem. 2. Second subitem of **second item** * Last bulleted item
Some more text about first subitem.... End of this subitem. Indented text: Paragraph to be indented (quote-block) : Paragraph indented more : Paragraph indented to third level
Preformatted textSourcecodeIf you want to display sourcecode use the <code> tag or enclose the source by three acolades (e.g. {{{some code}}}). Singleline example:The command {{{foo := bar + 1;}}} will add 1 to bar and assign it to foo. {{{ begin foo := bar + 1; end; }}} begin foo := bar + 1; end; <code> begin '''foo := bar + 1;''' foo := foo << 1; return foo; end; </code> begin foo := bar + 1; foo := foo << 1; return foo; end; Tables|| **ID** || **Name** || **Description** || || 123 || John Foo || Some foo user || || 456 || Mary Richardson || Contact person from Foo Corp. ||
MiscellaneousCategory Help
|
|||||||||||
Last Edited December 16, 2006 |
|||||||||||
Article List | TOS Contact Webmaster | This
wiki is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. |