Gebruiker:Erik Baas/common.js: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
simpeler
+ "<br clear=all />" ?
Regel 14:
var obj = document.getElementById('wpTextbox1');
if (obj) {
var text = obj.value; // is dit wel nodig ?
 
/*** Obsolete elements:***/
Regel 52:
text = text.replace(/<br\/>/ig, "<br>");
text = text.replace(/<\/br>/ig, "<br>");
 
 
/* <br clear=all> */
text = text.replace(/<br clear=(\x22|\x27)?all(\x22|\x27)?\x20?\/?>/ig, '<br style="clear: both;">');
 
 
/* {{Sub}} */
Regel 64 ⟶ 62:
text = text.replace(/{{prettytable}}/ig, "{{Wikitable}}");
 
/* {{[[categorie}} */
text = text.replace(/\[\[categorie/ig, "[[Categorie");
 
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.