User:ErrantX/defaultsummaries.js: Difference between revisions

Content deleted Content added
Rd232 (talk | contribs)
No edit summary
Rd232 (talk | contribs)
No edit summary
Line 29:
editsummAddOptionToDropdown(dropdown,"Common edit summaries - click to use");
 
if (mw.config.get('wgNamespaceNumber') == 0)
{
editsummAddCatToDropdown(dropdown,"Minor edits");
editsummAddOptionToDropdown(dropdown,"Spelling/grammar correction");
Line 45 ⟶ 47:
editsummAddOptionToDropdown(dropdown,"Clean up");
editsummAddOptionToDropdown(dropdown,"Copyedit (major)");
} else
{
editsummAddCatToDropdown(dropdown,"Talk Pages");
editsummAddOptionToDropdown(dropdown,"Reply");
editsummAddOptionToDropdown(dropdown,"Comment");
editsummAddOptionToDropdown(dropdown,"[[Wikipedia:WikiProject|WikiProject]] tagging");
editsummAddOptionToDropdown(dropdown,"[[Wikipedia:WikiProject|WikiProject]] assessment");
}
 
var theParent = insertBeforeThis.parentNode;