Help:Extension/Wbr
From Metabolomics.JP
(Difference between revisions)
Line 7: | Line 7: | ||
__TOC__ | __TOC__ | ||
− | <wbr> | + | Extension to allow <wbr> tag. |
== Requirements == | == Requirements == | ||
Line 19: | Line 19: | ||
== Installtion == | == Installtion == | ||
− | # Download source and rename to Wbr.php. | + | # Download the source code and rename it to Wbr.php. |
− | # | + | # Place it in the extensions/ directory. |
− | # Insert follow | + | # Insert the follow lines to LocalSettings.php |
require_once( "$IP/extensions/Wbr.php" ); | require_once( "$IP/extensions/Wbr.php" ); | ||
== Function == | == Function == | ||
− | # [[ | + | # [[Help:Extensions#.3Cwbr.3E|<wbr>]] |
Revision as of 23:41, 20 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 |
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" );