「MediaWiki:Mobile.js」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「→Add to MediaWiki:Mobile.js for custom Mobile Menu links for MW-1.34.2 with MobileFrontend and MinervaNeue Just replace span text and href to add links: var timer = setInterval(function() { if ($('.menu ul:first').length) { console.log("mobile menu exists"); clearInterval(timer); $('.menu ul:first').after( '<ul class="level1"> \ <li> \ <a href="#" \…」) |
編集の要約なし |
||
1行目: | 1行目: | ||
/* | /* All JavaScript here will be loaded for users of the mobile site */ | ||
/* Note, there is no corresponding User:Username/mobile.js; however users may use User:Username/minerva.js */ | |||
function addPortletLink() { | |||
mw.log.warn('addPortletLink is deprecated on desktop and never implemented on mobile', 'More information on https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users)#addPortletLink'); | |||
} | |||
2023年2月21日 (火) 17:17時点における版
/* All JavaScript here will be loaded for users of the mobile site */ /* Note, there is no corresponding User:Username/mobile.js; however users may use User:Username/minerva.js */ function addPortletLink() { mw.log.warn('addPortletLink is deprecated on desktop and never implemented on mobile', 'More information on https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users)#addPortletLink'); }