מדיה ויקי:Common.js/externalsmaker.js – הבדלי גרסאות
שטורעם |
תאריכים עבריים עם גרש |
||
| שורה 116: | שורה 116: | ||
{ telem: 'table:eq(6) div:first' }, | { telem: 'table:eq(6) div:first' }, | ||
{ str: '' }, //author | { str: '' }, //author | ||
{ telem: 'table:eq(6) div:eq(1)', match:/\(יום .+, (.*?)\)/ } | { telem: 'table:eq(6) div:eq(1)', match:/\(יום .+, (.*?)\)/} | ||
] | ] | ||
}, | }, | ||
| שורה 281: | שורה 281: | ||
params[j] = jQuery.trim(unescape(params[j].replace(/ |\u202B|\u202C/gm," ").replace(/\s+/gm, ' ')) | params[j] = jQuery.trim(unescape(params[j].replace(/ |\u202B|\u202C/gm," ").replace(/\s+/gm, ' ')) | ||
.replace("=","{{=}}") | .replace("=","{{=}}") | ||
.replace(/''/g,'"') | |||
.replace(/(\|\|?)/gm,function(x){return "{{" + x.replace(/\|/g,"!") + "}}";})); | .replace(/(\|\|?)/gm,function(x){return "{{" + x.replace(/\|/g,"!") + "}}";})); | ||
} | } | ||