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