Extension:Mahalo ParserFunctions
From MediaWiki.org
Mahalo ParserFunctions Release status: beta |
|
---|---|
Implementation | Parser function |
Description | A collection of useful MediaWiki parser functions |
Author(s) | Mahalo.com dev team |
Latest version | 0.1 |
MediaWiki | 1.9.x+ |
License | No license specified |
Download | Project page Download snapshot Subversion [Help] Browse source code |
Translate the Mahalo ParserFunctions extension if it is available at translatewiki.net |
|
Check usage and version matrix; code metrics |
Mahalo ParserFunctions is a collection MediaWiki parser function extensions.
Please see the official project homepage for up-to-date installation notes, usage tips and advanced features.
- Project Homepage
- mahalo-parserfunctions (code.google.com)
- Source Code
- mahalo-parserfunctions/source
- Download
- mahalo-parserfunctions/download/list
- License
- Mahalo ParserFunctions is released under GPL 2.0.
Installation[edit | edit source]
- Acquire the mahalo-parserfunction directory either from subvresion or by downloading an archive bundle.
- Copy or move the directory into $IP/extensions (Note: $IP is your MediaWiki install dir)
- Enable whichever extensions you choose by adding the appropriate require() line to your LocalSettings.php file. For example, if you wanted to enable the {{#imageLink}} function, you'd add:
require_once('extensions/mahalo-parserfunctions/mhoImageLink.php');
Usage[edit | edit source]
For instructions on how to use functions included in this collection, please see the Project Homepage (code.google.com).