User:Aditya Kabir/monobook.js: Difference between revisions

Content deleted Content added
finally
ooof
Line 8:
//
//
// This script adds a "BangladeshEducation Deletion" tab to the top of article pages
// when in edit mode. It is disabled for the User namespace.
 
function dodeletion() {
document.editform.wpTextbox1.value = document.editform.wpTextbox1.value + '\n{' + '{' + 'subst' + ':' + 'delsort' + '|' + 'BangladeshEducation' + '}' + '}' + ' ' + '--' + ' ' + '~' + '~' + '~' + '~';
document.editform.wpSummary.value = 'Tagged as a BangladeshEducation-related deletion.';
document.editform.wpMinoredit.checked = true;
document.editform.submit();
Line 19:
 
function adddeletion() {
addTab("javascript:dodeletion()", "BangladeshEducation deletion", "ca-BangladeshdeletionEducationdeletion", "BangladeshEducation Deletion", "");
akeytt();
}