Content deleted Content added
|
|
function formatdates() {
var txts = document.editform.wpTextbox1prompt("Search regexp?");
if(s) {
// Links to solitary monthvar pagesr = "$1";
var s = "\[\[ if(\d{4}!r && r != '')\]\]" return;
var txt.value = txtdocument.valueeditform.replace(s, '$1')wpTextbox1;
txt.value = txt.value.replace(/new RegExp(\d)\s?(mhz)([\s,.] "g")/gi, '$1 MHz$3'r);
}
txt.value = txt.value.replace(/(\d)\s?(ghz)([\s,.])/gi, '$1 GHz$3');
txt.value = txt.value.replace(/(\d)\s?(Y|Z|E|P|T|G|M|k|K|h|da|d|c|m|µ|μ|µ|n|p|f|a|z|y)?(hz|HZ)([\s,.])/g, '$1 $2Hz$4');
txt.value = txt.value.replace(/(\d)\s?(Y|Z|E|P|T|G|M|k|K|h|da|d|c|m|µ|μ|µ|n|p|f|a|z|y)?(pa|PA)([\s,.])/g, '$1 $2Pa$4');
// Add a tag to the summary box
|