User:Shizhao/vector.js
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
//importScriptURI('http://en.wikipedia.org/w/index.php?title=User:ProveIt_GT/ProveIt.js&action=raw&ctype=text/javascript');
// [[User:ProveIt GT/ProveIt.js]]
// Copied from: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.makeCollapsible.js?revision=81999&view=markup&pathrev=81999
// Remove when it is deployed
// See also [[MediaWiki:JQuery-makeCollapsible.css]]
importStylesheet('MediaWiki:JQuery-makeCollapsible.css');
var wgCollapsibleNavBucketTest=true;
var wgCollapsibleNavForceNewVersion=true;
// Documentation/Examples: [[RL/DM#jQuery.makeCollapsible]]
mw.loader.load( 'http://www.mediawiki.org/w/index.php?title=MediaWiki:JQuery-makeCollapsible.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400' );
// remove when deployed
mw.messages.set({"collapsible-collapse":"隐藏","collapsible-expand":"显示"});$('.mw-collapsible').makeCollapsible();