User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js: Difference between revisions

Content deleted Content added
was it this? the whole time?
welp
Line 27:
static async create(title){
title = title.replaceAll("_"," "); //MediaWiki stuff
let page = await get_pages(title,"user|content",null,"older");
await page;
let nom = new Nomination(title,page)
nom.loadHooks();
nom.loadFiles();