[00:00:56] Ah gotchat [00:01:00] Thanks [01:19:42] Humans pshhhhh who needs 'em? [01:20:49] Other humans [01:21:49] Laaaaame.. [02:56:16] [1/3] Is there an extension that allows for both text and images to appear on things like Discord embed? [02:56:16] [2/3] https://reconvergentfates.miraheze.org/wiki/Takeko_Nakano [02:56:16] [3/3] https://reconvergentfates.miraheze.org/wiki/Holy_Grail_War [03:15:59] I need some help [03:16:12] I can't log in to any miraheze-based wiki because it keeps thinking my cookies are disabled [03:16:15] they aren't [03:17:14] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1495986744573558845/image.png?ex=69e83db9&is=69e6ec39&hm=41df9b09e7dd487b5eebf783058bbd53714577ba0cceda47b5c0d6d1617de778& [03:17:14] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1495986744867291227/image.png?ex=69e83dba&is=69e6ec3a&hm=b83b0d4ac35613848deb31eb856c0d0dacfe30e621c848457bb3ffdd0064d2ed& [03:17:50] It's a bug right now. Have you tried logging in on the meta-wiki and then this wiki? [03:18:05] not yet [03:18:13] I guess I'll try now [03:18:43] Okay THERE we go [03:24:50] I had the same issue on a few of our wikis and I reckon this is related to the PortableInfobox extension. TextExtracts fails to retrieve the intro text when an article starts with an infobox, so you get no description. If you don't mind copypasting, you can use WikiSEO and just copy the article lead or create a custom one for pages that use infoboxes. [03:45:56] its a bit tedious to do it because my wiki page is kind of inherently built on bloating the wiki lmao [04:48:36] [1/2] Does anyone know how to fix this? https://discord.com/channels/407504499280707585/407537962553966603/1493231449749327932 [04:48:36] [2/2] I edited the Common.css yet the issue is not fixed on my end [05:50:59] Which task [07:05:27] I think I died and ascended to heaven to seeing LITERAL BONZI BUDDY ON MY SCREEN! [07:10:54] [1/6] That sounds about fair enough. My layout on my home wiki as an example is mainly like this: [07:10:54] [2/6] ```CharacterTab template [07:10:54] [3/6] Article background template [07:10:54] [4/6] Infobox template [07:10:55] [5/6] Quote template``` [07:10:55] [6/6] Kinda kills article previews, sadly. :( [07:35:52] anyone have any good reading material or primers for setting up a custom theme? [07:36:06] i just don't know how many elements i will have to address and keep track of [08:02:23] [1/3] [08:02:23] [2/3] [08:02:23] [3/3] These two [09:46:13] [1/3] https://meta.miraheze.org/wiki/Tech:Noticeboard/Request_for_feedback:_changes_to_default_MediaWiki_settings [09:46:19] [2/3] ^ Draft proposals about changes to Miraheze's default MediaWiki configuration. [09:46:19] [3/3] I will let this page sit for a few days to make sure there aren't any issues before starting the vote. [09:47:46] [1/3] Is there a way to make these "recent changes" boxes displayed as only text like in the right image? [09:47:46] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1496085025748418652/image.png?ex=69e89942&is=69e747c2&hm=f0c76ef2fb241ddce870e16fb87e87a58f9ab76d42e2ea4ca9765272f6e003cd& [09:47:47] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1496085026134036580/Discord_mediawiki.png?ex=69e89942&is=69e747c2&hm=06cdf8513d93e133962b7269c901376904af62c680226949414bb63cd33871cf& [10:14:27] i have connected my discord account to my miraheze account but the bot is saying it cant verify me due to an error [10:15:10] unfortunately not much we can do about it, please check in with Wikibot's support server which is linked on the bot's profile [10:18:45] [1/3] i believe the right image is outdated even for the original version that was last updated 5 years ago (mediawiki 1.25) [10:18:45] [2/3] the repo has no signs of supporting it in plaintext form [10:18:46] [3/3] shouldn't be too much of a hassle to add it back, but please do make a [[Phorge]] ticket about it [10:18:46] [10:19:24] alright 👍 [10:23:24] that screenshot has been outdated for almost 9 years, what a trip https://github.com/kulttuuri/DiscordNotifications/pull/8/files [10:29:28] can anyone update the polarity wiki request? i have last commented and edited it 4 days ago but nothing's happened. [10:39:04] There's also WGL's Discord extension that can achieve something similar but it's not approved for Miraheze [10:42:47] It's unfortunate that both of them rely on hooks because a lot of the interesting events just don't have hooks [10:43:47] Or when they do have hooks they don't have all the information needed [10:49:30] Might be worth to look into using domain events instead of hooks at some point, which might provide more information [10:49:44] They currently only have page domain events iirc [10:49:52] yep [10:49:56] but those might be useful [10:50:14] I think they cover pretty much the same thing as existing hooks but I'll have to check [10:50:26] User domain events though would be more interesting because [10:50:45] I think grabbing the unblock reason and rename performer isn't currently possible? [10:50:50] It might be easier to add additional ones upstream though than to add new hooks [10:50:52] Well [10:51:08] I guess it's possible just ugly [10:51:22] Yeah [10:51:37] But in the page domain I think we're covered already [10:54:20] [1/2] I recently forked WGL's extension to fix some things for UT/DR and the logs I listed just don't exist [10:54:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1496101778024960090/image.png?ex=69e8a8dc&is=69e7575c&hm=142b05f4e3f8b8561be73f14ab936212038770a378c073eb6feff4040ea44620& [10:55:23] Renames coming from 127.0.0.1 is really funny because they use RequestContext::getMain()->getUser() to grab the performer [10:55:31] Which is why user domain events could be interesting [10:58:31] I don't see an open task for those unfortunately, might be worth making one [11:00:54] MWI is responsible for the component in core, so we'd probably need a few use cases in WMF code [11:01:09] yay more stuff in my pile [11:02:56] To be honest I can't see them not implementing performer and reason fields for these particular domain events when they get around to them so maybe it's just a matter of waiting [11:03:14] If they don't I'll yell at them [11:03:25] call us up if you need more yelling power [11:04:26] But for AF, Interwiki and OAuth I guess I'll have to open tasks [11:04:58] I forgot to add global blocks to that list but that one already has a hook [11:05:31] For the hooks or domain events? [11:06:00] I feel like you can't meaningfully group them under a domain in order to request a domain event [11:06:05] But maybe it's worth trying [11:06:13] ugh is there really no hook for interwiki table changes? [11:06:48] Doesn't look like it [11:07:00] can we subject @thewwrnerdguy to untold horrors by asking him to do it [11:07:02] ig nobody thought of it when merging the extension into core [11:07:21] lol [11:08:15] ETA: 15 years [11:08:31] might have to use two cookies on that one but my very uneducated and not seen interwiki code mind thinks it should be cake in your walk [11:08:48] that's not too bad for a core feature, there are tasks that have been open longer than that [11:09:23] i would say "me" but i still have the gift of only really existing in the mediawiki space for a year [11:09:52] cant wait for the eulogy of things i said i'd do in 14 years [11:09:53] That one Tim Starling comment saying "My daughter was born when this task was opened and now she's 7 years old" [11:10:01] Something like that [11:10:06] I have to find it lmao [11:10:36] tbf often times nobody says they'll do it [11:10:57] a lot of tasks just stay open because nobody is bold enough to close them [11:11:50] nah we all know they exist just so new people can get klapped for not knowing of a 20 year old task for the issue that finally annoyed them enough into doing something [11:12:39] i should make more honeypot tasks [11:13:19] all part of my very sinister totally real plans [11:14:01] anyway why is my smartcard reader driver from 2006 😭 [12:05:29] Tim has some awesome quotes [12:09:04] I can't find that on bash [12:09:11] I've heard similar before [12:09:28] Kids are a good way to make things feel old [12:15:35] disable `$wgPortableInfoboxUseHeadings`. cc @afterglou [13:06:21] [1/2] Works for me [13:06:21] [2/2] The good article doesn't wrap, but it's because you only defined tleft and not tright [13:08:49] How would I fix this? Not exactly a MediaWiki pro my bad [13:08:57] Mostly self taught atm [13:15:05] [1/11] On line 116, add the tright classes [13:15:05] [2/11] ```div.tleft, div.floatleft, table.floatleft, div.tright, div.floatright, table.floatright { [13:15:06] [3/11] float: left; [13:15:06] [4/11] clear: left; [13:15:06] [5/11] }``` [13:15:06] [6/11] Or, since they are right-aligned classes, make them float right: [13:15:07] [7/11] ```div.tright, div.floatright, table.floatright { [13:15:07] [8/11] float: right; [13:15:07] [9/11] clear: right; [13:15:08] [10/11] }``` [13:15:08] [11/11] CSS changes don't show up immediately, you'll have to wait a few minutes and then hard-refresh (CTRL+F5 or ALT+F5) your browser. If they still don't appear, add `?debug=2` to the end of a URL to temporarily bypass the cache [13:16:20] May also want to add the margins that are in this screenshot [14:01:34] [1/2] whats the size of the icon in corner? I tried adding a custom one but i think its too big [14:01:34] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1496148897871954140/image.png?ex=69e8d4be&is=69e7833e&hm=5f29a1752cdc756bc9beb4008e8ed945e5b367154126c6984920a600e718503a& [14:08:42] 135x135 pixels () [14:27:33] How do I add the margins in? This is all like a foreign language to me lmao [14:28:40] [1/2] What it looks like now bta [14:28:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1496155718431019069/image.png?ex=69e8db18&is=69e78998&hm=af7a44648fd0cdb4041da29041874e4e74ebc07ba363bed8e0c474644aaf8af8& [14:28:42] *btw [14:56:29] [1/2] does any know what cause of this error?:pupCoffeeMH: one of the editors upload a file and some how encounter this error [14:56:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1496162719601000450/image.png?ex=69e8e19d&is=69e7901d&hm=70d56d23084ee650d096a433e9b06abc61d8b814d045a732b9bf87f231de723a& [14:57:00] and once i upload the imagine he as well now able to upload again [14:57:07] which is strange [14:58:22] having the shared file thing enabled maybe? [14:58:48] wikimedia commons [15:11:36] :stare: oh i see [15:27:52] [1/9] You didn't make any changes to add `tright`, that's why it's not wrapping for your good article. that article uses the class `tright` instead of `tleft`, so it's not getting any styling. You have `tleft` in your Common.css, now add `tright`, using either of the codes you were given above. [15:27:52] [2/9] If you look at the screenshot I originally sent you, you can see there's code that says `margin: 0.5em 1.3em 1.3em 0;`. You would add that within the curly braces for your `tright` and `tleft` classes, although you may have to swap it around a bit because `tleft` and `tright` won't use the same right and left [margins]( [3/9] n-US/docs/Web/CSS/Reference/Properties/margin>) (the four values are a shorthand for margin-top, margin-right, margin-bottom, margin-left) [15:27:53] [4/9] ```div.tright, div.floatright, table.floatright { [15:27:53] [5/9] float: right; [15:27:53] [6/9] clear: right; [15:27:54] [7/9] margin: 0.5em 1.3em 1.3em 0; [15:27:54] [8/9] }``` [15:27:54] [9/9] If you are unfamiliar with CSS, [this guide is a good start](). The fastest way to figure it out imho is to use Inspect Element in your browser and see what styling affects different items on the page [15:28:29] I will do this now, much appreciated again! [15:28:38] This time next year I'll be teaching you CSS, mark by words [15:31:27] [1/2] I look forward to it /gen 💃 [15:31:27] [2/2] You can always test CSS before adding it to Common.css by adding it to `User:YourUsername/common.css` or by using an extension like Stylus too [15:50:36] https://reconvergentfates.miraheze.org/wiki/Takeko_Nakano [15:50:39] nope [15:50:43] doesnt seem to work yet [15:50:46] maybe it feels a bit of time [16:10:01] https://reconvergentfates.miraheze.org/wiki/Template:Main [16:10:08] what part of this template results in the indent? [16:13:53] im trying to make a template that looks similar that basically says "This name follows Eastern naming conventions. The surname is "blank" [16:19:46] This new template also seems to have an odd issue where it auto-unbolds my infobox headers... [16:21:09] https://reconvergentfates.miraheze.org/wiki/Template:Eastern [16:21:18] and for some reason when i take it out it remains unbolded [16:22:51] i think i should just make all headers bolded in common.css [16:32:44] idk how to do that though [16:32:52] or at least i tried and it didnt seem to work [16:33:42] is there no way to add a discord