Extension:Mahalo ParserFunctions

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
Mahalo ParserFunctions

Release status: beta

Implementation Parser function
Description A collection of useful MediaWiki parser functions
Author(s) Mahalo.com dev team
Version 0.1
MediaWiki 1.9.x+
Download svn (source), bundle

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.

[edit] Installation

  1. Acquire the mahalo-parserfunction directory either from subvresion or by downloading an archive bundle.
  2. Copy or move the directory into $IP/extensions (Note: $IP is your MediaWiki install dir)
  3. 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');
    

[edit] Usage

For instructions on how to use functions included in this collection, please see the Project Homepage (code.google.com).

Personal tools