User:PleaseStand/segregate-refs-dev.js: Difference between revisions

Content deleted Content added
finishing touches
m minor fixes
Line 69:
"need to do the following:\n\n* Insert the refs list in the new textbox " +
"into the proper place in the wikitext.\n* If converting a special " +
"group, optionally remove the group attributes.\n* Replace all " +
"autogenerated names with human-generated names.\n\nYou can do the above " +
"with the Find/Replace command in many text editors. (Always use the " +
Line 504:
} else {
// Already exists
refsTextbox.value += messages.refsCommentComplete +
segFormat.refCodes.join("\n\n");
}