Content deleted Content added
Trying this..... suspecting this wont work either Tag: Reverted |
|||
Line 13:
importScript('User:Salix alba/Citoid.js'); // Linkback: [[User:Salix alba/Citoid.js]]
autoEdTag = "Cleaned up using [[WP:AutoEd|AutoEd]] – article listed in [[Wikipedia:WikiProject Check Wikipedia|Check Wikipedia]] report";
autoEdLinkName = 'AutoEd';
function autoEdFunctions()
{
var txt = document.editform.wpTextbox1;
txt.value = autoEdExtraBreaks(txt.value);
txt.value = autoEdHeadlines(txt.value);
txt.value = autoEdHTMLtoWikitext(txt.value);
txt.value = autoEdISBN(txt.value);
txt.value = autoEdLinks(txt.value);
txt.value = autoEdTablestoWikitext(txt.value);
txt.value = autoEdTemplates(txt.value);
txt.value = autoEdUnicodeControlChars(txt.value);
txt.value = autoEdUnicodeHex(txt.value);
txt.value = autoEdWikilinks(txt.value);
txt.value = autoEdWhitespace(txt.value);
txt.value = autoEdCustombrCorrector(txt.value);
txt.value = autoEdCustomEllipsisCorrector(txt.value);
txt.value = autoEdDashes(txt.value);
}
|