Extension:InteractiveSemanticGraph

From mediawiki.org
MediaWiki extensions manual
InteractiveSemanticGraph
Release status: experimental
Implementation User interface
Description Allows to visualize and edit semantic relations in a graph.
Author(s) Simon Stier, Alexander Triol (Simon Stiertalk)
Latest version 0.0.1
MediaWiki 1.31+
Database changes No
License GNU Affero General Public License 3.0 or later
Download
README

The InteractiveSemanticGraph extension provides viewer and editor for Semantic MediaWiki pages based on vis-network.js.

Installation[edit]

  • Download and place the file(s) in a directory called InteractiveSemanticGraph in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'InteractiveSemanticGraph' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage[edit]

see Template

See also[edit]