Extension:ImportArticles/zh
![]() Category:Stable extensions/zh |
|
---|---|
AjaxCategory:Ajax extensions/zh | |
描述 | Adds an ImportArticles used for JavaScript to import multiple CSS/JS pages at once. |
作者 | Developaws留言 |
最新版本 | 1.4 (2017-01-26) |
MediaWiki | 1.25+Category:Extensions with manual MediaWiki version |
否 | |
GNU通用公眾授權條款3.0 | |
下載 | Category:Extensions in Wikimedia version control/zh |
季度下載量 | 1 (Ranked 94th) |
前往translatewiki.net翻譯ImportArticles | |
問題 | 开启的任务 · |
The ImportArticles extension adds a JavaScript that is loaded on the page, which allows the importation of multiple JS and CSS at once. This is usable in the MediaWiki namespace for the skin, or in the users namespace for their local modifications.
安裝
- 下载,并将解压后的
ImportArticles
移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImportArticles - 将下列放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'ImportArticles' );
完成 – 在您的wiki上至Special:Version,以验证已成功安装。 Category:Simple extensions/zh