Help:Extension/ExtendedFunctions
From Metabolomics.JP
(Difference between revisions)
Line 21: | Line 21: | ||
== Installtion == | == Installtion == | ||
− | # Download source and rename to ExtendedFunctions.php. | + | # Download the source code and rename it to ExtendedFunctions.php. |
− | # | + | # Place it in the extensions/ directory. |
− | # Insert follow | + | # Insert the follow lines to LocalSettings.php |
require_once( "$IP/extensions/ExtendedFunctions.php" ); | require_once( "$IP/extensions/ExtendedFunctions.php" ); | ||
Revision as of 17:45, 20 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Extension to use (mainly) string-related operations.
Based on Extension:ParserFunctions.
Requirements
None
Download
version | source | size |
0.1(September 11,2008) | ExtendedFunctions.phps |
Installtion
- Download the source code and rename it to ExtendedFunctions.php.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/ExtendedFunctions.php" );