User:Dismas/monobook.js

// Simplified edit section 0 (User:ais523/editsection0tab.js)

// Loosely based on Wikipedia:WikiProject User scripts/Scripts/Add edit section 0

//

$(function()

{

var x=document.getElementById('ca-history');

if(x!=null)

mw.util.addPortletLink('p-cactions', mw.config.get('wgServer')+mw.config.get('wgScript')+"?title="+encodeURIComponent(mw.config.get('wgPageName'))+

"&action=edit§ion=0", '0', 'ca-edit-0',

'Edit the lead section of this page', '0', x);

});

//

// Category:Wikipedia scripts

// Twinkle script from Wikipedia:Twinkle

TwinkleConfig = {

revertMaxRevisions : 50,

userTalkPageMode : 'tab',

showSharedIPNotice : true,

openTalkPage : [ 'agf', 'norm', 'vand' ],

openTalkPageOnAutoRevert : false,

summaryAd : " using TW",

deletionSummaryAd : " using TW",

protectionSummaryAd : " using TW",

watchSpeedyPages : [ 'g3', 'g5', 'g10', 'g11', 'g12' ],

watchProdPages : true,

openUserTalkPageOnSpeedyDelete : [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1' ],

watchRevertedPages : [],

markRevertedPagesAsMinor : [ 'agf', 'norm', 'vand', 'torev' ],

deleteTalkPageOnDelete : false,

watchWarnings : true,

markAIVReportAsMinor : true,

markSpeedyPagesAsMinor : true,

offerReasonOnNormalRevert : true,

orphanBacklinksOnSpeedyDelete : {orphan:true, exclude:['g6']}

};

importScript('User:AzaToth/twinkle.js');

importScript( "User:Davidgothberg/newmessageshistory.js" );

importScript('User:TheDJ/sharebox.js');