All public logs
Combined display of all available logs of Almeda. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:30, 13 February 2026 Dann.wu talk contribs created page MediaWiki:Gadget-LabelLister.js (Created page with "( function ( mw, $ ) { 'use strict'; if ( [ 0, 120 ].indexOf( mw.config.get( 'wgNamespaceNumber' ) ) === -1 ) { return; } //MANAGE BETA VERSION var beta = mw.cookie.get("llBETA"); if(beta === "true"){ importScript('MediaWiki:Gadget-labelLister.js/beta.js'); return; } var itemId, translations, lang, buttonEtat, buttonApropos, userLangDir, floatStart, floatEnd, tipsyHorizontalGravity, api = new mw.Api(); * * Return item Number.: itemId = mw....")