User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js: Difference between revisions
Content deleted Content added
Undid revision 1236115239 by Theleekycauldron (talk) |
initalizer |
||
Line 15:
constructor(title){
this.title = title.replaceAll("_"," "); //MediaWiki stuff
}
initialize(){
get_pages(this.title,"user|content",null,"older").then((res) => {
this.page = res
|