Extension:Extra PF
From MediaWiki.org
This extension's download link appears to be broken. If you have another link, please update the page and remove this notice.
|
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
|
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.