User:Pauliesnug/common.js

Source: 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.
// === General ===

// [[WP:ULTRAVIOLET]]: a pretty counter-vandalism tool with utilities.
importScript('User:10nm/beta.js'); // Backlink: [[User:10nm/beta.js]]

// === Wikispace-specific ===

// [[User:GeneralNotability/mark-locked.js]]: Mark locked accounts in UI
importScript('User:GeneralNotability/mark-locked.js'); // Backlink: [[User:GeneralNotability/mark-locked.js]]
// [[User:GeneralNotability/ip-ext-info.js]]: All the IP information you want, in one place
importScript('User:GeneralNotability/ip-ext-info.js'); // Backlink: [[User:GeneralNotability/ip-ext-info.js]]
// [[User:PleaseStand/userinfo.js]]: Information about a user on their userpage
importScript('User:PleaseStand/userinfo.js'); // Backlink: [[User:PleaseStand/userinfo.js]]
// [[User:Mdaniels5757/markAdmins]]: Display and mark admins/other user traits
importScript('User:Mdaniels5757/markAdmins.js'); // Backlink: [[User:Mdaniels5757/markAdmins.js]]
// [[User:Yair rand/WikidataInfo.js]]: Information about a page's Wikidata item
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript");


// === Configuration ===

// Configuration for [[User:Mdaniels5757/markAdmins]]: Display and mark admins/other user traits
// markAdmins configuration yoinked from [[User:LilianaUwU/common.js]]
window.markAdminCfg = {
	groups: {
		'abusefilter': { enabled: true },
		'abusefilter-helper': { enabled: true },
		'accountcreator': { enabled: true },
		'autoreviewer': { enabled: true },
		'extendedmover': { enabled: true },
		'filemover': { enabled: true },
		'massmessage-sender': { enabled: true },
		'templateeditor': { enabled: true },
		'vrt-permissions': { enabled: true },
		'patroller': { enabled: true },
		'reviewer': { enabled: true },
		'rollbacker': { enabled: true },
	}
};