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 19:20] 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 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
-</code> |See [[lists]] |+</code> |(See [[lists]]|
 ^ Numbered Lists|<code> ^ Numbered Lists|<code>
 # Item 1 # Item 1
Line 53: Line 53:
 </code>|<code> </code>|<code>
   - DokuWiki uses `-` for ordered lists   - DokuWiki uses `-` for ordered lists
-    - indenting creates sub-number/lettering +    - again, 4 indented spaces for sub-items 
-  - this should be '2' +  - 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.1775330404.txt.gz
  • Last modified: 2026/04/04 19:20
  • by Simon Grant