Difference between revisions 58200 and 58206 on cawikisource

/*Barreja de diferents Mediawikis de Wikisource (ThomasV, Pathoschild, et al.)*/

function Fragment_Tipo(text) {
 var typo_def = new Array (
  "(  )", " ",
  "(— )", "—",
  "( —)", "—",
  "(- )", "-",
(contracted; show full)  "(rcr)", "rer", //tb podria ser "ror"
  "rcy", "rey",
  "(Sl)", "Si",
  "([s8][*'\\^])", "s'",
  "([*'\\^]s)", "'s",
  "([8s]cc)", "sec",
  "scd", "sed",

  "scg", "seg",
  "([8s][ceo][çgq][eo][nu])", "segon",
  "( [8s]cr )", " ser ", //tb podria ser " sor "
  "( [8s][ce]r[ce])", " sere",
  "( [8s]o[nD] )", " son ",
  "([8s]lr)", "str", //vostra
  "(t[*'\\^])", "t'",
  "([*'\\^]t)", "'t",
  "[lt]amb([éèe])", "tamb$1",
(contracted; show full) }
}
function add_Corr_button(){
 if (wgNamespaceNumber == 102) {
  addButton2("wpRep","Correccions automàtiques","Correcció automàtica", "//upload.wikimedia.org/wikipedia/commons/a/af/Button_Fractur_OCR.png", CreaFormulari);
 }
}
addOnloadHook(add_Corr_button);