[00:00:38] gave my admins bureaucrat [00:07:53] @Stewards i'm sorry for pinging but i have fucked up badly for no other better use of a word [00:12:19] Go [[SR/P]] [00:12:19] https://meta.miraheze.org/wiki/SR/P [00:12:20] [00:17:04] thank you [02:56:19] woohoo [03:34:29] [[dev:Template:Flexbox]], if you still need one [03:34:29] https://meta.miraheze.org/wiki/dev:Template:Flexbox [03:34:29] [04:10:05] Is SMW working atm or still waiting? [05:08:18] ash ish ash ish kontol [05:10:51] @chiogaming2007 [05:23:31] Ash ish ash ish kontol [05:24:18] ash ish ash ish kontol [08:04:21] Is there a way to force the "Uncategorized files" page to update manually [08:08:07] script is run weekly across all wikis iirc [08:08:24] correct me if I'm wrong [08:56:17] [1/2] for some reason, one of the roles appear squished on my wiki [08:56:18] [2/2] https://media.discordapp.net/attachments/928993221567201353/1296033188442931261/image0.jpg?ex=6710d077&is=670f7ef7&hm=1ffeb8b85c504405f733e71da2faa0f26b2e596bc28a2087eea7e63192ab3018& [08:56:30] [1/2] how do i fix this? [08:56:30] [2/2] [09:04:06] nevermind, solved [09:25:49] [1/2] how do i add a line in wikitables and how do i make the wikitable centered without having to use display: flex [09:25:49] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296041400659480606/image0.jpg?ex=6710d81d&is=670f869d&hm=aee7ad5debe7e2dd3fd30920b600a6f3b86b83e8e726018a3588670bac8edb85& [09:37:09] these are two tables? [09:37:15] why not one? [09:38:03] you can merge cells w/ `colspan` and `rowspan` [09:40:04] the second "Rewards" one would have `rowspan=5` and following 4 "Codes" wouldn't have a pair, similar goes for next cells [09:41:23] lines are provided by border styling, and centering can be done w/ `margin: auto` [09:42:30] MediaWiki has default style which can be added w/ `class="wikitable"`, and you can modify it via Common.css [10:06:53] its one [10:22:34] ah, well, you mentioning flexbox made me think you use it put two tables together, aside from centring [10:22:54] but as I said, you need to define borders and margin [10:24:57] you could manually put inline border styling into each cell that needs it, or make a class which would have `border-right` (or `border-left`) rule and assing it to these cells [10:32:43] the content gets contained within `.mw-parser-output`, which i'm guessing is intended `css-sanitizer` behaviour, but the styles are completely forgotten about 🤷 [10:33:32] it's much appreciated if new documentation on this was published, because nobody's going to figure this out on day 1 [10:37:19] the only reason why the css extension was used (in a community i'm in, at least) was because of its LACK of a sanitizer, so there's partically no longer a difference between this extension and TemplateStyles LOL [10:40:11] wait, E:CSS wraps the output in mw-parser-output? [10:41:28] yeah, that's what it does now [10:41:31] it didn't do that before [10:42:00] huh... https://rainverse.wiki/wiki/Bland-Name_Product doesn't do that [10:43:32] hold on let me check i might be wrong [10:46:02] oh wait, it did wrap it in mw-parser-output before [10:46:09] the styles was just put outside of it [10:46:15] uh... what? [10:48:28] oh my god [10:48:31] i just figured it out [10:48:33] https://cdn.discordapp.com/attachments/407537962553966603/1296062221755093044/image.png?ex=6710eb81&is=670f9a01&hm=83d3356ee4a2dfc0a43faaf53d651b09516bc0a06af676d2b47555d663623109& [10:48:34] LOL [10:49:28] something must be up with the sanitizer [10:49:42] welp :p [10:52:28] [1/2] how would i make the data go below the item? like this [10:52:28] [2/2] https://media.discordapp.net/attachments/1292429746440896654/1296057945662161027/image0.jpg?ex=6710e785&is=670f9605&hm=658866090b0dcad1b9c8945239072c41f71f7a332fcaa48109215025a0991781& [11:03:09] well, there's TemplateStylesExtender extension now, which should make TS less strict [11:04:33] I used CSS (extension) for that reason too but saw that in case of templates it loads as separate CSS file fpr each template instance, and reserved it only for very specific single usage per page cases [11:11:39] oh no that's just me saying stuff before actually knowing anything [11:12:06] the css extension affects the entire webpage, not just the content [11:13:22] TemplateStylesExtender adds support for a few css tidbits but its limitation to just the article content is still there [11:14:44] theoretically, it should be possible to make E:TSE work with E:CSS [11:15:21] i've been busy lately, but if anyone wants to pick up https://github.com/BlankEclair/mediawiki-extensions-TemplateStylesExtender/tree/css then that'd be appreicated [12:27:50] [1/2] how would i make this type of infoboxes? [12:27:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296087205789564999/image0.jpg?ex=671102c5&is=670fb145&hm=32bcd691b252256c5bc881dc376eeb083c04f7e2ab15daeaaeac59cd5fed270a& [12:33:29] horizontal group and probably formatting tags [12:33:43] all described in fandom's PI code guide [12:33:58] (since fandom developed it) [12:48:22] [1/2] then what about this [12:48:23] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296092375273443492/image0.jpg?ex=67110796&is=670fb616&hm=8bbd86d1befdcc7785535cce05670dfb9d505c4942258df9c67010883f8af699& [12:54:43] header? or navigation [13:04:22] How to stop the constant capitalization of my page titles? I type a lowercase, they capitalize the first letter. [13:06:43] it's default MediaWiki behaviour [13:07:05] Is there way to turn it off? [13:07:10] iirc there's a setting to disable that [13:07:29] won't be able to recall which [13:35:19] [This](https://www.mediawiki.org/wiki/Manual:$wgCapitalLinks) one I think. [14:03:35] for some reason i can never change the width of tables with classes "wikitable". is this intentional [15:14:22] @canyada [15:43:48] [1/2] not entirely sure what u mean without seeing it [15:43:48] [2/2] it might be bc the skin adds a div wrapper to the table thats always 100%? [16:30:16] i cant change the colors of my table for some reason [16:30:18] https://cdn.discordapp.com/attachments/407537962553966603/1296148223940886588/image.png?ex=67113b99&is=670fea19&hm=27063121294d5ff38615372170ac08a6933e1aafe68d8a3399c3c82d7e0ba9a0& [16:30:31] i want the entire thing to be dark grey with the white lines [16:30:41] but its not changing all the boxes [16:31:11] [1/16] ```{| class="wikitable" style="margin-left: auto; margin-right: 0px; float: right; background-color: #333; color:#333; background: #333;" [16:31:12] [2/16] ! colspan="2" | {{{subj|Albert Einstein}}} [16:31:12] https://meta.miraheze.org/wiki/Template:%7bsubj [16:31:12] [3/16] |- [16:31:12] [4/16] ! colspan="2" | [[File:{{{img|Albert_Einstein_Head.jpg}}}|200px]] [16:31:12] https://meta.miraheze.org/wiki/Template:%7bimg https://meta.miraheze.org/wiki/File:%7b%7b%7bimg [16:31:13] [5/16] |- [16:31:13] [6/16] | colspan="2" style="text-align: center" | {{{capt|Albert Einstein picture woohoo}}}/small [16:31:13] https://meta.miraheze.org/wiki/Template:%7bcapt [16:31:13] [7/16] |- [16:31:13] [8/16] ! Born [16:31:14] [9/16] | {{{born|14 March 1879}}} [16:31:14] https://meta.miraheze.org/wiki/Template:%7bborn [16:31:14] [10/16] |- [16:31:14] [11/16] ! Place of birth [16:31:15] [12/16] | {{{place|Germany}}} [16:31:15] https://meta.miraheze.org/wiki/Template:%7bplace [16:31:15] [13/16] |- [16:31:16] [14/16] ! Known for [16:31:16] [15/16] | {{{known|Physics}}} [16:31:16] https://meta.miraheze.org/wiki/Template:%7bknown [16:31:17] [16/16] |}``` [16:31:17] am i missing something here? [16:40:03] wikitable class has its own, default styling [16:40:17] you should modify its other parts in Common.css [16:40:38] and thus you won't have to put inline/manual styling like you did now [17:00:52] If you don't want to change all of those, but you only want some boxes to be black, you can also set a "class" and style the class through the common CSS [18:24:39] uh oh... miraheze being a bit slow for me today [18:25:21] a database server decided to die right now [18:25:31] might explain issues right now [18:26:06] How did [18:26:15] L [18:28:02] I think the db backups caused it to lock up [18:33:40] [1/2] Is anyone else experiencing issues? I can't seem to log in without receiving this screen: [18:33:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296179270233882624/Untitled.png?ex=67115883&is=67100703&hm=6566d0e8dc5bc8959e559da3af55718296740d30440d685c57cf0e7d3938024e& [18:34:03] hmm [18:34:07] what's the URL for your wiki? [18:34:55] I got sent to the discord by this wiki: https://foolsgold.miraheze.org/wiki/ [18:35:30] https://eclectic.miraheze.org/ [18:35:35] I see why [18:37:25] [1/2] It also looks like this, but I am using the standard Wikipedia skin. [18:37:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296180213734051853/Untitled.png?ex=67115964&is=671007e4&hm=63d83f71843603b27c79ae6ee43a09f10a7f39ea874bc20ae8eee388e580ba1a& [18:37:33] Give it a few minutes [18:37:38] yeah [18:41:13] yep, seems to be back now. Thanks Agent [18:41:17] np [18:42:45] same happened here, wiki was down for a minute and css (i think??) was broken. all fixed now! [18:42:53] Thank you, Agent. Everything is working again. [20:33:32] how should i go about adding pre-existing templates to my wiki? [20:34:25] [1/2] for context, i'm hoping to add cquote but i'm not sure how i would besides plagiarizing the code (which for obvious reasons i'd appreciate avoiding) [20:34:25] [2/2] https://www.mediawiki.org/wiki/Template:Cquote [20:34:49] you can import template [20:35:25] copying w/ credits/sourcing of original wiki counts too [20:35:55] although import is cleaner method, especially if there are dependencies on other templates [20:39:53] how would i import a template exactly? [20:43:48] [1/3] we have Dev Wiki w/ some templates which can be imported by anyone [20:43:48] [2/3] general import instruction are here, you'll need second section cus w/ Dev Wiki you don't need to export a file [20:43:48] [3/3] [20:44:12] gotcha [20:44:25] thanks for the help! [21:00:48] Should there be like a wiki dedicated to be an Indie animation version of Wikipedia? [21:00:57] I've been thinking about making a request for weeks [21:09:30] Y'know what, I'll do the request any way [21:10:09] interesting idea [21:35:26] I hope the Wiki Creators team grow enough to their responses for requests being faster [21:40:23] We’re a volunteer run organization so the only way the team grows is getting new volunteers to join and be interested [21:40:40] Unfortunately, we don’t get many these days [22:19:31] [1/2] mediawiki blows up when Snowballaspedia has an event going on, great! @MediaWiki Specialists [22:19:32] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296236110531268669/Captura_de_Pantalla_2024-10-16_a_las_4.18.19_p.m..png?ex=67118d73&is=67103bf3&hm=c2b1f4b58fede0b4a1522f45ad31161b6891e8142017ec07513131fe36006273& [22:20:40] Will look can you give link? [22:21:13] https://snowballaspedia.fr.to redirect https://snowballaspedia.miraheze.org [22:23:30] Hmm it works for me [22:24:39] Same [22:24:39] I'm using NextDNS, also check with a VPN with Mexico as a country option, idk [22:56:03] I'm able to reproduce the error [22:56:12] ```[50c64f25a5acef0af1d9e48e] 2024-10-16 22:55:54: Fatal exception of type "LogicException"``` [22:56:51] Did you do anything or just visit [22:56:55] Just visit [22:58:28] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1296245908249247784/image0.jpg?ex=67119693&is=67104513&hm=ba5201ab010cea0fe5a62e0764852f0af86fbe26d96288a2a5a0ea8bd31a7d70& [22:58:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1296245908593446973/image1.jpg?ex=67119693&is=67104513&hm=670fabc01dc6d5f7bf0bbddc86862066747097fa6def19c2f8d7c705b6193253&