Help:Extension/Wbr
From Metabolomics.JP
(Difference between revisions)
Line 24: | Line 24: | ||
# Insert follow line to LocalSettings.php | # Insert follow line to LocalSettings.php | ||
require_once( "$IP/Wbr.php" ); | require_once( "$IP/Wbr.php" ); | ||
+ | |||
+ | == Function == | ||
+ | # [[Doc:Extensions#.3Cwbr.3E|<wbr>]] |
Revision as of 14:45, 11 September 2008
Extension Information | |
Implementation | Tag Extension |
Description | |
Author(s) | K, Suwa |
Version | 1.0 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
<wbr>タグを使えるようにします。
Requirements
None
Download
version | source | size |
1.0(July 17,2008) | Wbr.phps |
Installtion
- Download source and rename to Wbr.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/Wbr.php" );