MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 16: Line 16:
                     text:\'{{#invoke:Roman Date| main | \' + date + \' }}\' \
                     text:\'{{#invoke:Roman Date| main | \' + date + \' }}\' \
                 }).done( function ( data ) { \
                 }).done( function ( data ) { \
                     resultDiv.innerHTML = data[\'wikitext\']; \
                     resultDiv.innerHTML = data.expandtemplates.wikitext; \
                    console.log(data[\'wikitext\']); \
                 } ); \
                 } ); \
             } \
             } \