User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js: Difference between revisions
Content deleted Content added
JSON stringify |
add |
||
Line 17:
class Nomination {
constructor(title){
this.title = title.replaceAll("_"," "); //MediaWiki stuff
get_pages(this.title,"user|content",null,"older").then((res) => {
this.page = res
|