User:SHEIKH/common.js: Difference between revisions

From TestWiki
Content added Content deleted
m (Dmehus moved page User:SHEKH/common.js to User:SHEIKH/common.js without leaving a redirect: Automatically moved page while renaming the user "SHEKH" to "SHEIKH")
m (Updating transclusions and wikilinks following global rename)
Line 1: Line 1:
//[[User:SHEKH]]
//[[User:SHEIKH]]


//সুরক্ষা
//সুরক্ষা

Revision as of 20:24, 8 March 2021

//[[User:SHEIKH]]

//সুরক্ষা
$("#page-secondary-actions").append("<a href=" + '/w/index.php?title=' + mw.config.get('wgPageName') + '&action=protect&mobileaction=toggle_view_mobile' + " data-title='protect' class='mw-ui-button button'>সুরক্ষা</a>") ;

//ডিলিট
$("#page-secondary-actions").append("<a href=" + '/w/index.php?title=' + mw.config.get('wgPageName') + '&action=delete&mobileaction=toggle_view_mobile' + " data-title='protect' class='mw-ui-button button'>ডিলিট</a>") ;

//স্থানান্তর
$("#page-secondary-actions").append("<a href=" + '/wiki/Special:MovePage/' + mw.config.get('wgPageName') + " data-title='স্থানান্তর' class='mw-ui-button button'>স্থানান্তর</a>") ;

//উপপাতা 
$("#page-secondary-actions").append("<a href=" + '/wiki/Special:PrefixIndex/' + mw.config.get( 'wgPageName' ) + " data-title='উপপাতা' class='উপপাতা mw-ui-button button'>উপপাতা</a>") ;

//DIFF
$("#page-secondary-actions").append("<a href=" + '/wiki/Special:Diff/' mw.config.get( 'wgPageName' ) + " data-title='DIFF' class='DIFF mw-ui-button button'>DIFF</a>") ;