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.
- Go to the root directory of your MediaWiki installation.
- Run
composer require mediawiki/semantic-media-wiki "~2.2" --update-no-dev
- php maintenance/update.php
- Append to
LocalSettings.php
the following line:enableSemantics('example.org');
. Replace the domain with the domain of your wiki.
See Also
|