![]() Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | Tag |
Description | Provides dynamic rendering of Ditaa diagrams. |
Author(s) | Nuno Tavarestalk |
Latest version | 1.1 |
MediaWiki | 1.25+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
Parameters
|
|
Hooks used
|
|
The Ditaa extension provides dynamic rendering of Ditaa diagrams. See github.com/ntavares/mediawiki-extensions-ditaa for more information.
Installation
- Download and place the file(s) in a directory called
Ditaa
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'Ditaa' );
file: Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.27 or earlier:
The instructions above describe the new way of installing this extension using wfLoadExtension()
.
If you need to install this extension on these earlier versions (MediaWiki 1.27 and earlier), instead of wfLoadExtension( 'Ditaa' );
, you need to use:
require_once "$IP/extensions/Ditaa/Ditaa.php";
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.