Open main menu

Changes

MediaWiki:Gadget-2020Cohort.js

1 byte added, 3 months ago
Updating the profile page creation for 2025
$('#mw-content-text > p').remove();
if( mw.config.get("skin") === "minerva" ){
$('#section_0').text('Create Public Profile - 20212025');
} else {
$('#firstHeading').text('Create Public Profile - 20212025');
}
// 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 2025 cohort members
catMemberParam = {
"action": "query",
"format": "json",
"list": "categorymembers",
"cmtitle": "Category:2021 2025 cohort",
"cmprop": "title",
"cmtype": "subcat",
title: title,
text: wikiContent,
summary: "Created Fellow Page - 20212025",
format: 'json'
};