MediaWiki Syntax

Version 22.1 by Admin on 2021/03/17 19:13

logo-16x16.pngMediaWiki Syntax parser
Recommended
TypeJAR
CategorySyntax
Developed by

Thomas Mortagne

Active Installs261
Rating
1 Votes
LicenseGNU Lesser General Public License 2.1
Compatibility

Since 7.4.

Installable with the Extension Manager

Description

MediaWiki syntax rendering parser. The id of parser is mediawiki/1.6.

The implementation is based on The Java Wikipedia API (Bliki engine).

MediaWiki

See MediaWiki markup user documentation and specifications.

Extra Features

Macros

Some elements of the MediaWiki syntax are translated as macros on XWiki side but if you want to be sure to call a rendering macro you can do is with the following syntax:

<macro:include reference="Space.Page" />

<macro:mymacro param1="value1" param2="value2">
</macro:mymacro>

Release notes

Release notes can be found on MediaWiki project page.

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).

You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.

Dependencies

Dependencies for this extension (org.xwiki.contrib.mediawiki:mediawiki-syntax 1.12.4):

  • info.bliki.wiki:bliki-core 3.1.1-SNAPSHOT-20180816
  • org.xwiki.rendering:xwiki-rendering-syntax-plain 7.4
  • org.apache.tika:tika-core 1.11
Tags:
    

Get Connected