1
modification
m (Correction de redirection) |
(utilisation des liens directs plutôt que les redirections, subst de certains modèles devant l'être, ajout de la signature à la suite du message "Faut sourcer") |
||
} else if (location.href.match(/warn=3/)) {
document.getElementById('wpSummary').value = 'Avertissement';
document.getElementById('wpTextbox1').value = '{{
document.getElementById('editform').submit();
} else if (location.href.match(/warn=4/)) {
document.getElementById('wpSummary').value = 'Dernier avertissement';
document.getElementById('wpTextbox1').value = '{{
document.getElementById('editform').submit();
} else if (location.href.match(/warn=5/)) {
document.getElementById('wpSummary').value = '
document.getElementById('wpTextbox1').value = '{{
document.getElementById('editform').submit();
} else if (location.href.match(/warn=6/)) {
document.getElementById('editform').submit();
} else if (location.href.match(/warn=7/)) {
document.getElementById('wpTextbox1').value = '{{subst:Faut sourcer}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=8/)) {
|
modification