blob: bd559591f2fbec5046163c5821c183b270c26951 [file] [log] [blame]
== 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' );