User:Ohconfucius/test/MOSNUM dates.js: Difference between revisions

Content deleted Content added
Live at the Edinburgh Playhouse
Tag: Reverted
Revert to revision 1229434008 dated 2024-06-16 20:01:01 by Ohconfucius using popups
Line 1,123:
.replace(/(In Concert, Zürich, October)( 28, 1979)(.)/gi, protect_function)
.replace(/(CBGB OMFUG Masters: Live June)( 29, 2001)(.)/gi, protect_function)
.replaceohc_regex(/(Live at [\w ]*,? [1-3]\d)( @fullmonth)(.)/gi, protect_function)
.replaceohc_regex(/(Live at [\w ]*,? @fullmonth)( @dd)(.)/gi, protect_function)
.replaceohc_regex(/(Bootmoon Series: [\w ]*[-–] @fullmonth)( @day, @YYYY)(.)/gi, protect_function)
.replace(/(Live at the Edinburgh Playhouse)( 19th December 1987)(.)/gi, protect_function)
 
.replace(/(\W)((?:\d{3}|3[2-9]|[4-9]\d)\/\d dec(?:l\.?|))(\W)/gi, protect_function)
Line 1,199 ⟶ 1,198:
.options({ minor: true })
.appendEditSummary("[[Wikipedia:MOSNUMscript|script]]-assisted date audit and style fixes per [[MOS:NUM]]")
// .clickDiff();
}
 
Line 1,207 ⟶ 1,206:
.options({ minor: true })
.appendEditSummary("ymd ref dates")
// .clickDiff();
}
 
Line 1,215 ⟶ 1,214:
.options({ minor: true })
.appendEditSummary("expand month names")
// .clickDiff();
}
 
Line 1,223 ⟶ 1,222:
.options({ minor: true })
.appendEditSummary("resolved slash dates")
// .clickDiff();
}
 
Line 1,231 ⟶ 1,230:
.options({ minor: true })
.appendEditSummary("abbrev month names")
// .clickDiff();
}
 
/** ------------------------------------------------------------------------ **/