MediaWiki:Minerva.js:修订间差异

来自RustedWarfare Wiki
添加的内容 删除的内容
 
无编辑摘要
标签已被回退
第5行: 第5行:
* License: CC BY-NC-SA 3.0
* License: CC BY-NC-SA 3.0
*/
*/
mw.loader.using("jquery.makeCollapsible");
"use strict";
console.debug('jquery.makeCollapsible is loaded.');
(function ($, mw) {
$(function () {
//Template:hide
if ($(".mw-collapsible")[0]) {
mw.loader.using("jquery.makeCollapsible").then(function () {
//console.debug('jquery.makeCollapsible is loaded.');
$(".mw-collapsible").makeCollapsible();
});
}
});
})(jQuery, mediaWiki);

2021年7月29日 (四) 18:56的版本

/* 这里的任何JavaScript将只在移动端加载 */

/*
 * Source: http://zh.moegirl.org.cn/MediaWiki:Common.js
 * License: CC BY-NC-SA 3.0
 */
mw.loader.using("jquery.makeCollapsible");
console.debug('jquery.makeCollapsible is loaded.');