Help:Extension/Wbr
From Metabolomics.JP
(Difference between revisions)
m (Doc:Extension/Wbr moved to Help:Extension/Wbr) |
|||
Line 15: | Line 15: | ||
<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>1.0(Sep 17,2008)</td><td>Wbr.phps</td><td></td></tr> | + | <tr><td>1.0(Sep 17,2008)</td><td>{{#ifexistfile:/data/src/Wbr/Wbr.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">cbf5aff868eb553837574ca3539c6f41</pre></td></tr> |
</table> | </table> | ||
Revision as of 16:35, 26 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 1.0 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Extension to allow <wbr> tag.
Requirements
None
Download
version | source | md5 |
1.0(Sep 17,2008) | Wbr.phps | cbf5aff868eb553837574ca3539c6f41 |
Installtion
- Download the source code and rename it to Wbr.php.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/Wbr.php" );