Help:Extension/ExtendedFunctions

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 21: Line 21:
  
 
== Installtion ==
 
== Installtion ==
# Download source and rename to ExtendedFunctions.php.
+
# Download the source code and rename it to ExtendedFunctions.php.
# Put in extensions/ directory.
+
# Place it in the extensions/ directory.
# Insert follow line to LocalSettings.php
+
# 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
Version0.1
MediaWiki1.11.1
License
Hooks used
Token type

Contents


Extension to use (mainly) string-related operations.

Based on Extension:ParserFunctions.

Requirements

None

Download

versionsourcesize
0.1(September 11,2008)ExtendedFunctions.phps

Installtion

  1. Download the source code and rename it to ExtendedFunctions.php.
  2. Place it in the extensions/ directory.
  3. Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/ExtendedFunctions.php" );

Function

  1. car
  2. cdr
  3. cadr
  4. cddr
  5. caddr
  6. cdddr
  7. and
  8. or
  9. def
  10. var
  11. substring
  12. trim
  13. length
  14. count
  15. indexof
  16. lastindexof
  17. isdigit
  18. isalnum
  19. replace
  20. cr
  21. bar
  22. forcedbr
  23. repeat
  24. repeatnum
  25. ifexistfile
  26. javawithparam
  27. searchline
  28. searchtitle
  29. countline
  30. counttitle
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox