Extension:Extra PF

From MediaWiki.org

Jump to: navigation, search
Crystal Clear app error.png
This extension's download link appears to be broken. If you have another link, please update the page and remove this notice.

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear app error.png
Extra PF

Release status: unstable

Implementation  Parser functions
Description
Author(s)  Skjackey tseTalk
Last Version  1.0.1
 (14:11, 2 February 2009 (UTC))
MediaWiki  1.7+
License GPL 2
Download http://svn.freexd.hk/release/ExtraPF/

check usage (experimental)

Extra PF extension enhances ParserFunctions with more PHP functions. For instructions on how to use it, please see Extension:ParserFunctions.

This extension require Extension:ParserFunctions.

[edit] Add function

hook name parameters 1 parameters 2
user action
  • id
  • name
  • email
  • edit
username
hash data algorithms[1]
prefixcount prefix -
lastedit page name -

[edit] Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/ExtraPF/PF.php");

Download and save it in $IP/extensions/ExtraPF/. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.