Extension:Autoincrement
From MediaWiki.org
|
Autoincrement Release status: unknown |
|
|---|---|
| Implementation | Parser extension |
| Description | A variable hook that adds an autoincrementing variable, {{AUTOINCREMENT}} |
| Author(s) | Ævar Arnfjörð Bjarmason |
| Version | 2008-01-31 (2008-01-31) |
| MediaWiki | 1.12a |
| Download | SVN |
| Hooks used |
MagicWordwgVariableIDs |
[edit] Installation
To install this, download the files in the SVN extension folder, place them in ./extensions/Autoincrement/, the add a line to your LocalSettings.php like
require_once( "$IP/extensions/Autoincrement/Autoincrement.php" );

