Content deleted Content added
Lightmouse (talk | contribs) No edit summary |
Lightmouse (talk | contribs) No edit summary |
||
Line 1,136:
txt.value = txt.value.replace(/([^,\]] |[^,\] ])\[\[([1-2][0-9][0-9][0-9])\]\]/g, "$1$2");
txt.value = txt.value.replace(monthyear, "$1 $2");
txt.value=txt.value.replace(/{{(?:avyear|by|fy|ly|mlby|scy|sdy)\|(\d{1,4})}}/gi, '$1');
// Add a tag to the summary box
|