Help:Extension/ExtendedFunctions
From Metabolomics.JP
(Difference between revisions)
Line 57: | Line 57: | ||
# [[Help:Extensions#.7B.7B.23countLine:_str_.7Cnamespace.3D.27Main.27.7Cpagename.3D.27.27.7D.7D|countline]] | # [[Help:Extensions#.7B.7B.23countLine:_str_.7Cnamespace.3D.27Main.27.7Cpagename.3D.27.27.7D.7D|countline]] | ||
# [[Help:Extensions#.7B.7B.23countTitle:_str_.7Cnamespace.3D.27Main.27.7D.7D|counttitle]] | # [[Help:Extensions#.7B.7B.23countTitle:_str_.7Cnamespace.3D.27Main.27.7D.7D|counttitle]] | ||
− | # [[Help:Extensions#.7B.7B.23choose: | + | # [[Help:Extensions#.7B.7B.23choose:line1_.5Cn_line2_.5Cn_lin3....7Cstring.7D.7D|choose]] |
Revision as of 10:33, 30 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 forcedbr only 1.11 |
License | |
Hooks used | |
Token type | |
Contents |
Extension to use (mainly) string-related operations.
Based on Extension:ParserFunctions.
Requirements
Download
version | source | md5 |
0.1(September 26,2008) | ExtendedFunctions.phps | e1c8446acf55c5ea1bd0855ece5e8b9b |
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" );