Extension:HtmlFromFile/zh
![]() |
![]() 不再維護Category:Unmaintained extensions/zh |
|
---|---|
Category:Tag extensions/zh | |
描述 | Includes HTML snippets from files into wiki pages |
作者 | Constantin Berhard (ConnyOnnyOnny留言) |
MediaWiki | Category:Extensions without MediaWiki version/zh |
否 | |
知识共享零 v1.0 通用 | |
下載 | Category:Extensions in GitLab version control/zh |
$wgHtmlFromFileMappings |
|
The HtmlFromFile extension includes some HTML snippet in the rendering of a wiki page. In the wiki markup you add <htmlfromfile>someName</htmlfromfile>. The extension does a lookup for "someName" in the configured mapping array (see below) to get a complete file name and then directly forwards the contents of that file to the viewer's browser.
Installation
- 下载,并将其放置在您
extensions/
中的HtmlFromFile
目录内。 - 将下列放置在您的LocalSettings.php 的底部:
require_once "$IP/extensions/HtmlFromFile/HtmlFromFile.php";
完成 – 在您的wiki上至Special:Version,以验证已成功安装。Category:Extensions not using extension registration/zh
Configuration parameters
- $wgHtmlFromFileMappings
- Array which maps short names for in-wiki usage to actual file names where the content is
See also
Category:All extensions/zh
Category:Extensions in GitLab version control/zh
Category:Extensions not in ExtensionJson/zh
Category:Extensions not using extension registration/zh
Category:Extensions without MediaWiki version/zh
Category:ParserFirstCallInit extensions/zh
Category:Public domain licensed extensions/zh
Category:Tag extensions/zh
Category:Unmaintained extensions/zh