All public logs

Jump to navigation Jump to search

Combined display of all available logs of Patch demo (756169,3 751183,20 756169,3). You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:11, 21 August 2022 Wikiuser talk contribs created page User:Wikiuser/packaged.js (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...")