Help:Extension/Wbr
From Metabolomics.JP
(Difference between revisions)
(New page: {{Extension |implementation=Tag Extension |description=Can use <wbr> HTML tag. |author=K, Suwa |version=1.0 |mediawiki=1.11.1 }} = Extension/Wbr = __TOC__ == Requirements == None ...) |
|||
Line 21: | Line 21: | ||
== Installtion == | == Installtion == | ||
# Download source and rename to Wbr.php. | # Download source and rename to Wbr.php. | ||
− | # Put | + | # Put in extensions/ directory. |
# Insert follow line to LocalSettings.php | # Insert follow line to LocalSettings.php | ||
require_once( "$IP/Wbr.php" ); | require_once( "$IP/Wbr.php" ); |
Revision as of 14:18, 17 July 2008
Extension Information | |
Implementation | Tag Extension |
Description | Can use <wbr> HTML tag. |
Author(s) | K, Suwa |
Version | 1.0 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Extension/Wbr
Contents |
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" );