Jump to content

Extension:Ditaa

From mediawiki.org
MediaWiki extensions manual
Ditaa
Release status: stable
Implementation Tag
Description Provides dynamic rendering of Ditaa diagrams.
Author(s) Nuno Tavarestalk
Latest version 1.1
MediaWiki 1.25+
Database changes No
  • $wgDitaaCommand
Licence GNU General Public License 2.0 or later
Download

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 your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Ditaa' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.