Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:different_editing_techniques [2026/03/28 18:00] – [MediaWiki including Wikipedia] Simon Grant | doc:different_editing_techniques [2026/04/04 18:27] (current) – [For those who know MediaWiki (including Wikipedia)] Simon Grant | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| This is likely to depend on your past experience editing wikis and similar, if any. | This is likely to depend on your past experience editing wikis and similar, if any. | ||
| - | Unlike systems like Google Docs, which allows you to edit things just as you see them,((this is called WYSIWYG: what you see is what you get)) DokuWiki and many other similar systems use what is called a " | + | Unlike systems like Google Docs, which allows you to edit things just as you see them,((this is called WYSIWYG: what you see is what you get)) DokuWiki and many other similar systems use what is called a " |
| - | All lightweight markup languages | + | All lightweight markup languages |
| - | ===== DokuWiki editing ===== | + | ===== DokuWiki editing |
| - | If you don't have any experience, we suggest you make use of the editing toolbar, which appears just above the edit window when you have opened a page to edit. Using the edit toolbar will give you native DokuWiki markup. The notes on following pages will have a section "Menu bar". As you become familiar, you may find it quicker simply to write in the DokuWiki | + | If you don't have any experience, we suggest you make use of the editing toolbar, which appears just above the edit window when you have opened a page to edit. Using the edit toolbar will give you native DokuWiki markup. The notes on following pages will have a section "Using the toolbar" |
| + | |||
| + | ===== DokuWiki syntax editing just typing ===== | ||
| + | |||
| + | As you become familiar, you may find it quicker simply to write in the DokuWiki | ||
| If you are already experienced with DokuWiki, go right ahead as you are used to! | If you are already experienced with DokuWiki, go right ahead as you are used to! | ||
| - | If this is your preferred approach, skip the rest of this page and you are good to go: see the following pages. | + | If you are happy using DokuWiki, with or without the toolbar, skip the rest of this page and you are good to go: see the following pages. |
| - | ===== Markdown ===== | + | ===== Editing using Markdown |
| If you are familiar with Markdown, but not DokuWiki, we have included a plugin to allow many things to be written in Markdown. On each page below we include a section for people familiar with Markdown, on what you can use and what not. | If you are familiar with Markdown, but not DokuWiki, we have included a plugin to allow many things to be written in Markdown. On each page below we include a section for people familiar with Markdown, on what you can use and what not. | ||
| - | ===== MediaWiki including Wikipedia | + | ===== For those who know MediaWiki |
| - | + | ||
| - | Only read this if you are familiar with MediaWiki syntax. | + | |
| - | + | ||
| - | If you are familiar with using a MediaWiki system, including Wikipedia, again the lightweight markup language is different. If you are also familiar with Markdown, see above; if not, here is a table of the equivalents in MediaWiki and DokuWiki. You can come back here, or see the notes on each of the following pages. | + | |
| - | + | ||
| - | ^ **Syntax Examples** ^ MediaWiki ^ [[doku> | + | |
| - | ^ Internal Link | < | + | |
| - | [[a link|with title]] | + | |
| - | </ | + | |
| - | [[ints: | + | |
| - | [[ints: | + | |
| - | </ | + | |
| - | ^ External Link |< | + | |
| - | [http:// | + | |
| - | </ | + | |
| - | [[http:// | + | |
| - | [[http:// | + | |
| - | </ | + | |
| - | ^ Headlines | < | + | |
| - | == Section (level 2) == | + | |
| - | === Subsection (level 3) === | + | |
| - | ==== Sub-subsection (level 4) ==== | + | |
| - | </ | + | |
| - | ===== Level 2 ===== | + | |
| - | ==== Level 3 ==== | + | |
| - | === Level 4 === | + | |
| - | == Level 5 == | + | |
| - | </ | + | |
| - | | Bold Format |```''' | + | |
| - | ^ Italics Format | ```'' | + | |
| - | ^ Underline Format |```< | + | |
| - | ^ Monospace Format |```< | + | |
| - | ^ Strikethrough Format|```< | + | |
| - | ^ Superscript Format |```< | + | |
| - | ^ Subscript Format |```< | + | |
| - | ^ Images |```[[Image: | + | |
| - | ^ Aligning Text |```< | + | |
| - | ^ Text Indentation |```: indented line``` |N/A | | + | |
| - | ^ Bulleted Lists |< | + | |
| - | ** sub-point | + | |
| - | * another bulleted point | + | |
| - | </ | + | |
| - | * indented 2 spaces | + | |
| - | * indented 4 spaces | + | |
| - | * indented two spaces again | + | |
| - | </ | + | |
| - | ^ Numbered Lists|< | + | |
| - | # Item 1 | + | |
| - | ## Item 1.2 | + | |
| - | # Item 2 | + | |
| - | </ | + | |
| - | - indented 2 spaces | + | |
| - | - indented 4 spaces | + | |
| - | - indented two spaces again | + | |
| - | </ | + | |
| - | ^ Horizontal Rule |```----``` |```----``` | | + | |
| - | Note the spaces in front of the * or - characters in DokuWiki | + | If you are familiar with using a MediaWiki system, including Wikipedia, again their lightweight markup language is different. If you are also familiar with Markdown, you can use that; if not, get to know DokuWiki, with the help of a table of the equivalents on the page [[MediaWiki and DokuWiki]]. See also the notes on following pages. |