User:Wikiuser/packaged.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    21 August 2022

    • curprev 14:1114:11, 21 August 2022Wikiuser talk contribs 481 bytes +481 Created page with "console.log('In User:Wikiuser/packaged.js'); // Import from own userspace var json = require('./packaged.json'); console.log(json); // Import from another user's userspace var json2 = require('../User:Wikiuser2/data.json'); console.log(json2); // Check if dependencies loaded if ($.i18n) { console.log('jquery.i18n loaded successfully :)'); } else { console.log('jquery.i18n was not loaded :('); } // Check if messages loaded console.log('message:', mw.msg('blanknamesp..."