13,401
edits
m (1 revision imported) |
No edit summary |
||
Line 15: | Line 15: | ||
function addRfXs(api, config) { | function addRfXs(api, config) { | ||
var rfxs = { | var rfxs = { | ||
' | 'Bharatpedia:Requests for adminship': 'rfa', | ||
' | 'Bharatpedia:Requests for bureaucratship': 'rfb', | ||
' | 'Bharatpedia:Arbitration/Requests/Case': 'rfarb', | ||
' | 'Bharatpedia:Requests for comment': 'rfc', | ||
' | 'Bharatpedia:Requests for checkuser': 'rfcu', | ||
' | 'Bharatpedia:Requests for checkuser/Case': 'rfcuc', | ||
' | 'Bharatpedia:Requests for oversight': 'rfo', | ||
' | 'Bharatpedia:Contributor copyright investigations': 'cci', | ||
' | 'Bharatpedia:Sockpuppet investigations': 'spi', | ||
' | 'Bharatpedia:Bots/Requests for approval': 'brfa' | ||
}; | }; | ||
$.extend(MoreMenu.messages, { | $.extend(MoreMenu.messages, { | ||
Line 68: | Line 68: | ||
api.get({ | api.get({ | ||
titles: [ | titles: [ | ||
' | 'Bharatpedia:Articles for deletion/' + config.page.name, | ||
' | 'Bharatpedia:Miscellany for deletion/' + config.page.name | ||
].join('|'), | ].join('|'), | ||
prop: 'info', | prop: 'info', | ||
Line 82: | Line 82: | ||
switch (page.title.split('/')[0]) { | switch (page.title.split('/')[0]) { | ||
case ' | case 'Bharatpedia:Miscellany for deletion': | ||
return MoreMenu.addLink('page', 'MfDs', link); | return MoreMenu.addLink('page', 'MfDs', link); | ||
case ' | case 'Bharatpedia:Articles for deletion': | ||
return MoreMenu.addLink('page', 'AfDs', link); | return MoreMenu.addLink('page', 'AfDs', link); | ||
default: | default: |
edits