Misplaced Pages

User:Ktr101/vector.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Ktr101 Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 20:52, 6 December 2010 view sourceKtr101 (talk | contribs)104,342 edits actually...← Previous edit Revision as of 10:30, 5 March 2011 view source TheDJ (talk | contribs)Extended confirmed users, Template editors46,210 edits that no longer worksNext edit →
Line 33: Line 33:


importScript('User:NuclearWarfare/Mark-blocked script.js'); importScript('User:NuclearWarfare/Mark-blocked script.js');

//Vector fixes
wgVectorEnabledModules.collapsibletabs = false;


function shortlinks() function shortlinks()

Revision as of 10:30, 5 March 2011

/***
 * Deletion scripts.
 */

//AFD closing.
//importScript('User:Mr.Z-man/closeAFD.js');
importScript('User:Timotheus Canens/closeAFD.js');
importScript('User:Mr.Z-man/hideClosedAFD.js');

/***
 * Editing scripts
 */

//Playing with rollback.
importScript('User:Mr.Z-man/rollbackSummary.js');
importScript('User:Timotheus Canens/massrollback.js');
rollbackSummaryDefault = "] edits by ] (]) to last version by $1";

//  enhanced diff view
importScript('User:Cacycle/wikEdDiff.js');

//DYK
importScript('User:Shubinator/DYKcheck.js');

importScript('User:Mr.Z-man/moverevert2.js')

spiHelper_watchArchive = "unwatch";
spiHelper_watchCase = "nochange";

importScript('User:Timotheus Canens/spihelper.js');
//importScript('User:Timotheus Canens/spicaselist.js');
//importScript('User:Timotheus Canens/test.js');

importScript('User:NuclearWarfare/Mark-blocked script.js');

function shortlinks() 
{
 document.getElementById('pt-mytalk').firstChild.innerHTML = 'Talk';
 document.getElementById('pt-preferences').firstChild.innerHTML = 'Preferences';
 document.getElementById('pt-watchlist').firstChild.innerHTML = 'Watchlist';
 document.getElementById('pt-mycontris').firstChild.innerHTML = 'Contributions';
}
addOnloadHook(shortlinks);

//RFA stuff
importScript('User:Archanamiya/Rfa helper/script.js');

//Stalker stuff
importScript('User:PleaseStand/userinfo.js');

// ]
importScript('User:Henrik/js/afc-helper.js');
importScript('User:Timotheus Canens/afchelper4.js');