“MediaWiki:Gadget-custommenu.js”的版本间差异

删除135字节 、​ 2023年3月17日 (五) 13:23
// 使用Wikiplus小工具快速编辑
(// 使用Wikiplus小工具快速编辑)
标签移动版网页编辑 移动版编辑
 
return $('<li>', {html: $('<a>', {
href: entry.title ? mw.util.getUrl( entry.title ) : entry.href,
html: [$('<i>', {class: entry.icon || 'fa fa-arrow-circle-right'}), $('<span>', {text: entry.text})]
html: $('<span>', {text: entry.text})
})});
}) );
return $('<li>', {html: $('<a>', {
href: mw.util.getUrl( entry.title ),
html: [$('<i>', {class: 'fa fa-arrow-circle-right'}), $('<span>', {text: entry.text})]
html: $('<span>', {text: entry.text})
})});
})});
}) );
$('#mw-mf-page-left').hookfind( 'mobile".menu'hlist" ).addbefore(function menu.children($content) {);
console.log('Hook: mobile.menu,开始添加自定义菜单');
$content.find( ".hlist" ).before( menu.children() );
});
});
}
16,874

个编辑