Help:Extension/Volatile
From Metabolomics.JP
(Difference between revisions)
Line 19: | Line 19: | ||
<table border="1" cellpadding="3" cellspacing="1"> | <table border="1" cellpadding="3" cellspacing="1"> | ||
<tr><td>version</td><td>source</td><td>md5</td></tr> | <tr><td>version</td><td>source</td><td>md5</td></tr> | ||
− | <tr><td>0.11(October 23,2008)</td><td>{{#ifexistfile:/data/src/Volatile/Volatile.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">46e6021b00cfdb21ffc677d5dc61d455</pre></td></tr> | + | <tr><td>0.12(March 21,2009)</td><td>{{#ifexistfile:/data/src/Volatile/Volatile.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">1ec87da5d0c6c627f8a1f086b493e7db</pre></td></tr> |
+ | <tr><td>0.11(October 23,2008)</td><td>{{#ifexistfile:/data/src/Volatile/previous/Volatile-0.11.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">46e6021b00cfdb21ffc677d5dc61d455</pre></td></tr> | ||
</table> | </table> | ||
Revision as of 12:23, 27 August 2010
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.11 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Volatile is achieved by Volatile link and Volatile namespace. See also Persistency.
- Volatile link
- [[Volatile:name|params|name]] specifies a page in Volatile namespace and its parameters. In the specified page, the contents are expanded with the parameters (without cash).
- Volatile namespace
- The notation of page contents is the same as Template namespace. Use {{{1}}}, {{{2}}} ... for parameters.
Requirements
Download
version | source | md5 |
0.12(March 21,2009) | Volatile.phps | 1ec87da5d0c6c627f8a1f086b493e7db |
0.11(October 23,2008) | Volatile-0.11.phps | 46e6021b00cfdb21ffc677d5dc61d455 |
Installtion
- Download the source code and rename it to Volatile.php.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/Volatile.php" ); $wgExtraNamespaces = array( ... xxx => "Volatile", xxx+1 => "Volatile_Talk", ... );
Use 100 or larger numbers for xxx.