$('#mw-content-text > p').remove();
if( mw.config.get("skin") === "minerva" ){
$('#section_0').text('Create Public Profile - 20242025');
} else {
$('#firstHeading').text('Create Public Profile - 20242025');
}
requestAPI = new mw.Api();
// API param to get Category:2024 2025 cohort members
catMemberParam = {
"action": "query",
"format": "json",
"list": "categorymembers",
"cmtitle": "Category:2024 2025 cohort",
"cmprop": "title",
"cmtype": "subcat",
title: title,
text: wikiContent,
summary: "Created Fellow Page - 20242025",
format: 'json'
};