Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:29, 2 February 2025 VancityRothaug talk contribs created page User:VancityRothaug/QuickEdit.js (Created page with "* Quick Edit *: // Edit sections of a page without leaving the article // en:w:User:BrandonXLF/QuickEdit // By en:w:User:BrandonXLF (function() { var mobile = mw.config.get('skin') === 'minerva', apiSingleton, titleRegexp = new RegExp( mw.config.get('wgArticlePath').replace(/[.*+?^${}()|[\]\\]/g, '\\$&').replace(/\\\$1/, '([^?]+)') + '|[?&]title=([^&#]*)' ); function api(func, params) { if (!apiSingleton) apiSingleton = new mw.Api(); $.ex...")