Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:mediawiki_and_dokuwiki [2026/04/04 19:22] – Simon Grant | doc:mediawiki_and_dokuwiki [2026/04/11 13:46] (current) – Simon Grant | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== MediaWiki and DokuWiki ====== | ====== MediaWiki and DokuWiki ====== | ||
| - | If you are familiar with editing any MediaWiki wiki, this table will help you find the basic equivalents in DokuWiki syntax. | + | If you are familiar with editing any MediaWiki wiki, this table will help you find some of the basic equivalents in DokuWiki syntax. |
| - | ^ **Syntax Examples** ^ [[https:// | + | ^ **Syntax Examples** ^ [[https:// |
| ^ Internal Link | < | ^ Internal Link | < | ||
| [[a link|with title]] | [[a link|with title]] | ||
| Line 17: | Line 17: | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| - | </ | + | </ |
| ^ Headlines | < | ^ Headlines | < | ||
| == Section (h2) == | == Section (h2) == | ||
| Line 27: | Line 27: | ||
| === Level 4 (h4) === | === Level 4 (h4) === | ||
| == Level 5 (h5) == | == Level 5 (h5) == | ||
| - | </ | + | </ |
| ^ Bold Format |`''' | ^ Bold Format |`''' | ||
| ^ Italics Format | `'' | ^ Italics Format | `'' | ||
| Line 46: | Line 46: | ||
| * and for sub-items, 4 spaces (and so on) | * and for sub-items, 4 spaces (and so on) | ||
| * main list again | * main list again | ||
| - | </ | + | </ |
| ^ Numbered Lists|< | ^ Numbered Lists|< | ||
| # Item 1 | # Item 1 | ||
| Line 55: | Line 55: | ||
| - again, 4 indented spaces for sub-items | - again, 4 indented spaces for sub-items | ||
| - 2 spaces again | - 2 spaces again | ||
| - | </ | + | </ |
| ^ No formatting |`< | ^ No formatting |`< | ||
| ^ Horizontal Rule |`----` |`----` (look, below) | | ^ Horizontal Rule |`----` |`----` (look, below) | | ||
| ---- | ---- | ||