[00:07:08] ok, my first question is, can we invoke a lua module from one wiki to another wiki? [00:13:32] xinbenlv: I'm not sure about that. A similar question could be if one can use a wiki template defined in A in a wiki B [00:13:55] So what I know for now is that you can create the module on that wiki and use it there. [00:15:21] xinbenlv: no. That would require something like T121470 or another cross-wiki content syncing mechanism. [00:15:22] T121470: Central Global Repository for Templates, Lua modules, and Gadgets - https://phabricator.wikimedia.org/T121470 [00:16:18] Resources you can read more about are: https://en.wikibooks.org/wiki/Scribunto:_An_Introduction/Using_invoke, https://www.mediawiki.org/wiki/Extension:Scribunto and https://www.mediawiki.org/wiki/Manual:Using_content_from_Wikipedia [01:51:16] enwp read-only? [01:54:07] PHP fatal error: [01:54:07] infinite recursion detected [10:56:49] [[Tech]]; 185.244.215.138; [none]; https://meta.wikimedia.org/w/index.php?diff=18965574&oldid=18960779&rcid=13356384 [11:00:21] [[Tech]]; Vituzzu; Reverted changes by [[Special:Contributions/185.244.215.138|185.244.215.138]] ([[User talk:185.244.215.138|talk]]) to last version by Tacsipacsi; https://meta.wikimedia.org/w/index.php?diff=18965610&oldid=18965574&rcid=13356459 [11:08:34] [[Tech]]; 185.244.215.130; Undo revision 18965610 by [[Special:Contributions/Vituzzu|Vituzzu]] ([[User talk:Vituzzu|talk]]); https://meta.wikimedia.org/w/index.php?diff=18965627&oldid=18965610&rcid=13356491 [11:09:35] [[Tech]]; BRPever; Reverted changes by [[Special:Contributions/185.244.215.130|185.244.215.130]] ([[User talk:185.244.215.130|talk]]) to last version by Vituzzu; https://meta.wikimedia.org/w/index.php?diff=18965633&oldid=18965627&rcid=13356506 [11:18:05] [[Tech]]; 37.120.132.74; Undo revision 18965633 by [[Special:Contributions/BRPever|BRPever]] ([[User talk:BRPever|talk]]); https://meta.wikimedia.org/w/index.php?diff=18965666&oldid=18965633&rcid=13356590 [11:18:33] [[Tech]]; Cohaf; Reverted changes by [[Special:Contributions/37.120.132.74|37.120.132.74]] ([[User talk:37.120.132.74|talk]]) to last version by BRPever; https://meta.wikimedia.org/w/index.php?diff=18965668&oldid=18965666&rcid=13356596 [11:19:19] [[Tech]]; 37.120.132.74; Undo revision 18965668 by [[Special:Contributions/Cohaf|Cohaf]] ([[User talk:Cohaf|talk]]); https://meta.wikimedia.org/w/index.php?diff=18965676&oldid=18965668&rcid=13356614 [11:19:30] [[Tech]]; WikiBayer; Reverted changes by [[Special:Contributions/37.120.132.74|37.120.132.74]] ([[User talk:37.120.132.74|talk]]) to last version by Cohaf; https://meta.wikimedia.org/w/index.php?diff=18965677&oldid=18965676&rcid=13356621 [11:19:59] [[Tech]]; 37.120.132.74; Undo revision 18965677 by [[Special:Contributions/WikiBayer|WikiBayer]] ([[User talk:WikiBayer|talk]]); https://meta.wikimedia.org/w/index.php?diff=18965681&oldid=18965677&rcid=13356632 [11:20:11] [[Tech]]; WikiBayer; Reverted changes by [[Special:Contributions/37.120.132.74|37.120.132.74]] ([[User talk:37.120.132.74|talk]]) to last version by WikiBayer; https://meta.wikimedia.org/w/index.php?diff=18965682&oldid=18965681&rcid=13356637 [13:04:23] I'm getting an error with my message notifications [13:04:45] https://usercontent.irccloud-cdn.com/file/3oDIIw2l/image.png [13:10:24] kolbert: can you create a Phabricator task? [13:10:33] then I can add some information from logstash there [13:15:17] Lucas_WMDE: https://phabricator.wikimedia.org/T219155 [20:08:58] I have a question about a en Wikipedia gadget if anyone here has a second [20:09:06] ok [20:14:20] Well, we’ve mostly found the answer already. The gadget that strikes out the username of blocked users also changes the opacity of the text based on block length. [20:14:55] We were trying to figure out if there was a way to disable the opacity change [20:15:32] It looks like we are going to have to make a change request to the gadget [20:22:28] It does? I thought it only did italics for indef [20:25:49] Check the code. Opacity 0.7 for temp, 0.4 plus italic for indef [20:29:50] So it does! [20:30:05] Could you not just use a personal css rule [20:36:55] a.user-blocked-indef {opacity: 1 !important;} [20:38:04] McJohn, If they come back, ^ will disable the opacity change. [20:38:25] Indeed [20:38:54] Was trying to be friendly ;) [20:41:33] Welcome back sario528 [20:41:55] Thanks. I guess I pinged out? [20:42:01] Yeah [20:42:34] One of the pitfalls of mobile IRC clients [20:43:18] You can put "a.user-blocked-indef {opacity: 1 !important;}" in Special:MyPage/common.css to disable the opacity change for indef users for yourself (or set it to whatever you want) [20:43:52] You can use a.user-blocked-temp instead to target only temporary blocks [20:45:24] I pulled the gadget code to my common.js and deleted the opacity parts [20:45:49] And disabled the gadget of course [20:45:59] Works fine [20:46:31] Yeah, a gadget like this probably isn't getting any massive changes anytime soon that you'd need to be woried about