Content deleted Content added
Ohconfucius (talk | contribs) Live at the Edinburgh Playhouse Tag: Reverted |
Ohconfucius (talk | contribs) 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)
.
.
.
.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]]")
}
Line 1,207 ⟶ 1,206:
.options({ minor: true })
.appendEditSummary("ymd ref dates")
}
Line 1,215 ⟶ 1,214:
.options({ minor: true })
.appendEditSummary("expand month names")
}
Line 1,223 ⟶ 1,222:
.options({ minor: true })
.appendEditSummary("resolved slash dates")
}
Line 1,231 ⟶ 1,230:
.options({ minor: true })
.appendEditSummary("abbrev month names")
}
/** ------------------------------------------------------------------------ **/
|