User:Highspeedrailguy/vector.js: Difference between revisions

Content deleted Content added
added a bunch
 
m Maintenance: Replacing addPortletLink() with mw.util.addPortletLink() (mw:ResourceLoader/Migration_guide_(users)#addPortletLink)
 
(9 intermediate revisions by 4 users not shown)
Line 4:
importScript('User:Mr.Z-man/refToolbar 2.0.js');
importScript('User:Ale_jrb/Scripts/userhist.js'); //[[User:Ale_jrb/Scripts]]
importScript('User:ProveIt GT/ProveIt.js');
importScript('User:Lupin/recent2.js');
importScript('User:GregU/dashes.js');
importScript('User:Ohconfucius/Common Terms.js'); //[[User:Ohconfucius/Common Terms.js]]
importScript('User:Access Denied/toplinks.js');
importScript('User:DStoykov/defaultsort.js');
//Talkback link
Line 15 ⟶ 13:
var talkpage="User_talk:" + wgPageName.split(":")[1];
var link="http://en.wikipedia.org/w/index.php?title="+talkpage+"&action=edit&section=new&preloadtitle=Talkback&preload=User:Manishearth/Tb"
mw.util.addPortletLink('p-cactions',link,'Talkback','ca-tb','Talkback', 't')
//document.getElementById('ca-tb').style.background='green'
}
importScript('User:Ale_jrb/Scripts/statusCheck.js'); //[[User:Ale_jrb/Scripts]]
importScript('User:ProveIt GTHighspeedrailguy/ProveItaiv.js');
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
function refcheck() { mw.util.addPortletLink("p-tb", "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py?page=" + wgPageName + "&citeweb=on", "Check Refs"); }
/*** BEGIN WIKIBREAK ENFORCER ***/
$(function() {
/*** Start editing here ***/
// When you want to end your break?
// no leading zeroes. (example: 7 - correct, 07 - incorrect)
var date = { year: 2011, month: 2, day: 29};
var time = { hours: 12, minutes: 22, seconds: 0 };
/*** Stop editing here ***/
var currentDate = new Date();
var enforcedBreakEnd = new Date(
date.year,date.month-1,date.day,time.hours,time.minutes,time.seconds);
if (currentDate <= enforcedBreakEnd) {
alert("Enforced wikibreak until "+enforcedBreakEnd.toLocaleString()
+ "\n(now is "+currentDate.toLocaleString()+")\n\nBye!");
___location = "http://"+___location.host+"/w/index.php?title="
+ "Special:Userlogout&returnto=Main_Page";
}
});
/*** END WIKIBREAK ENFORCER ***/