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

GitHub:

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


README
Hooks used
  • ParserFirstCallInit

The YAML extension does allows data storage in YAML files. This allows for fast key/value storage and retrieval.

Installation

  • Download and place the file(s) in a directory called YAML in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/YAML/YAML.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.