Help:Extension/Volatile
From Metabolomics.JP
(Difference between revisions)
Line 21: | Line 21: | ||
<li>Put in extensions/ directory.</li> | <li>Put in extensions/ directory.</li> | ||
<li>Insert follow line to LocalSettings.php | <li>Insert follow line to LocalSettings.php | ||
− | <pre>require_once( "$IP/Volatile.php" );</pre></li> | + | <pre>require_once( "$IP/extensions/Volatile.php" );</pre></li> |
</ol> | </ol> | ||
== Function == | == Function == | ||
# [[Doc:Extensions#Volatile_page_.5B.5BVolatile:pagename.7Carg1.7Carg2.7C....7Clinkname.5D.5D|volatile]] | # [[Doc:Extensions#Volatile_page_.5B.5BVolatile:pagename.7Carg1.7Carg2.7C....7Clinkname.5D.5D|volatile]] |
Revision as of 11:35, 18 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Requirements
Download
version | source | size |
0.1(September 11,2008) | Volatile.phps |
Installtion
- Download source and rename to Volatile.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/extensions/Volatile.php" );