Extension:YAML

From Linux Web Expert

Revision as of 12:48, 21 August 2020 by imported>Pppery (Last commit in 2012)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki extensions manual
YAML
Release status: unmaintained
Implementation Parser extension , Parser function
Description YAML database extension allows for key/value storage and retrieval
Author(s) I Heart Engineering
Latest version 0.1 (2012-10-09)
MediaWiki
Database changes No
License BSD 3-clause "Modified" 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 YAML extension does allows data storage in YAML files. This allows for fast key/value storage and retrieval.

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>YAML</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>
    require_once "$IP/extensions/YAML/YAML.php";
    
  • 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>