Semantic Wiki

From Leo's Notes
Last edited on 15 June 2020, at 00:08.

Semantic Wiki is a MediaWiki extension that allows data to be coded on articles and fetched elsewhere.

Installation

Use Composer to install Semantic Wiki.

  1. Go to the root directory of your MediaWiki installation.
  2. Run composer require mediawiki/semantic-media-wiki "~2.2" --update-no-dev
  3. php maintenance/update.php
  4. Append to LocalSettings.php the following line: enableSemantics('example.org');. Replace the domain with the domain of your wiki.

See Also