Content deleted Content added
Ohconfucius (talk | contribs) ←Created page with 'function fix_common_errors() { var txt=document.editform.wpTextbox1; // capitalise month names txt.value=txt.value.replace(/(\s)jan(|uary|\.)(\s)/g, '$1Jan$2$3')...' |
Ohconfucius (talk | contribs) No edit summary |
||
Line 1:
// This script aligns dates into one of two formats allowed by [[WP:MOSNUM]].
// PLEASE READ THE DOCUMENTATION at [[User:Ohconfucius/MOSNUM dates]] (click on the link above) before using.
// Feedback and constructive criticism are welcome... however, please don't tell me something I know already
function fix_common_errors() {
var txt=document.editform.wpTextbox1;
|