Extension:Acronym

Category:Unmaintained extensions#Acronym Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Acronym
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser extension Category:Parser extensions
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 Category:Extensions in GitHub version control
Category:All extensions

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

  • Download and place the file(s) in a directory called Acronym in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Acronym' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in GitHub version control Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserClearState extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Unmaintained extensions