Open main menu

Changes

MediaWiki:Gadget-2020Cohort.js

143 bytes added, 5 years ago
m
no edit summary
$('#mw-content-text > p').remove();
$('#firstHeading').text('Create Fellow Page - 2020');
if( mw.config.get("wgUserId") === null){
$('#mw-content-text > p').append("You have to login first.");
return;
}
// Creating API Object
"cmtitle": "Category:2020 cohort",
"cmprop": "title",
"cmtype": "pagesubcat",
"cmlimit": "500"
};