doc:mediawiki_and_dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:mediawiki_and_dokuwiki [2026/03/30 11:47] Simon Grantdoc: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://www.mediawiki.org/wiki/Help:Formatting|MediaWiki]] ^ [[doku>wiki:syntax|DokuWiki]] ^ result ^+^ **Syntax Examples** ^ [[https://www.mediawiki.org/wiki/Help:Formatting|MediaWiki]] ^ [[doku>wiki:syntax|DokuWiki]] ^ DokuWiki result ^
 ^ Internal Link | <code>[[a link]] ^ Internal Link | <code>[[a link]]
 [[a link|with title]] [[a link|with title]]
Line 13: Line 13:
 </code> |[[start]]\\ [[ints:start]]\\ [[ints:start|a long list]] | </code> |[[start]]\\ [[ints:start]]\\ [[ints:start|a long list]] |
 ^ External Link |<code> ^ External Link |<code>
-[http://example.org The title]+[http://example.org With a title]
 </code> |<code> </code> |<code>
 [[http://example.com]] [[http://example.com]]
 [[http://example.com|With a Title]] [[http://example.com|With a Title]]
-</code> ||+</code>(see [[links]]) |
 ^ Headlines | <code>= Page title (h1) = ^ Headlines | <code>= Page title (h1) =
 == Section (h2) == == Section (h2) ==
 === Subsection (h3) === === Subsection (h3) ===
 ==== Sub-subsection (h4) ==== ==== Sub-subsection (h4) ====
-</code> | <code>====== Level 1 ====== +</code> | <code>====== Level 1 (h1) ====== 
-===== Level 2 ===== +===== Level 2 (h2) ===== 
-==== Level 3 ==== +==== Level 3 (h3) ==== 
-=== Level 4 === +=== Level 4 (h4) === 
-== Level 5 == +== Level 5 (h5) == 
-</code> |See\\ [[page section headings]] |+</code> |(see\\ [[page section headings]]|
 ^ Bold Format |`'''bold'''` |`**bold**` |**bold** | ^ Bold Format |`'''bold'''` |`**bold**` |**bold** |
 ^ Italics Format | `''italic''`|`//italics//` |//italics// | ^ Italics Format | `''italic''`|`//italics//` |//italics// |
Line 36: Line 36:
 ^ Superscript Format |`A<sup>superscript</sup>` |`A<sup>superscript</sup>` |A<sup>superscript</sup> | ^ Superscript Format |`A<sup>superscript</sup>` |`A<sup>superscript</sup>` |A<sup>superscript</sup> |
 ^ Subscript Format |`A<sub>subscript</sub>` |`A<sub>subscript</sub>` |A<sub>subscript</sub> | ^ Subscript Format |`A<sub>subscript</sub>` |`A<sub>subscript</sub>` |A<sub>subscript</sub> |
-^ Images |`[[Image:wiki.png]]` |`{{local.jpg}}, {{http://foo.bar/baz.jpg}}` |  +^  (See [[basic text formatting]] for the above)  |||| 
 +^ Images |`[[Image:wiki.png]]` |`{{local.jpg}}, {{http://foo.bar/baz.jpg}}` ||   
 +^ Images with text |`[[Image:wiki.png|displayed text]]` |`{{local.jpg|displayed text}}, {{http://foo.bar/baz.jpg|text}}` ||
 ^ Bulleted Lists |<code>* Bulleted point ^ Bulleted Lists |<code>* Bulleted point
 ** sub-point ** sub-point
 * another bulleted point * another bulleted point
 </code>|<code> </code>|<code>
-use Markdown for lists on our wiki +  DokuWiki lists need two spaces on the left 
-  indented, not double `**`, for sub-item +    and for sub-items, 4 spaces (and so on) 
-* main list again +  * main list again 
-</code> |See [[lists]] |+</code> |(See [[lists]]|
 ^ Numbered Lists|<code> ^ Numbered Lists|<code>
 # Item 1 # Item 1
Line 50: Line 52:
 # Item 2 # Item 2
 </code>|<code> </code>|<code>
-1. again, use Markdown here +  - DokuWiki uses `-` for ordered lists 
-  a. indenting creates sub-numbering +    - again, 4 indented spaces for sub-items 
-3. this will come out as '2' +  spaces again 
-</code> |See [[lists]] |+</code> |(See [[lists]]|
 ^ No formatting |`<nowiki>''**#-''</nowiki>` |`<nowiki>''**#-''</nowiki>` |<nowiki>''**#-''</nowiki> | ^ No formatting |`<nowiki>''**#-''</nowiki>` |`<nowiki>''**#-''</nowiki>` |<nowiki>''**#-''</nowiki> |
 ^ Horizontal Rule |`----` |`----` (look, below) | ^ Horizontal Rule |`----` |`----` (look, below) |
  
 ---- ----
  • doc/mediawiki_and_dokuwiki.1774871258.txt.gz
  • Last modified: 2026/03/30 11:47
  • by Simon Grant