Help:Extension/RowJSPage
From Metabolomics.JP
(Difference between revisions)
Line 1: | Line 1: | ||
{{Extension | {{Extension | ||
|author=K, Suwa | |author=K, Suwa | ||
− | |version=0. | + | |version=0.11 |
}} | }} | ||
Line 14: | Line 14: | ||
<table border="1" cellpadding="3" cellspacing="1"> | <table border="1" cellpadding="3" cellspacing="1"> | ||
<tr><td>version</td><td>source</td><td>md5</td><td>OperationCheck version</td></tr> | <tr><td>version</td><td>source</td><td>md5</td><td>OperationCheck version</td></tr> | ||
− | <tr><td>0. | + | <tr><td>0.11(February 27,2011)</td><td>{{#ifexistfile:/data/src/RowJSPage/RowJSPage.tgz}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">2578055dd671a28e51e7c304549c2bfd</pre></td><td>1.16.2</td></tr> |
<tr><td>0.1(September 7,2009)</td><td>{{#ifexistfile:/data/src/RowJSPage/previous/RowJSPage-0.1.tgz}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">8d93f6a637b81c0201b29e2517730da5</pre></td><td>1.11.1, 1.16.2</td></tr> | <tr><td>0.1(September 7,2009)</td><td>{{#ifexistfile:/data/src/RowJSPage/previous/RowJSPage-0.1.tgz}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">8d93f6a637b81c0201b29e2517730da5</pre></td><td>1.11.1, 1.16.2</td></tr> | ||
</table> | </table> | ||
Line 29: | Line 29: | ||
== Changes == | == Changes == | ||
− | + | 0.1 | |
* {{#includejs:}}内でmetabolomics.jp/のURLを指していた部分を修正しました。 | * {{#includejs:}}内でmetabolomics.jp/のURLを指していた部分を修正しました。 |
Revision as of 21:27, 27 February 2011
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.11 |
MediaWiki | |
License | |
Hooks used | |
Token type | |
Contents |
googleapiの利用、及びMediaWiki名前空間内のJavaScriptコードの取り込みを可能にするextensionです。
Requirements
None
Download
version | source | md5 | OperationCheck version |
0.11(February 27,2011) | RowJSPage.tgz | 2578055dd671a28e51e7c304549c2bfd | 1.16.2 |
0.1(September 7,2009) | RowJSPage-0.1.tgz | 8d93f6a637b81c0201b29e2517730da5 | 1.11.1, 1.16.2 |
Installtion
- Download the tgz file and decompress it.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/RowJSPage/RowJSPage.setup.php" );
Function
- googleapi
- includejs
Changes
0.1
内でmetabolomics.jp/のURLを指していた部分を修正しました。