MediaWiki Syntax (Bliki)
Bliki based MediaWiki Syntax parser |
Type | JAR |
Category | Syntax |
Developed by | |
Active Installs | 6 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | Requires XWiki 11.10 or more. |
Table of contents
Description
MediaWiki syntax rendering parser. The id of the parser is mediawiki/1.6.
The implementation is based on an XWiki fork of the now discontinued 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: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-bliki 2.1.0):
- org.xwiki.contrib.mediawiki:mediawiki-syntax-common 2.1.0
- info.bliki.wiki:bliki-core 3.2.0-xwiki
- org.xwiki.rendering:xwiki-rendering-syntax-plain 11.10