User:MusikAnimal/responseHelper.js: Difference between revisions

Content deleted Content added
reduce indentation following recent change to Template:Request for permission
update indentation format for UAA and AIV per Special:Permalink/1071712453#responseHelper indentation
Line 51:
function setResponses() {
if (/Wikipedia:Administrator_intervention_against_vandalism/.test(mw.config.get('wgPageName'))) {
indentation = ":*:";
templateName = "AIV";
inline = true;
Line 171:
};
} else if (/Wikipedia:Usernames_for_administrator_attention/.test(mw.config.get('wgPageName'))) {
indentation = ":*:";
templateName = "UAA";
defaultPrompt = "Reason?";