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/04/04 18:34] 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 17: Line 17:
 [[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) ==
Line 27: Line 27:
 === Level 4 (h4) === === Level 4 (h4) ===
 == Level 5 (h5) == == 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> |
-^  (the above are covered in [[basic text formatting]])  |||| +^  (See [[basic text formatting]] for the above)  |||| 
-^ Images |`[[Image:wiki.png]]` |`{{local.jpg}}, {{http://foo.bar/baz.jpg}}` |  +^ 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>
-Markdown lists work 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 51: Line 52:
 # Item 2 # Item 2
 </code>|<code> </code>|<code>
-1. again, Markdown works 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.1775327691.txt.gz
  • Last modified: 2026/04/04 18:34
  • by Simon Grant