Difference between revisions of "PlantUML"

From Wiki4Intranet
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|created=2009-11-16
 
|created=2009-11-16
 
|included=2010-08-03
 
|included=2010-08-03
 +
|included version=2010-06-24
 
|status=fixed
 
|status=fixed
 +
|useful=definitely
 
}}
 
}}
 
{{ExtensionFromInfo|lang=en|name=PlantUML}}
 
{{ExtensionFromInfo|lang=en|name=PlantUML}}
Line 11: Line 13:
 
== Usage ==
 
== Usage ==
  
This extension adds one tag — <tt><nowiki><plantuml>...</plantuml></nowiki></tt>. You should put correct PlantUML code in place of <…>. PlantUML has its own language, you can read its description here: http://sourceforge.net/projects/plantuml/files/PlantUML%20Language%20Reference%20Guide.pdf/download
+
This extension adds one tag — <tt><nowiki><uml>...</uml></nowiki></tt>. You should put correct PlantUML code in place of <…>. PlantUML has its own language, you can read its description here: http://sourceforge.net/projects/plantuml/files/PlantUML%20Language%20Reference%20Guide.pdf/download
  
Also you can read more at the extension homepage: http://www.mediawiki.org/wiki/Extension:PlantUML/ru
+
Also you can read more at the extension homepage: http://www.mediawiki.org/wiki/Extension:PlantUML
  
 
== Installation ==
 
== Installation ==

Latest revision as of 16:48, 15 February 2013

PlantUML is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2010-08-03
  • Included version: 2010-06-24
  • Improvement status: Minor improvements in MediaWiki4Intranet

Usage

This extension adds one tag — <uml>...</uml>. You should put correct PlantUML code in place of <…>. PlantUML has its own language, you can read its description here: http://sourceforge.net/projects/plantuml/files/PlantUML%20Language%20Reference%20Guide.pdf/download

Also you can read more at the extension homepage: http://www.mediawiki.org/wiki/Extension:PlantUML

Installation

  • Install Java and Graphviz on your server
  • Add require_once "$IP/extensions/PlantUML/PlantUML.php"; to your LocalSettings.php.