Content deleted Content added
Aaron Schulz (talk | contribs) m |
Fix RFPP images and add SALT tab. |
||
Line 181:
addlilink(respfunc, 'javascript:rfpps()',"semi-pro", '');
addlilink(respfunc, 'javascript:rfppp()',"full-pro", '');
addlilink(respfunc, 'javascript:rfppm()',"salt-pro", '');
addlilink(respfunc, 'javascript:rfppm()',"move-pro", '');
addlilink(respfunc, 'javascript:rfpprv()',"!semi-pro", '');
Line 1,205 ⟶ 1,206:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page fully protected";
}
Line 1,214 ⟶ 1,215:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page semi-protected";
}
function rfpps()
{
var f = document.editform, t = f.wpTextbox1;
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:Pictogram voting support.svg|20px]] '''SALTed''' to [[Wikipedia:Protected deleted pages|prevent re-creation]]. " + "~" + "~" + "~" + "~";
f.wpSummary.value += "Response: page salted to prevent re-creation";
}
Line 1,223 ⟶ 1,233:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page move-protected";
}
Line 1,232 ⟶ 1,242:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page un-protected";
}
Line 1,255 ⟶ 1,265:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: " + value + " by another Sysop";
}
Line 1,264 ⟶ 1,274:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: un-protection request denied";
}
Line 1,273 ⟶ 1,283:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: un-protection request denied";
}
Line 1,282 ⟶ 1,292:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: protection request denied";
}
Line 1,291 ⟶ 1,301:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: protection request denied";
}
Line 1,300 ⟶ 1,310:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: user blocked";
}
Line 1,309 ⟶ 1,319:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page monitored by bot";
}
Line 1,318 ⟶ 1,328:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page already protected";
}
Line 1,327 ⟶ 1,337:
if (t.value.length > 0)
t.value += '\n';
t.value +=":[[Image:
f.wpSummary.value += "Response: page was not protected";
}
|