630
edits
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
text:\'{{#invoke:Roman Numeral| main |\' + numeral + \' | explanation=yes }}\' \ | text:\'{{#invoke:Roman Numeral| main |\' + numeral + \' | explanation=yes }}\' \ | ||
}).done( function ( data ) { \ | }).done( function ( data ) { \ | ||
resultDiv.innerHTML = \'<pre>\' + data.expandtemplates.wikitext \'</pre>\'; \ | resultDiv.innerHTML = \'<pre>\' + data.expandtemplates.wikitext + \'</pre>\'; \ | ||
} ); \ | } ); \ | ||
} \ | } \ |