[00:16:18] https://phabricator.wikimedia.org/tag/covid-19/; this is a tag? [00:17:39] mediawiki is drunk sometimes [00:17:46] literally true [00:20:51] And with Semantic MediaWiki even more drunker to the point that just gives up [00:21:10] ERROR_SCHEMA_INVALID_KEY [00:21:59] Guys, I need help with a code... [00:22:26] is 'li#cite_note::marker {...}' correct? [00:28:08] i have no context? [00:30:02] It's to make the cite marker more smaller... [00:30:31] tried, but the code I'm placed up there seems to be incorrect. [00:30:42] oh is that css? [00:30:55] ah i read the li as [i [00:32:25] johnmcgurkus: the IDs start with "cite_note-", right? [00:32:43] you'll need to use li[id^="cite_note-"]::marker { ... } as there is no consistent id or class [00:33:00] the stuff in [] means that it matches elements whose id starts with "cite_note-" [00:33:00] Yes. But every is followed by a number, and it's hard to specify that... [00:33:40] [1/2] Just like this... [00:33:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289022112132239430/image.png?ex=66f74ee4&is=66f5fd64&hm=59651dabbfe9788e8d3809c5e3e81a0cf3835b27e85553d1a4c11801236fe349& [00:34:20] mhm, i just gave an example up above [00:34:45] oh, cool. [00:35:30] https://files.catbox.moe/vxxvhv.png [00:40:23] It's fixed. Thank you so much. [00:40:30] you're welcome ^_^ [00:40:55] You see, I always have difficult to specify a css code address. [00:40:59] It's really hard. [00:54:40] Not true it’s always drunk not sometimes [01:52:59] "Dragon HRT" [01:53:03] dragon estrogen fr [01:53:10] frfr [01:53:46] https://rain.thecomicseries.com/comics/1538 [01:58:33] Is it possible to make the search function case insensitive? [01:58:45] which search function? ^^; [01:58:49] There is a page on my wiki called "VMod", but if you search "vmod" it won't show up [01:58:50] https://wiki.valkyrienskies.org/wiki/Main_Page [01:58:55] The search function on the top of the page [01:59:16] as in the suggest thingy? [01:59:21] yes [01:59:31] hmm, i believe enabling cirrussearch would do it [02:00:27] here it is on my wiki (complete with logical bolding): https://files.catbox.moe/rxmiob.png [02:00:29] It says I don't have permission to enable it [02:00:35] although I am the creator of the wiki [02:00:40] you'll need to request it on [[Steward requests/Restricted changes]] [02:00:40] https://meta.miraheze.org/wiki/Steward_requests/Restricted_changes [02:00:42] https://meta.miraheze.org/wiki/Steward_requests/Restricted_changes [02:01:14] I see [02:01:17] we have only 77 pages [02:01:23] oh that sucks [02:01:29] lemme check what the built-in search function could do [02:02:50] thank you [02:03:06] I guess it's not too important, the majority of our page views come from google anyway, it just is annoying me [02:03:32] hmm couldn't find anything from a quick search [02:03:47] oh wait i found something [02:04:00] https://www.mediawiki.org/wiki/Extension:TitleKey [02:04:50] probably could try enabling that [02:05:07] do I have to do anything afterI add it? [02:05:57] well, I added it and it doesn't seem to have done anything [02:06:01] perhaps it needs some time to enable [02:06:58] dunno actually, never used it ^^; [02:08:37] apparently this other person faced an issue with titlekey: https://issue-tracker.miraheze.org/T12648 [02:09:16] RIP [02:09:27] guess ill just have to cope [02:09:37] thank you for the help tho [02:10:17] you're welcome ^_^ [02:10:25] i'd look into it, but i'm busy with my own thing right now [02:10:43] yea nw its not a big deal [02:10:56] maybe someday in the far future the wiki will have 1k pages lmao [03:27:52] External data wasn't tested as part of 1.42, so setup bugs could be specific to that upgrade or a symptom of trying to enable during the recent jobstorm [03:35:24] BlankEclair, thanks for filing, added screencaps of the error [03:35:33] you're welcome ^_^ [03:36:29] i'm rewriting my extension for like the third time in a row [03:43:52] If nothing else, good practice. [03:44:17] That's like... a huge chunk of most software careers. Refactoring, all the time, forever. [03:44:30] I don't think either of those things should be an issue [03:44:36] seems like a ManageWiki bug [03:45:56] yeah but half of my time is spent just wrangling with writing mediawiki hooks [03:46:23] i also have documentation to write, so blep [03:55:30] F*ing love commenting code as I go. My favorite, not actually being sarcastic. [03:55:54] People who leave comments and/or documentation for an inherited process make my goddamn day. [03:56:05] *for a process I inherit [03:57:25] Because, fun fact, you probably won't work at the same company in 2-5 years, but guess what? That process probably will. And it'll be the next poor sap's job to figure out how the dang thing works and why [03:57:38] How is easy, but business context for decisions get lost so fast. [03:59:12] reject organization [03:59:14] embrace chaos [03:59:37] I don't know how some people can forgo commenting on code [03:59:46] Friggin' Agent of of Chaos over here. 😄 [04:00:52] Nah, jokes aside, it's easy to get caught in a loop of rapidly prototyping and then pushing shit just to get today's needs met. [04:01:23] Always easier to document/comment tomorrow if tomorrow never comes. [04:02:36] https://files.catbox.moe/zkqklk.png; what [04:04:38] Oh fuck, it's my work queue [04:04:45] i can't fucking read the thing is meant to be in quotes [04:04:57] SpeciallyCursed, the genre of all things that I get assigned [04:05:15] it's an extension that lets you make special pages using lua :3 [07:22:04] Yes that DNS zone was deleted without any notice, so I can't interfere with that [07:22:15] But do you need access directly to the wiki in order to generate a backup? [09:28:41] Is there a way to generate backup anyways? [09:45:53] any third party solution need the wiki to be functional and public [09:46:20] maybe remove DNS etc settings from the wiki? [09:49:03] isn't it automatically done? [09:51:39] xml and managewiki, file dumps are created by stewards or tech rn [13:42:06] I guess by changing the domain back into the original one could fix the problem. [16:08:52] [1/2] How can I use the header from the infobox I created to make it able to use parameters, as the original code generated by the Visual editor gives [16:08:53] [2/2]
Header/header, which mean it will always display as "Header" [16:10:41] [1/2] I believe it's gonna be like normal template parameter, `
{{{header|}}}/header` [16:10:41] https://meta.miraheze.org/wiki/Template:%7bheader [16:10:42] [2/2] if this won't work, then we gotta try different tag [16:13:16] May i ask why is there a "|" after header [16:13:48] Think it’s to default to blank if there’s no value [16:14:53] [1/2] what pix said, it should appear at all if parameter value isn't given [16:14:54] [2/2] but also you can add some default value after `|` [16:24:45] [1/45] Thx guys, last question, Is there a way to remove the lines dividing each data values for specific values, So that the text can join, Heres my current code [16:24:45] [2/45] ``` [16:24:45] [3/45] [16:24:45] [4/45] [16:24:46] <MirahezeRelay> <nullsilencer> [5/45] <default>{{PAGENAME}}/default [16:24:46] <wm-bot> https://meta.miraheze.org/wiki/Template:PAGENAME [16:24:46] <MirahezeRelay> <nullsilencer> [6/45] /title [16:24:46] <MirahezeRelay> <nullsilencer> [7/45] <header>{{{header|}}}/header [16:24:46] <wm-bot> https://meta.miraheze.org/wiki/Template:%7bheader [16:24:47] <MirahezeRelay> <nullsilencer> [8/45] <image source="image-sky"/> [16:24:47] <MirahezeRelay> <nullsilencer> [9/45] <data source="desc-skyline"/> [16:24:47] <MirahezeRelay> <nullsilencer> [10/45] <image source="image-coord"/> [16:24:48] <MirahezeRelay> <nullsilencer> [11/45] <data source="desc-coord"/> [16:24:48] <MirahezeRelay> <nullsilencer> [12/45] <data source="country"> [16:24:49] <MirahezeRelay> <nullsilencer> [13/45] <label>Country/label [16:24:49] <MirahezeRelay> <nullsilencer> [14/45] /data [16:24:50] <MirahezeRelay> <nullsilencer> [15/45] <data source="region"> [16:24:50] <MirahezeRelay> <nullsilencer> [16/45] <label>Region/label [16:24:51] <MirahezeRelay> <nullsilencer> [17/45] /data [16:24:51] <MirahezeRelay> <nullsilencer> [18/45] <data source="gov-body"> [16:24:52] <MirahezeRelay> <nullsilencer> [19/45] <label>Governing body/label [16:24:52] <MirahezeRelay> <nullsilencer> [20/45] /data [16:24:53] <MirahezeRelay> <nullsilencer> [21/45] <data source="gov-person"> [16:24:53] <MirahezeRelay> <nullsilencer> [22/45] <label>Governor/label [16:24:54] <MirahezeRelay> <nullsilencer> [23/45] /data [16:24:54] <MirahezeRelay> <nullsilencer> [24/45] <data source="geo-area"> [16:24:55] <MirahezeRelay> <nullsilencer> [25/45] <label>Area/label [16:24:55] <MirahezeRelay> <nullsilencer> [26/45] /data [16:24:56] <MirahezeRelay> <nullsilencer> [27/45] <data source="geo-elev"> [16:24:56] <MirahezeRelay> <nullsilencer> [28/45] <label>Elevation/label [16:24:57] <MirahezeRelay> <nullsilencer> [29/45] /data [16:24:57] <MirahezeRelay> <nullsilencer> [30/45] <data source="demo-pop"> [16:24:58] <MirahezeRelay> <nullsilencer> [31/45] <label>Population/label [16:24:58] <MirahezeRelay> <nullsilencer> [32/45] /data [16:24:59] <MirahezeRelay> <nullsilencer> [33/45] <data source="demo-dynpop"> [16:24:59] <MirahezeRelay> <nullsilencer> [34/45] <label>Dynamic Population/label [16:25:00] <MirahezeRelay> <nullsilencer> [35/45] /data [16:25:00] <MirahezeRelay> <nullsilencer> [36/45] <data source="demo-dens"> [16:25:01] <MirahezeRelay> <nullsilencer> [37/45] <label>Population density/label [16:25:01] <MirahezeRelay> <nullsilencer> [38/45] /data [16:25:02] <MirahezeRelay> <nullsilencer> [39/45] <data source="eco-gdp"> [16:25:02] <MirahezeRelay> <nullsilencer> [40/45] <label>GDP/label [16:25:03] <MirahezeRelay> <nullsilencer> [41/45] /data [16:25:03] <MirahezeRelay> <nullsilencer> [42/45] /infobox [16:25:04] <MirahezeRelay> <nullsilencer> [43/45] ``` [16:25:04] <MirahezeRelay> <nullsilencer> [44/45] https://cdn.discordapp.com/attachments/407537962553966603/1289261456864313444/image.png?ex=66f82dcc&is=66f6dc4c&hm=62f6ccc095883828aa94ee6fec6cfccf31dd5953aded1bcd3ad29d2cdefc1f3b& [16:25:05] <MirahezeRelay> <nullsilencer> [45/45] https://cdn.discordapp.com/attachments/407537962553966603/1289261457132879934/image.png?ex=66f82dcc&is=66f6dc4c&hm=4869a04bce2e02e0de9856dd7cea16496f63c63f6c9e8ba8bb959f44b6276a88& [16:25:38] <MirahezeRelay> <theoneandonlylegroom> that's CSS poking [16:28:17] <MirahezeRelay> <theoneandonlylegroom> [1/4] this piece might seem strange, but I have it on one of my wikis? [16:28:17] <MirahezeRelay> <theoneandonlylegroom> [2/4] `.pi-border-color { [16:28:17] <MirahezeRelay> <theoneandonlylegroom> [3/4] border-color: transparent !important; }` [16:28:18] <MirahezeRelay> <theoneandonlylegroom> [4/4] iirc hiding border completely didn't work well [16:29:41] <MirahezeRelay> <theoneandonlylegroom> [1/4] to make words appear closer, for example [16:29:41] <MirahezeRelay> <theoneandonlylegroom> [2/4] `.pi-item-spacing { [16:29:41] <MirahezeRelay> <theoneandonlylegroom> [3/4] padding: 3px 15px; }` [16:29:42] <MirahezeRelay> <theoneandonlylegroom> [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1289262700173459507/2024-09-27_19_29_28.png?ex=66f82ef5&is=66f6dd75&hm=670a79f9a24ba7391771f46d393f426ffab84f8729952b3a942996a54719efcb& [16:41:50] <MirahezeRelay> <gameshowfan2001> Sorry if this is the wrong place, but after I create a new page and edit it, it still says "page does not exist" [16:47:22] <MirahezeRelay> <theoneandonlylegroom, replying to gameshowfan2001> better to link it [16:56:29] <MirahezeRelay> <gameshowfan2001> Could I send a screen recording of what happens? [16:59:35] <MirahezeRelay> <axowotlz, replying to gameshowfan2001> did you try clearing your cache? [17:00:55] <MirahezeRelay> <gameshowfan2001> I did not. However, the page will say it exists after I just add a couple spaces in the source [17:04:53] <MirahezeRelay> <axowotlz> if adding some spaces works then yeah that should be fine, but maybe clear cache if you keep reencountering the issue [17:05:28] <MirahezeRelay> <gameshowfan2001> Alrighty [17:23:09] <MirahezeRelay> <notaracham, replying to li.ao> If I can't reach the wiki to generate a dump through the frontend interface, then it'll need to be a phorge ticket for technology team assistance [18:08:16] <MirahezeRelay> <axowotlz> hi guys im a little dumb does anyone know how to make those bubble popup refs or whatever the heck theyre called [18:08:33] <MirahezeRelay> <axowotlz> i know how to make references for clarification just cannot figure out the coding for the bubble refs [18:14:06] <MirahezeRelay> <pixldev, replying to axowotlz> [[mw:Help:Refs]] [18:14:06] <wm-bot> https://www.mediawiki.org/wiki/Help:Refs [18:14:06] <MirahezeRelay> <Wiki-Bot#2998> <https://www.mediawiki.org/wiki/Help:Refs> [18:14:19] <MirahezeRelay> <pixldev> In dumb wrong link [18:14:26] <MirahezeRelay> <axowotlz> nws lol [18:15:17] <MirahezeRelay> <theoneandonlylegroom> doesn't require popups? [18:15:22] <MirahezeRelay> <pixldev> I always forget it’s in core [18:17:13] <MirahezeRelay> <axowotlz, replying to theoneandonlylegroom> i think so yeah [18:20:25] <MirahezeRelay> <axowotlz> trying to figure out how to install popups rq [18:20:30] <MirahezeRelay> <axowotlz> insert* [18:21:28] <MirahezeRelay> <pixldev, replying to axowotlz> It’s also an extension [18:21:35] <MirahezeRelay> <axowotlz> oh is it? [18:21:38] <MirahezeRelay> <pixldev> Special:ManageWiki/settings [18:21:38] <MirahezeRelay> <axowotlz> lemme look for it then [18:21:40] <MirahezeRelay> <pixldev> Wait [18:21:43] <MirahezeRelay> <pixldev> No I’m dumb suqared [18:21:46] <MirahezeRelay> <theoneandonlylegroom> there has to be separate guide [18:21:47] <MirahezeRelay> <pixldev> /extensions [18:22:12] <MirahezeRelay> <axowotlz> [1/2] ? dont see it [18:22:13] <MirahezeRelay> <axowotlz> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289291018071703592/image.png?ex=66f84954&is=66f6f7d4&hm=ff2eca9ce7242f7509e74301b0fb424196acaaee0a904ac843348e3d902d4ae3& [18:22:51] <MirahezeRelay> <pixldev, replying to axowotlz> Hm may it is that and I misrecalled the name? [18:23:01] <MirahezeRelay> <theoneandonlylegroom> :ThinkerMH: [18:23:05] <MirahezeRelay> <axowotlz> yeah ive had it enabled though thats why im puzzled [18:23:09] <MirahezeRelay> <axowotlz> looking through the config settings [18:23:43] <MirahezeRelay> <axowotlz> AHA [18:23:44] <MirahezeRelay> <axowotlz> got it [18:23:46] <MirahezeRelay> <axowotlz> thank you both [18:23:47] <MirahezeRelay> <theoneandonlylegroom> I can't see it in extensions too [18:23:57] <MirahezeRelay> <pixldev> Tbf I’m not sure when popups ever worked properly first try [18:24:06] <MirahezeRelay> <axowotlz> [1/2] you go the config options then turn this on [18:24:06] <MirahezeRelay> <axowotlz> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289291492610801695/image.png?ex=66f849c5&is=66f6f845&hm=324020f65595f8a373c4e115a7c930155734632683f6ce13a21be57f31670efb& [18:24:06] <MirahezeRelay> <theoneandonlylegroom> yeah tbh [18:24:14] <MirahezeRelay> <theoneandonlylegroom> huh [18:24:16] <MirahezeRelay> <axowotlz> to* [18:24:20] <MirahezeRelay> <axowotlz> not the perhaps Im Stupid [18:24:23] <MirahezeRelay> <theoneandonlylegroom> it's a global extension now? [18:24:28] <MirahezeRelay> <axowotlz> ¯\_(ツ)_/¯ [18:24:30] <MirahezeRelay> <axowotlz> dunno but it worked [18:24:31] <MirahezeRelay> <pixldev, replying to axowotlz> Why the bloody hell is that not default- okay [18:24:33] <MirahezeRelay> <theoneandonlylegroom> confuse [18:24:45] <MirahezeRelay> <pixldev> Mediawiki [18:25:02] <MirahezeRelay> <axowotlz, replying to pixldev> i couldve totally accidentally turned it off when i was first working on my wiki because i had zero clue what i was doing [18:25:05] <MirahezeRelay> <axowotlz> who knows though [18:25:18] <MirahezeRelay> <axowotlz> what matters is that its fixed now :yourdidit: [18:25:23] <MirahezeRelay> <theoneandonlylegroom> ok, real talk, cus I want to test it on my wiki [18:25:41] <MirahezeRelay> <axowotlz> yea give it a shot [18:25:54] <MirahezeRelay> <pixldev, replying to axowotlz> I can check the config file later idk [18:26:06] <MirahezeRelay> <pixldev> Mediawiki is a silly bastard [18:26:07] <MirahezeRelay> <theoneandonlylegroom> I can't find it? [18:26:13] <MirahezeRelay> <axowotlz> hm [18:26:15] <MirahezeRelay> <axowotlz> where ya lookin [18:26:52] <MirahezeRelay> <theoneandonlylegroom> WAIT [18:26:58] <MirahezeRelay> <theoneandonlylegroom> IT REALLY NAMED PREVIEWS [18:27:02] <MirahezeRelay> <axowotlz, replying to axowotlz> Special:ManageWiki/extensions -> Configuration options under Previews -> this [18:27:04] <MirahezeRelay> <theoneandonlylegroom> WHO DID THIS [18:27:07] <MirahezeRelay> <axowotlz> oh [18:27:11] <MirahezeRelay> <axowotlz> just got the name wrong [18:27:12] <MirahezeRelay> <axowotlz> yeah idk [18:27:28] <MirahezeRelay> <pixldev, replying to theoneandonlylegroom> A mediawiki developer why are you surprised [18:27:30] <MirahezeRelay> <axowotlz> im just some guy learning mediawiki code [18:27:34] <MirahezeRelay> <axowotlz> ¯\_(ツ)_/¯ [18:27:37] <MirahezeRelay> <pixldev> [[mw:Extension:Previews]] [18:27:37] <wm-bot> https://www.mediawiki.org/wiki/Extension:Previews [18:27:39] <MirahezeRelay> <Wiki-Bot#2998> <https://www.mediawiki.org/wiki/Extension:Previews> [18:27:43] <MirahezeRelay> <pixldev, replying to axowotlz> My condolences [18:27:48] <MirahezeRelay> <theoneandonlylegroom> https://cdn.discordapp.com/attachments/407537962553966603/1289292425075888158/2024-09-27_21_27_34.png?ex=66f84aa4&is=66f6f924&hm=d0ad6531498b5dc36f5c88460edb51a307ce5fce561dbdb3296d6499e490c953& [18:27:55] <MirahezeRelay> <pixldev, replying to Wiki-Bot#2998> Wha [18:28:13] <MirahezeRelay> <pixldev> [[mw:Extension:Popups [18:28:18] <MirahezeRelay> <axowotlz, replying to theoneandonlylegroom> its not showing config settings? or am i not reading this right [18:28:19] <MirahezeRelay> <pixldev> [[mw:Extension:Popups]] [18:28:19] <wm-bot> https://www.mediawiki.org/wiki/Extension:Popups [18:28:20] <MirahezeRelay> <Wiki-Bot#2998> <https://www.mediawiki.org/wiki/Extension:Popups> [18:28:30] <MirahezeRelay> <pixldev> I am going to kill a man [18:28:54] <MirahezeRelay> <pixldev, replying to axowotlz> The extension is only named previews on visual [18:29:02] <MirahezeRelay> <theoneandonlylegroom> no, I'm showing where the link is pointing [18:29:04] <MirahezeRelay> <pixldev> The technical and mediawiki page says pop ups [18:29:09] <MirahezeRelay> <axowotlz> oh [18:29:34] <MirahezeRelay> <axowotlz> [1/2] yeah no i didnt click on "previews", clicked this [18:29:34] <MirahezeRelay> <axowotlz> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289292869634625739/image.png?ex=66f84b0e&is=66f6f98e&hm=5e742788c9ae6d68bb691810f266a6ff6399020b93ec66099ed238f905ad16b1& [18:29:51] <MirahezeRelay> <axowotlz> again may just be reading this wrong i am a little silly in the brain [18:30:04] <MirahezeRelay> <theoneandonlylegroom> no you aren't [18:30:05] <MirahezeRelay> <pixldev, replying to axowotlz> No that’s right [18:30:25] <MirahezeRelay> <pixldev> We’re complaining the extension is having an identity crisis [18:30:29] <MirahezeRelay> <axowotlz> ohhhh [18:30:30] <MirahezeRelay> <axowotlz> ok [18:30:38] <MirahezeRelay> <pixldev> I know someone told me why it’s called previews on miraheze [18:30:45] <MirahezeRelay> <pixldev> But I can’t remember [18:31:00] <MirahezeRelay> <pixldev> @reception123 plz sir why is this abomination within our wiki walls [18:31:10] <MirahezeRelay> <axowotlz> think its because it controls page and reference previews simultaneously or smth [18:31:27] <MirahezeRelay> <axowotlz> no clue [18:31:51] <MirahezeRelay> <pixldev, replying to axowotlz> Nah, the name of the extension code wise and the official page on mediawiki.org calls it popups [18:31:58] <MirahezeRelay> <axowotlz> huh. odd [18:32:01] <MirahezeRelay> <pixldev> Unless I’m tripping [18:32:08] <MirahezeRelay> <theoneandonlylegroom> I never referred to this thing as previews, I always knew it's called popups [18:32:09] <MirahezeRelay> <axowotlz> no id assume youre right [18:32:35] <MirahezeRelay> <axowotlz> havent used miraheze or mediawiki long enough to know so i dont have a straight answer on that fact [18:32:41] <MirahezeRelay> <pixldev> I have to look into this [18:32:51] <MirahezeRelay> <pixldev> I have work in an hour in a half though [18:32:54] <MirahezeRelay> <pixldev> PRIORITIES [18:33:06] <MirahezeRelay> <axowotlz> nuh uh you go to work first [18:33:27] <MirahezeRelay> <pixldev, replying to axowotlz> No1!1!1!1 [18:33:42] <MirahezeRelay> <pixldev> Also it’s only 4 I have to be there and it’s not far [18:33:50] <MirahezeRelay> <axowotlz> ah [18:33:51] <MirahezeRelay> <pixldev> I also need munchies [18:34:03] <MirahezeRelay> <axowotlz> i need munchies too [18:34:11] <MirahezeRelay> <axowotlz> im gonna go eat a spoonful of nutella [18:34:45] <MirahezeRelay> <pixldev> I’m either gonna yeet chicken strips or mini empanadas into the air fryer [18:34:52] <MirahezeRelay> <axowotlz> yumm [18:34:59] <MirahezeRelay> <axowotlz> i have leftover popeyes chicken but i want nutella [18:35:07] <MirahezeRelay> <pixldev> Amen [18:38:22] <MacFan4000> @li.ao @notaracham wmkr.liao.media was removed as it was no longer pointed to Miraheze. I have now unset it in ManageWiki. http://liao.miraheze.org works now. [18:42:00] <MirahezeRelay> <notaracham> [1/2] Thanks, already initiated the data dump. @li.ao, given the relatively large video files, there's a chance the dump will fail. [18:42:00] <MirahezeRelay> <notaracham> [2/2] Two routes we can go if that happens: 1. Manually download then delete the videos and I can resume the dump, or 2. request an image dump via issue-tracker.miraheze.org [18:46:11] <MirahezeRelay> <rhinosf1> For the record, tech have already explained the issue with the custom domain and made it very clear what to do to restore it. If there is any further confusion, the discussion can be had with @cosmicalpha as I'm not going to continue it. [18:47:54] <MacFan4000> According to Special:MediaStatistics, there is about 183mb of stuff, so that should be an issue [18:48:03] <MacFan4000> shouldn’t [18:49:13] <MacFan4000> Usually issues arise when the dump is more than a few GB in size [20:20:20] <MirahezeRelay> <notaracham> Yeah, it was able to complete successfully. I've had it fail out as low as around 250MB (and in other situations with super-large files) [20:20:40] <MirahezeRelay> <notaracham> So was concerned, but ended up being no problem at all [20:28:09] <MirahezeRelay> <pixldev> Should we do a translator mass message about the currently draft RFC @reception123 [20:29:09] <MirahezeRelay> <ghaztliousmoths> I haven't done much editing in a while and that makes me sad :p [20:29:13] <MirahezeRelay> <reception123> Do you mean so they know to maybe not translate until the result? Otherwise there's not much point until it actually opens [20:29:40] <MirahezeRelay> <reception123> There's not much drafting left to do I'd say since it's a simple proposal [20:30:05] <MirahezeRelay> <pixldev, replying to reception123> Probably when it’s open I mean [20:30:19] <MirahezeRelay> <pixldev> They especially should have the right to know and weigh in [20:30:20] <MirahezeRelay> <reception123> We could also do a Meta sitenotice perhaps [20:30:33] <MirahezeRelay> <pixldev> Maybe [20:30:46] <MirahezeRelay> <pixldev> I’d still do a MMS cause notification [20:46:08] <MirahezeRelay> <li.ao, replying to notaracham> Thanks for the details, may I know where to download the generated archive? [20:54:03] <MirahezeRelay> <notaracham> https:liao.miraheze.org/wiki/Special:DataDump [21:17:53] <MirahezeRelay> <sindusks> im new to this, are all tables stuck at the bottom of the wiki? Can I move them higher up in the page? [21:18:12] <MirahezeRelay> <sindusks> [1/2] maybe im formatting something wrong [21:18:12] <MirahezeRelay> <sindusks> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289335307933716481/image.png?ex=66f87294&is=66f72114&hm=9762ca2ecfb2db2173e3e0c92988a47ad30d29c4ca81b78934aa2c30b31afc42& [21:19:45] <MirahezeRelay> <armoleb> https://cdn.discordapp.com/attachments/407537962553966603/1289335696921858048/image.png?ex=66f872f0&is=66f72170&hm=de19e79e56befae4de032aceb62df576792b8cca1b41f528b6e0b73a02a0685c& [21:19:55] <MirahezeRelay> <armoleb> should i mark any of those three checkboxes? [21:29:27] <MirahezeRelay> <armoleb, replying to armoleb> country data is not in dev, how can i get it on the wiki without resorting to wikipedia? [21:30:33] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> Yea, just copy and paste the tables in the editor up to where you want them [21:31:01] <MirahezeRelay> <sindusks, replying to ghaztliousmoths> not working 🤔 lemme try again [21:31:19] <MirahezeRelay> <ghaztliousmoths> Screenshot of the source code? [21:32:27] <MirahezeRelay> <sindusks> umm i cant read source/??? its just gone??? [21:32:55] <MirahezeRelay> <sindusks> i can copy and paste it in dms [21:33:13] <MirahezeRelay> <ghaztliousmoths> Send a link to the page [21:33:23] <MirahezeRelay> <sindusks> https://aurenlitia.miraheze.org/wiki/Main_Page [21:36:09] <MirahezeRelay> <ghaztliousmoths> Is that the exact same page? [21:37:43] <MirahezeRelay> <sindusks, replying to ghaztliousmoths> yes [21:37:59] <MirahezeRelay> <sindusks> i might have edited a couple things [21:38:14] <MirahezeRelay> <notaracham> Yeah, looks like you did some permission tweaks that caused trouble [21:38:15] <MirahezeRelay> <sindusks> yes i did i took out the Aurenlites in USC [21:38:17] <MirahezeRelay> <notaracham> Seems like it's back now [21:38:38] <MirahezeRelay> <sindusks, replying to notaracham> i did, i messed up permissions... got them reset and now i cant read source [21:39:12] <MirahezeRelay> <notaracham> Hmm, maybe try logging out and back in? I'm able to see source [21:39:18] <MirahezeRelay> <sindusks> (i also still need to re-set up permissions at some point but im not gonna ask for help with two things in one day 😭 ) [21:40:17] <MirahezeRelay> <ghaztliousmoths> I can read source [21:40:32] <MirahezeRelay> <pixldev, replying to armoleb> What does the template do [21:41:17] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> [1/2] I can't see the other headers here [21:41:18] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289341118344855563/Screenshot_20240927_224031_Chrome.png?ex=66f877fd&is=66f7267d&hm=65ce0d893bdd876f4a146c63663793f0496e613edb946f4e6eebb7c77ed910e5& [21:41:56] <MirahezeRelay> <sindusks, replying to ghaztliousmoths> yeah i removed the Aurenlites in USC header [21:43:38] <MirahezeRelay> <sindusks> https://cdn.discordapp.com/attachments/407537962553966603/1289341710543093831/image.png?ex=66f8788a&is=66f7270a&hm=4c4be5d753f898d02a872b90f9868877c72c0fe12e31e1e6e99364256bb97807& [21:44:26] <MirahezeRelay> <armoleb, replying to pixldev> Country data? [21:44:42] <MirahezeRelay> <armoleb> you know like in those war infoboxes [21:44:51] <MirahezeRelay> <armoleb> how it has the flag [21:44:57] <MirahezeRelay> <sindusks, replying to ghaztliousmoths> [1/2] this is the plan [21:44:58] <MirahezeRelay> <sindusks, replying to ghaztliousmoths> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289342040936681583/image.png?ex=66f878d9&is=66f72759&hm=190f16b9a4d7681b895a1915da186286eefc47314253209ad682d01ee88ed7d4& [21:44:58] <MirahezeRelay> <armoleb> it does that [21:47:04] <MirahezeRelay> <armoleb> but for some reason [21:47:10] <MirahezeRelay> <armoleb> when i try to upload it [21:47:23] <MirahezeRelay> <armoleb> from dev, it doesnt work cuz apparently it doesn exist [21:47:37] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> Hm, I think you're missing ``/small`` at the end of each table since both have ``<small>`` at the start of it [21:48:02] <MirahezeRelay> <sindusks> so should i put that on both of them? [21:48:12] <MirahezeRelay> <ghaztliousmoths> Yea [21:48:28] <MirahezeRelay> <sindusks> nothing changed [21:48:45] <MirahezeRelay> <ghaztliousmoths> What does the page look like when previewed? The same? [21:49:27] <MirahezeRelay> <sindusks> yup [21:50:40] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> [1/2] Try this? [21:50:41] <MirahezeRelay> <ghaztliousmoths, replying to sindusks> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289343480157569148/Screenshot_20240927_225025_Chrome.jpg?ex=66f87a30&is=66f728b0&hm=b03779d5c0b7ff95b67c1516c5823cf8bc27a21b081e1b1bd14bade159b1e1ee& [21:51:42] <MirahezeRelay> <sindusks> [1/2] yess!!! thankyou [21:51:42] <MirahezeRelay> <sindusks> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1289343737511546942/image.png?ex=66f87a6d&is=66f728ed&hm=5806469faa92029eb855162cf467ba4c8e48b54e6672f2830db202fc9db0265c& [21:51:56] <MirahezeRelay> <ghaztliousmoths> Yay [21:52:04] <MirahezeRelay> <sindusks> tysm [21:52:10] <MirahezeRelay> <ghaztliousmoths> So basically the issue was that you didn't close the tables [21:52:16] <MirahezeRelay> <sindusks> mhm [22:01:00] <MirahezeRelay> <armoleb, replying to armoleb> @pixldev so how do i fix this? [22:03:13] <MirahezeRelay> <pixldev, replying to armoleb> Oh [22:10:52] <MirahezeRelay> <pixldev, replying to armoleb> No real fix tbh, dev wiki is maintained by users who volunteer to upload Simple versions of templates, and is chronically under servered [22:12:44] <MirahezeRelay> <armoleb> so i just [22:12:47] <MirahezeRelay> <armoleb> cant have country data? [22:12:55] <MirahezeRelay> <armoleb> bc i need to import the template [22:14:17] <MirahezeRelay> <pixldev, replying to armoleb> As it is someone would need to fix it up and put it on dev or try your luck with e wiki’s [22:14:34] <MirahezeRelay> <armoleb> which import method should i use then [22:14:55] <MirahezeRelay> <armoleb> https://cdn.discordapp.com/attachments/407537962553966603/1289349580147916944/image.png?ex=66f87fde&is=66f72e5e&hm=b293d72ceee5bcef1eea2335a8218820626dc137cd1838e147e964a31a60d529& [22:16:34] <MirahezeRelay> <notaracham> You could also build your own version of the thing, depending on how complicated the thing you're trying to do is. [22:17:11] <MirahezeRelay> <notaracham> Wikimedia Commons is available on all Miraheze wikis, so for instance if you don't locally have a file called File:Flag_of_Peru.svg, putting that on a page will just take the image from WM Commons [22:17:47] <MirahezeRelay> <armoleb, replying to notaracham> so i just copy and past all the stuff in Template:Country data from wikipedia into a new template on my wiki? [22:40:32] <MirahezeRelay> <armoleb> @notaracham im importing from metawikimedia, is that a good idea [22:50:27] <MirahezeRelay> <pixldev, replying to armoleb> It’s not gonna be there [22:50:53] <MirahezeRelay> <armoleb> so... just from wikipedia then? [22:52:16] <MirahezeRelay> <pixldev, replying to armoleb> I guess. If there was another way I’d say do that but no other options currently soooooo [22:52:24] <MirahezeRelay> <pixldev> Godspeed brace warrior [22:52:33] <MirahezeRelay> <armoleb> alright then [22:53:01] <MirahezeRelay> <pixldev> I’ll see if i May be able to work on putting a better version on dev but I’m on dinner break for work so I won’t be able to do that until maybe next week [22:54:10] <MirahezeRelay> <originalauthority> Work it gurl [22:54:19] <MirahezeRelay> <armoleb> i have a lot of templates i need to add [22:56:24] <MirahezeRelay> <pixldev, replying to originalauthority> Crew went for ramen [22:56:30] <MirahezeRelay> <pixldev> Yummy [23:24:55] <MirahezeRelay> <rakkeyal> Sorry if I come across as noob but is there a bot or process if we wanted to have our wiki feed in our discord similar to #global-wiki-feed ? [23:35:56] <MirahezeRelay> <gummiel, replying to rakkeyal> Create a webhook in your discord server, and the paste the hook's URL into the Discord `Additional Incoming Webhook URLs ($wgDiscordAdditionalIncomingWebhookUrls)` in the Manage this wiki's additional settings. (might have to clikc the blue `Add more` button to get a text field to show up) [23:36:37] <MirahezeRelay> <rakkeyal> cool I'll give that a go. Thanks for the guidance [23:53:18] <MirahezeRelay> <rakkeyal, replying to gummiel> great thanks that worked a treat. I don't know if I would have managed to figure that out myself. [23:53:51] <MirahezeRelay> <pixldev, replying to rakkeyal> Maybe this should have a how to article on dev wiki or meta 🧐 [23:54:11] <MirahezeRelay> <pixldev> Or FAQ