Extension:Acronym
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Acronym Release status: unmaintained |
|
---|---|
Implementation | Parser extension |
Description | Provides a way of accessing data about acronyms using a parser function. |
Author(s) | Daniel Beard |
Latest version | 0.0.1 |
MediaWiki | >= 1.29.0 |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The Acronym extension provides a way of accessing data about acronyms using a parser function. These are read from an on-wiki JSON file.
Installation
edit- Download and place the file(s) in a directory called
Acronym
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Acronym' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.