Taula de continguts

MediaSyntax Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin MediaWiki syntax for DokuWiki. Comes with a converter.

Last updated on
2023-07-29
Provides
Syntax
Repository
Source
Conflicts with
include

Download and Installation

Optional

Syntax and usage

After installation, MediaWiki syntax is used to display your pages. This also includes the #redirect command.

Tables

Tables stay in the DokuWiki syntax because the MediaWiki syntax does not allow for simple tables. If you really want mediawiki-style tables, use the exttab1 or exttab2 or exttab3 plugins.

Images

To add an image, store your image (let's assume it is called myimage.png) into the image folder (e.g. /srv/www/htdocs/dokuwiki/data/media/image). To show it use the syntax

[[Image:myimage.png]]

Compatibility

It is tested with DokuWiki 2023-04-04a «Jack Jackrum», 2022-07-31b «Igor», Hogfather, 2009-12-25, 2010-11-07, 2011-05-25, 2012-01-25, 2013-05-10, 2014-05-05.

Changes

Developer's information

The mediasyntax plugin is derived from the cool Creole, combined with the goto, which is now the redirect component. To download mediasyntax' latest development code, open a Linux console and type

git clone git://github.com/tstaerk/mediasyntax.git

You can also view the code online.

Feedback

Thank you so much 🙏 for your amazing plugin. I am surprised more don’t use your useful plugin since MediaWiki syntax is so popular (even more than MarkDown) and it lets DokuWiki be a simpler to maintain MediaWiki clone. — The Cloud Monk 2023/05/23 :: Thanks for the feedback - Thorsten