Extension:SemanticActions

From Linux Web Expert

Revision as of 12:39, 10 April 2024 by imported>Yaron Koren (Changed category also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki extensions manual
SemanticActions
Release status: unmaintained
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
README
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>SemanticActions</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SemanticActions' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Usage

See the README file for further information on this.