Difference between revisions 58148 and 58174 on cawikisource

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

function Fragment_Tipo(text) {
 var typo_def = new Array (
  "(  )", " ",
  "(— )", "—",
  "( —)", "—",
  "(- )", "-",
(contracted; show full)  "(c[iïíìl!1I][56d][ns][8s] )", "cions ",
  "( corn )", " com ",
  "( co[un][iïíìl!1I] )", " com ",
  "(cb)", "ch",
  "(c[iïíìl!1I] )", "ci ", //ofici
  "(cuU)", "cull",
  "(d[*'\"])", "d'",
  "( d[oc
s] )", " de ",
  "(d[ce][iïíìl!1I]x)", "deix",
  "( d[ce][iïíìl!1I] )", " del ",
  "( d[ce][iïíìl!1I][8s] )", " dels ",
  "(d[ce][s8])", "des",
  "(D[ce][anu] )", "Deu ",
  "(d6[nu])", "déu",
  "(d[!1I])", "di",
(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);