All public logs

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

Logs
  • 00:28, 8 July 2023 Harej talk contribs created page MediaWiki:Common.js (Created page with "// Quick-add Wikidata ID // Check if we're on an Item: page if (mw.config.get('wgNamespaceNumber') === 120) { // Import OOUI mw.loader.using( 'oojs-ui' ).done( function () { var fieldLayout, formPanel, fieldset; // Create a FieldLayout fieldLayout = new OO.ui.FieldLayout( new OO.ui.TextInputWidget( { id: 'wikidataInput', placeholder: 'Wikidata item' } ), { label: 'Wikidata item', al...")