User:PerfektesChaos/js/logidTooltip/d.js: Difference between revisions

Content deleted Content added
-1.1
-1.3
 
(One intermediate revision by the same user not shown)
Line 1:
/// Gadget/logidTooltip/d.js
// Pop up logid link on certain special pages
/// 20192020-1008-01 PerfektesChaos@de.wikipedia
// ResourceLoader: compatible;
// dependencies: oojs, oojs-ui-core, oojs-ui-widgets
Line 15:
( function ( mw, $ ) {
"use strict";
var Version = -1.13,
LIT = { signature: "logidTooltip",
source: "0f/Arrow Blue UpperRight 001.svg",
search: "&action=edit&redlink=1",
selector: "data-mw-logid",
npx: 16,
Line 58 ⟶ 59:
// > LIT.signature
// > Version
// > LIT.search
// < LIT.vsn
// < LIT.doc
// < LIT.signed
// < LIT.special
// mw.loader.getState()
// mw.config.get()
Line 66 ⟶ 69:
// (filepath)
// (LIT.furnish)
// 20192020-1008-01 PerfektesChaos@de.wikipedia
var signature = "ext.gadget." + LIT.signature,
env, launch, rls;
if ( mw.loader.getState( signature ) !== "ready" ) {
rls = { };
Line 76 ⟶ 79:
LIT.doc = "w:en:User:PerfektesChaos/js/" + LIT.signature;
LIT.doc = "[[" + LIT.doc + "]]";
switchenv (= mw.config.get( [ "wgCanonicalSpecialPageName" ) ) {,
"wgFormattedNamespaces" ] );
switch ( env.wgCanonicalSpecialPageName ) {
case "Log":
case "Recentchanges":
case "Watchlist":
LIT.signedlaunch = LIT.signature + "-handle"true;
mw.hook( LIT.signature + "-icon" ).add( filepath );
mw.hook( "wikipage.content" ).add( LIT.furnish );
break;
default:
launch = ( window.___location.search.indexOf( LIT.search )
>= 0 );
} // switch wgCanonicalSpecialPageName
if ( launch ) {
LIT.signed = LIT.signature + "-handle";
LIT.special = env.wgFormattedNamespaces[ "-1" ];
mw.hook( LIT.signature + "-icon" ).add( filepath );
mw.hook( "wikipage.content" ).add( LIT.furnish );
}
}
} // fire()
Line 97 ⟶ 109:
// OOjs-ui ready
// Postcondition:
// Return popup
// Uses:
// > LIT.special
// > LIT.signature
// > OO
Line 111 ⟶ 125:
verticalPosition: "below",
$floatableContainer: $anchor },
shift = LIT.special + "Special:Redirect/logid/" + assigned,
$a = $( "<a>" ),
r;
Line 259 ⟶ 273:
// mw.hook()
// (LIT.fiat)
// 2020-01-01 (LITPerfektesChaos@de.furnish)wikipedia
// 2019-10-01 PerfektesChaos@de.wikipedia
var $entries = $area.find( "li[" + LIT.selector + "]" );
if ( $entries.length ) {