Extension:Ditaa
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() 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: |
|
|
The Ditaa extension provides dynamic rendering of Ditaa diagrams. See github.com/ntavares/mediawiki-extensions-ditaa for more information.
Installation[edit]
- 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' );
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";