Help:Extension/ExtendedFunctions
From Metabolomics.JP
(Difference between revisions)
| Line 24: | Line 24: | ||
# Put in extensions/ directory. | # Put in extensions/ directory. | ||
# Insert follow line to LocalSettings.php | # Insert follow line to LocalSettings.php | ||
| − | require_once( "$IP/ExtendedFunctions.php" ); | + | require_once( "$IP/extensions/ExtendedFunctions.php" ); |
== Function == | == Function == | ||
Revision as of 11:34, 18 September 2008
| Extension Information | |
| Implementation | |
| Description | |
| Author(s) | K, Suwa |
| Version | 0.1 |
| MediaWiki | 1.11.1 |
| License | |
| Hooks used | |
| Token type | |
Contents |
強力な関数群を使えるようにするextensionです。
このextensionはExtension:ParserFunctionsを基に作成しています。
Requirements
None
Download
| version | source | size |
| 0.1(September 11,2008) | ExtendedFunctions.phps |
Installtion
- Download source and rename to ExtendedFunctions.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/extensions/ExtendedFunctions.php" );