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/03/30 11:47] – 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 13: | Line 13: | ||
| </ | </ | ||
| ^ External Link |< | ^ External Link |< | ||
| - | [http:// | + | [http:// |
| </ | </ | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| - | </ | + | </ |
| ^ Headlines | < | ^ Headlines | < | ||
| == Section (h2) == | == Section (h2) == | ||
| === Subsection (h3) === | === Subsection (h3) === | ||
| ==== Sub-subsection (h4) ==== | ==== Sub-subsection (h4) ==== | ||
| - | </ | + | </ |
| - | ===== Level 2 ===== | + | ===== Level 2 (h2) ===== |
| - | ==== Level 3 ==== | + | ==== Level 3 (h3) ==== |
| - | === Level 4 === | + | === Level 4 (h4) === |
| - | == Level 5 == | + | == Level 5 (h5) == |
| - | </ | + | </ |
| ^ Bold Format |`''' | ^ Bold Format |`''' | ||
| ^ Italics Format | `'' | ^ Italics Format | `'' | ||
| Line 36: | Line 36: | ||
| ^ Superscript Format |`A< | ^ Superscript Format |`A< | ||
| ^ Subscript Format |`A< | ^ Subscript Format |`A< | ||
| - | ^ Images |`[[Image: | + | ^ (See [[basic text formatting]] for the above) |
| + | ^ Images |`[[Image: | ||
| + | ^ Images with text |`[[Image: | ||
| ^ Bulleted Lists |< | ^ Bulleted Lists |< | ||
| ** sub-point | ** sub-point | ||
| * another bulleted point | * another bulleted point | ||
| </ | </ | ||
| - | * use Markdown for lists on our wiki | + | |
| - | * indented, not double `**`, for sub-item | + | * and for sub-items, 4 spaces (and so on) |
| - | * main list again | + | * main list again |
| - | </ | + | </ |
| ^ Numbered Lists|< | ^ Numbered Lists|< | ||
| # Item 1 | # Item 1 | ||
| Line 50: | Line 52: | ||
| # Item 2 | # Item 2 | ||
| </ | </ | ||
| - | 1. again, | + | - DokuWiki uses `-` for ordered lists |
| - | a. indenting creates | + | - again, |
| - | 3. this will come out as '2' | + | |
| - | </ | + | </ |
| ^ No formatting |`< | ^ No formatting |`< | ||
| ^ Horizontal Rule |`----` |`----` (look, below) | | ^ Horizontal Rule |`----` |`----` (look, below) | | ||
| ---- | ---- | ||