User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js: Difference between revisions
Content deleted Content added
just to start |
please i hate promises Tag: Reverted |
||
Line 15:
constructor(title){
this.title = title.replaceAll("_"," "); //MediaWiki stuff
this.page = await get_pages(this.title,"user|content",null,"older")
this.isHatted = this.content.includes("'''No further edits should be made to this page'''.")
▲ this.content = this.page[0].revisions[0].slots.main.content;
▲ this.alphanumericals="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
▲ this.loadFiles();
}
|