User:Theleekycauldron/Scripts/PSHAW/main.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*<nowiki>
Copyright (c) 2023 theleekycauldron

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/
let api = new mw.Api();
let tag = " [[[User:Theleekycauldron/Scripts/PSHAW|PSHAW]] v2.0.0]"

importScript('User:Theleekycauldron/Query pages.js');

importScript('User:Theleekycauldron/Scripts/PSHAW/dependencies/Hook.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/dependencies/Credit.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/dependencies/File.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/dependencies/Prep.js');

importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/creditor.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/hook mover.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/hook puller.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/main page updater.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/nomination rejecter.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/prep builder.js');
importScript('User:Theleekycauldron/Scripts/PSHAW/protocols/queuer.js');
//</nowiki>