wikimedia/mediawiki-extensions-Variables
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== About == The 'Variables' extension for MediaWiki introduces parser functions for defining page-scoped variables within wiki pages. * Website: https://www.mediawiki.org/wiki/Extension:Variables * Authors: Rob Adams, Tom Hempel, Xiloynaha, Daniel Werner and MGChecker * License: ISC == Installation == Once you have downloaded the code, place the 'Variables' directory within your MediaWiki 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file: # Variables wfLoadExtension( 'Variables' );