MediaWiki extensions manual
SemanticActions
Release status: stable
Description An action tracking system for a Semantic MediaWiki
Author(s) Daren Welsh (Darenwelshtalk)
Latest version 1.0.1 (2021-02-02)
MediaWiki 1.29+
PHP 7.1+
Database changes No
License MIT License
Download

Download snapshot
GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


README
Hooks used
  • PageImporterRegisterPageLists
  • BeforePageDisplay
  • SetupAfterCache

The SemanticActions extension allows users to create actions with semantic properties that can be queried and used in action boards (kanban boards).

Installation

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

Usage

See the README file for further information on this.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.