User:Ohconfucius/test/Sources subscript1.js: Difference between revisions

Content deleted Content added
escaping for NewWord2 and 3
Undid revision 520861072 by Ohconfucius (talk)
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 {