[00:00:09] Hello everyone [00:00:21] Or as ApexAgunomu would say, "hi fuckers" [00:15:42] [discord] https://www.mediawiki.org/wiki/Topic:Puw8f2bizr19rwti [00:16:30] [discord] See this conversation and the wikipedia page linked within it for more details on link coloring. [00:34:19] [discord] hi! do magic words work within nested parser functions? i cant get it to work within a template for some reason [00:34:20] [discord] [00:34:21] [discord] for example: [00:34:22] [discord] ({{w|}} is shorthand for [[Wikipedia:]] if thats relevant info) [00:34:22] https://meta.miraheze.org/wiki/Template:w https://meta.miraheze.org/wiki/Wikipedia: [00:34:24] [discord] `| data13 = {{#switch: {{lc:{{{script|}}}}} [00:34:24] https://meta.miraheze.org/wiki/%23switch:Template:_%7b%7blc:%7b%7b%7bscript [00:34:25] [discord] | latin [00:34:26] [discord] | {{w|latin}} [00:34:26] https://meta.miraheze.org/wiki/Template:w [00:34:28] [discord] | latin alphabet [00:34:29] [discord] | {{w|Latin alphabet}} [00:34:29] https://meta.miraheze.org/wiki/Template:w [00:34:30] [discord] | {{w|latin alphabet|latin}} = {{w|Latin script|Latin}} ({{#replace:{{FULLPAGENAME}}| language|}} alphabet) [00:34:30] https://meta.miraheze.org/wiki/Template:w [00:34:32] [discord] | #default = {{{script|}}} [00:34:32] https://meta.miraheze.org/wiki/Template:%7bscript [00:34:33] [discord] }}` [00:34:34] [discord] results in *Latin ({{#replace:Inkamian language| language|}} alphabet)* on a page titled "Inkamian language" [00:34:34] https://meta.miraheze.org/wiki/%23replace:Template:Inkamian_language [00:34:35] [discord] ideally i'd like it to be displayed as *Latin (Inkamian alphabet)* if possible [00:34:37] [discord] [00:34:56] [discord] also i for some reason cannot link my wiki using https ๐Ÿ’€ conmapping.miraheze.org is the url [00:46:47] [discord] @ls990 please to post links [00:50:19] [discord] thanks so much!! [00:51:29] [discord] np [00:51:44] [discord] Try replacing a few pipes in your code with {{!}} perhaps [00:51:44] https://meta.miraheze.org/wiki/Template:! [00:51:45] [discord] [00:52:08] [discord] like all the pipes after the initial lc parser function [00:53:39] [discord] sure lemme see if that works [00:57:50] [discord] not sure if i did it right but its not showing up anymore ๐Ÿ’€๐Ÿ˜ญ [00:57:50] [discord] `| data13 = {{#switch: {{lc:{{{script|}}}}} [00:57:50] https://meta.miraheze.org/wiki/%23switch:Template:_%7b%7blc:%7b%7b%7bscript [00:57:52] [discord] {{!}} latin [00:57:52] https://meta.miraheze.org/wiki/Template:! [00:57:53] [discord] {{!}} {{w|latin}} [00:57:53] https://meta.miraheze.org/wiki/Template:! [00:57:54] [discord] {{!}} latin alphabet [00:57:54] https://meta.miraheze.org/wiki/Template:! [00:57:56] [discord] {{!}} {{w|Latin alphabet}} [00:57:56] https://meta.miraheze.org/wiki/Template:! [00:57:57] [discord] {{!}} {{w|latin alphabet|latin}} = {{w|Latin script|Latin}} ({{#replace:{{FULLPAGENAME}}| language| }}} alphabet) [00:57:57] https://meta.miraheze.org/wiki/Template:! [00:57:58] [discord] {{!}} #default = {{{script|}}} [00:57:58] https://meta.miraheze.org/wiki/Template:! [00:57:59] [discord] }}` [02:26:35] [discord] <-florgen-> how do i change the fonts on my wiki? [03:44:57] [discord] General instructions [03:44:59] [discord] https://www.hostknox.com/knowledgebase/696/How-to-change-the-font-family-size-and-color-of-text-in-MediaWiki.html [03:45:44] [discord] More details about CSS specifically, which is the backbone of customizing wikis: [03:45:44] [discord] https://www.w3schools.com/css/default.asp [03:49:19] [discord] <-florgen-> im stupid how do i input [03:49:20] [discord] <-florgen-> element { font-family: "Josefin Sans"; } [03:49:21] [discord] <-florgen-> into my wiki? [03:51:37] [discord] Oh, so you need to know the specific HTML element you're trying to override fonts for. The Body element would be sufficient if you're wanting EVERYTHING to change [03:51:56] [discord] Otherwise, the specific elements are covered a bit further down in that first link [03:53:02] [discord] <-florgen-> ah cool! [03:53:23] [discord] <-florgen-> so i just put that line of code into all my pages? [03:56:41] [discord] I recommend taking a moment to read that page from start to finish, it explains in pretty good detail. [03:56:53] [discord] Like we did earlier, this is gonna be a change to the MediaWiki:Common.css page [03:56:58] [discord] <-florgen-> ahh [03:57:05] [discord] And then that change reflects back globally [03:57:12] [discord] So no need to do per-page repeats [03:59:57] [discord] <-florgen-> oh my god i just started the ventor and monobook part and i am so confuse [04:00:38] [discord] Yeah, so different 'skins' (which are mega-customizations of the wiki interface) may have different elements and classes you can customize. [04:01:15] [discord] Vector and Monobook are the two most prevalent defaults, though Cosmos is a fairly popular skin here at Miraheze for ex-Fandom folks. [04:06:04] [discord] <-florgen-> so, like this? [04:06:05] [discord] <-florgen-> https://cdn.discordapp.com/attachments/407537962553966603/1077803436390744064/Screen_Shot_2023-02-21_at_8.05.48_PM.png [04:31:06] [discord] <-florgen-> uh it didnt do the right font- [04:31:06] [discord] <-florgen-> https://cdn.discordapp.com/attachments/407537962553966603/1077809736457654383/Screen_Shot_2023-02-21_at_8.30.35_PM.png [04:32:00] [discord] Your browser doesn't know what "Lato" is [04:32:14] [discord] <-florgen-> how do i teach it lato [04:32:17] [discord] You have to add an @import statement with a link to the font [04:32:35] [discord] <-florgen-> mm [04:32:43] [discord] <-florgen-> so how would i do that [04:33:18] [discord] Before the body statement, add `@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');` [04:33:51] [discord] <-florgen-> ah [04:34:37] [discord] <-florgen-> like so? [04:34:38] [discord] <-florgen-> https://cdn.discordapp.com/attachments/407537962553966603/1077810622219157576/Screen_Shot_2023-02-21_at_8.34.22_PM.png [04:34:44] [discord] Yes [04:35:34] [discord] This is a big learning day, eh? Glad you're able to get the answers you need, this mirrors my starting out as a wiki admin in a big way. [04:35:59] [discord] <-florgen-> so much learning [04:36:09] [discord] One other thing I might advise: when you know a question's going to need a lot more back-and-forth to solve, creating a post in the support channel helps keep things consolidated so you don't have to scroll back through general. [04:36:25] [discord] <-florgen-> ah [04:36:37] [discord] Though I commiserate with not knowing what you don't know yet about what's gonna be short vs long question [04:41:24] [discord] <-florgen-> ok made a forum thing [04:41:55] [discord] Well, I think you got what you probably needed for *this* question, but good practice either way. ๐Ÿ™‚ [05:47:09] Agent : can you please proofread announcements before posting them [05:47:12] `schedudled` [05:47:21] One or two typos is normal but this happens almost every time you post [05:51:46] [discord] and lo, the farm crashed because of bad schedudling [05:54:03] ? [05:54:09] Is that sarcastic [05:54:36] Also might be because I was on a westbound flight but did the time on IRC just jump back for anyone else [05:54:37] https://usercontent.irccloud-cdn.com/file/Gg3PVw4K/image.png [06:04:12] [discord] now? [06:04:31] [discord] not for me [06:04:59] [discord] Naleksuh: ^ (no replies i forgot so the above "not for me" was for the IRC thing) [06:05:23] [discord] clearly seems like a timezone/local settings shift [06:05:37] [discord] yep [06:06:16] [discord] can stupid RfCs be closed immediately [06:06:25] [discord] with rationale [[w:WP:SNOW]] [06:06:25] https://en.wikipedia.org/wiki/WP:SNOW [06:06:25] [discord] [06:07:53] According to dmehus no [06:07:54] But probably [06:08:46] [discord] @Reception123 thoughts as a steward? (others of course feel free to add 2c) [06:08:47] [discord] Brandon, if it's the one I'm thinking of that just opened, don't. [06:08:58] [discord] i can't as a normal user [06:09:05] [discord] Meta:UCP doesn't permit that [06:09:07] [discord] but a steward can [06:09:30] [discord] it's 1-5 currently with the 1 being the proposer [06:09:33] [discord] Yes they can be if they are "out-of-scope, malformed, or if it is clear that there is no chance of consensus" [06:09:53] [discord] In this case the latter would apply but I would wait at least another day before determining that there is no chance of consensus [06:09:55] [discord] oh huh [06:10:00] [discord] it's probably the latter but I would leave it to someone else and give it a bit yes [06:10:06] [discord] i wouldn't regardless as i'm involved (i've voted) [06:10:14] It has always been my view that user groups have no bearing on a user's ability to determine consensus [06:10:14] But the rule is that only stewards can close RfCs with no exceptions [06:10:58] [discord] to an extent yes? [06:11:19] [discord] Either way, no need to court controversy on a request that's only been open for like, 2-3 hours. [06:11:28] To no extent [06:11:29] [discord] Except for the time traveler, Naleksuh. ๐Ÿ™‚ [06:11:42] But maybe just because he wanted to close every single rfc XD [06:14:08] [discord] well to be fair it's not much of a controversy [06:14:13] [discord] everyone seems to agree [06:14:18] [discord] but yeah [06:14:28] Well, is it doing any harm? [06:14:28] [discord] Naleksuh: who wanted to? [06:14:33] dmehus [06:14:37] [discord] ah [06:14:41] [discord] well [06:14:50] He would intentionally not vote just to close them (and the closes were really obvious on his opinion) [06:14:55] Also he would revert any close that wasn't his [06:15:07] [discord] not sure about part II.... [06:15:08] [discord] https://giphy.com/gifs/the-simpsons-stop-hes-already-dead-JCAZQKoMefkoX6TyTb [06:15:41] [discord] :ThinkerMH: [06:15:56] [discord] ^Me about this RfC in a few hours. Good luck, overnight crew. Time for sleeps. ๐ŸŒ™ [06:16:10] [discord] haha, goodnight NA [06:18:29] [discord] gonna get some Zs myself, gnight everyone [06:19:06] https://meta.miraheze.org/w/index.php?title=MediaWiki:Centralnotice-DbMaintenance2023-message&curid=61122&diff=316565&oldid=316521&diffmode=source [06:19:15] 1) Why is NotAracham's name here 2) Why is this a bot edit? [06:19:37] I didn't really ask for credit for noticing this, but miscrediting it to someone else does annoy me for some reason [06:20:00] [discord] I'd raised it in an alternate channel earlier [06:20:14] It was literally 5 minutes after I said that [06:20:16] [discord] Great minds think alike [06:20:21] And why was it a bot edit? [06:21:22] [discord] Not that it especially matters, but I'd sent it over private chat about 15 min before you mentioned it in general. [06:21:48] [discord] I'm guessing it's probably a bot edit because it was a change deployed from github or something. [06:21:56] OK good to know [06:22:18] I thought Agent put someone else's name because they were mad at me or something [06:22:34] [discord] Heh, well, glad I could put that mystery to rest. ๐Ÿ™‚ [06:23:11] Is it though? [06:23:40] [discord] we don't need to assume bad faith or that agent was mad at you or anything [06:23:46] [discord] But I really should be going, gotta be up in 7ish hours to rail against the corporate overlords for their not-so-helpful demands after they laid folks off. [06:23:53] [discord] not worth the time and energy to use over something like this [06:24:06] [discord] get some rest, good luck [06:24:29] [discord] :this: [06:24:49] [discord] see ya [06:58:16] Goodnight [09:55:10] wikiใฎใƒญใ‚ดใŒไธŠๆ‰‹ใ่จญๅฎšใงใใพใ›ใ‚“ [09:57:49] [discord] hmm? [11:38:49] [discord] I see there will be maintenance moment, eh? [11:39:29] [discord] Good to know! I'll have a time at Sunday in order to save everything for my backup copy! ๐Ÿ™‚ [12:10:19] [discord] ``[2851119734b4ada3bff1a32c] 2023-02-22 12:09:55: Fatal exception of type "Wikimedia\Rdbms\DBReadOnlyError"`` [12:10:20] [discord] DB is readonly again, it seems [12:17:34] [discord] And I was just about to save a major change to my stuff too... any ETA on a fix? It's 4:15 over here and I hope I'll be able to save and get some sleep before the sun rises. [13:32:24] [discord] Goodnight! [14:04:10] [discord] In hindsight I probably should have taken a nap or something while I'm waiting for the fix anyway, but oh well. [14:04:39] [discord] Is the error still present? [14:04:54] [discord] The database server was restarted but I see someone saying on Phabricator that it's still an issue [14:05:49] [discord] Now it's saying I can't save because I'm logged out, but I can't log back in. [14:06:28] [discord] Same error code as above. [14:07:08] [discord] @Site Reliability Engineering ^ [14:07:28] [discord] db121 seems to have OOM'd again? [14:21:05] [discord] ``` Server API Error: {"code": "readonly", "info": "The wiki is currently in read-only mode.", "readonlyreason": "The primary database server is running in read-only mode."``` Yes the db is still readonly [14:21:47] [discord] Is there a maintenance currently? [14:23:31] [discord] https://cdn.discordapp.com/attachments/407537962553966603/1077958826252308561/image.png [14:25:02] [discord] We're aware. A database server restarted and whenever that happens, it starts up in read only mode just to be safe [14:53:28] [discord] Fixed [14:53:47] [discord] yup, ty! [14:55:09] [discord] thank you, thank you, thank you x1000. I'm going to hit save and then immediately fall asleep on my keyboard. [15:03:33] [discord] It may have been asked before, but how do you make polls work in Flow? I created a model to see, on the model everything works fine but dqns Flow is completely transformed [15:03:33] [discord] https://cdn.discordapp.com/attachments/407537962553966603/1077968897522815076/image0.jpg [15:04:15] [discord] https://cdn.discordapp.com/attachments/407537962553966603/1077969073608081489/image0.jpg [15:04:25] [discord] (the template) [15:07:22] [discord] I tried with another skin, and it doesn't change anything [16:06:47] [discord] is FuzzyBot still used? [16:08:10] [discord] @NotAracham if they know ^ [16:08:26] [discord] Not familiar with this [16:09:22] [discord] hear that it was used for assistance in translations? [16:09:29] [discord] though I haven't seen anything done by it in a while [16:10:11] [discord] oh yes it is still used, never mind [16:19:36] [discord] Phabricator currently offline it seems [16:19:54] [discord] `phab121` out of space [16:23:56] [discord] @BWM , re your logouts [16:23:58] [discord] does it happen on all wikis for you or only couple of them? [16:24:39] [discord] `brandonwmwiki`, `testwiki`, and `metawiki` so far have logged me out, `commonswiki` and `devwiki` too [16:24:55] [discord] but those are the only wikis i frequently visit [17:42:10] [discord] db112 is, not phab121. [17:44:12] [discord] @Orduin are you available to look maybe, since Phabricator is still offline? I have to go. [17:56:46] [discord] oh huh, grafana said phab121, though i was probably reading it wrong [23:07:59] [discord] So, our wiki has Reference Previews enabled via Extension:Popups. However, there are many pages that aren't rendering their previews properly, so we'd like to keep this as a beta opt-in only feature until we get those fixed by setting `$wgPopupsReferencePreviewsBetaFeature = true;`. However, recently, we've discovered that *anonymous users* are able to see the Reference Previews. I'm wondering if this is something [23:08:00] [discord] https://cdn.discordapp.com/attachments/407537962553966603/1078090811515867176/image.png