Content deleted Content added
WOSlinkerBot (talk | contribs) No edit summary |
WOSlinkerBot (talk | contribs) No edit summary |
||
Line 39:
myContent = myContent.replace(/(\<span style\=\"font-weight\: regular\; text-align\:center\; font-size\:14px\; font-family\: \'Helvetica Neue\'\, Helvetica\, Arial\, sans-serif\; display\:block\; width\:1000px\"\>)\n(\<center\>\n)(This monthly newsletter showcases the Wikipedia Education Program\. It focuses on sharing\: your ideas\, stories\, success and challenges\. Be sure to check out the \[\[outreach\:Education\/Newsletter\/\w*_\d*\|full version\]\]\, and \[\[Outreach\:Education\/Newsletter\/Archives\|past editions\]\]\. You can also volunteer to help publish the newsletter\. \[\[Outreach\:Education\/News\/Team\|Join the team\!\]\]\<\/span\>\n\<\/center\>)/g,'$2$1$3');
//myContent = myContent.replace(/(\<center\>\n\<span style\=\"color\:white\; font-size\:24px\; font-family\:times new roman\; display\:block\; background\:\#339966\; width\:800px\;\"\>\n\{\{anchor\|back\}\} *\n\In This Issue) *(\n\<\/center\>)/g,'$1</span>$2');
myContent = myContent.replace(/(\|\<span style\=\"font-size\:16px\; font-family\:times new roman\"\>)\n\n(\[\[Outreach\:Education\/Newsletter\/\w* \d*\/Mobile Learning Week 2017|Mobile Learning Week 2017\]\])\n\(<\/span\>\n)\<\/span\>\n/g,'$1$2');
//myContent = myContent.replace(//g,'');
//myContent = myContent.replace(//g,'');
|