Extension:YAML
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | Parser extensionCategory:Parser extensions, Parser functionCategory:Parser function extensions |
Description | YAML database extension allows for key/value storage and retrieval |
Author(s) | I Heart Engineering |
Latest version | 0.1 (2012-10-09) |
MediaWiki | Category:Extensions without MediaWiki version |
Database changes | No |
License | BSD 3-clause "Modified" License |
Download | GitHub: Note: README |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/YAML/YAML.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.Category:Extensions not using extension registration
Category:All extensions
Category:BSD licensed extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration
Category:Extensions without MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:ParserFirstCallInit extensions
Category:Parser extensions
Category:Parser function extensions
Category:Unmaintained extensions