Extension:Mahalo ParserFunctions

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual
Crystal Clear action run.png
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
View code changes
Note: no localisation updates provided by translatewiki.net.

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]

  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');
    

Usage[edit | edit source]

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