Content deleted Content added
Ohconfucius (talk | contribs) change edit summary |
Ohconfucius (talk | contribs) escaping for NewWord2 and 3 |
||
Line 375:
for (var word in table) {
newWord = '$1' + table[ word ] + '$2';
newWord2 = '$1\\'\\'' + table[ word ] + '\\'\\'$2';
newWord3 = '$1\\'\\'\\[\\[' + table[ word ] + '\\]\\]\\'\\'$2';
var txt="";
try {
|