Changes

Jump to navigation Jump to search

MediaWiki:Gadget-2020Cohort.js

1 byte added, 3 years ago
no edit summary
$('#mw-content-text > p').remove();
if( mw.config.get("skin") === "minerva" ){
$('#section_0').text('Create Public Profile - 20212022');
} else {
$('#firstHeading').text('Create Public Profile - 20212022');
}
// Check user login 2
if( mw.config.get("wgUserId") === null){
$('#mw-content-text').append("You have to login first.");
requestAPI = new mw.Api();
// API param to get Category:2021 2022 cohort members
catMemberParam = {
"action": "query",
"format": "json",
"list": "categorymembers",
"cmtitle": "Category:2021 2022 cohort",
"cmprop": "title",
"cmtype": "subcat",
title: title,
text: wikiContent,
summary: "Created Fellow Page - 20212022",
format: 'json'
};

Navigation menu