משתמש:Guycn2/PerformanceInfo.js – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
שיפוצים
אין תקציר עריכה
(3 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 42:
new mw.Api().get({
action: 'parse',
text: '<syntaxhighlight lang="json">' + JSON.stringify(report, null, '\t') + '</syntaxhighlight>',
prop: 'text',
//contentmodel: 'wikitextjavascript'
title: 'מדיה ויקי:Gadget-WLM.json'
}).done(data => {
container.append(data.parse.text['*']);