[00:31:00] How do I set up a "Featured Articles" section on my wikis main page? [00:41:04] Is there a way to mass categorize images? [01:11:03] There is probably a race condition where the gadget loads earlier than TMH, causing it to not function properly. Compare with https://bluearchive.wiki/wiki/Music which loads it through `mw.loader.load` on Common.js and introduces a sufficiently large delay after page load. [01:13:05] And that's why this snippt always works if you paste it into the browser console. [01:18:30] Is it possible to alter the aspect ratio of an image through html or css? [02:32:50] It would be nice to have a minimal reproducible example on dev so that I can take a look [02:33:32] it's just audio in a table afaik [02:36:05] [1/2] It works in a plain table [02:36:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521705924769615972/image.png?ex=6a45ce94&is=6a447d14&hm=f1cc1eaa7ed4acfdbad78902694a645d57ac5e0b68727febc1ab2a5e7cf48b46& [02:37:41] [1/2] I think this was the problematic revision https://casualtiesunknown.miraheze.org/wiki/Soundtrack?oldid=2555 [02:37:41] [2/2] we don't have the audio template anymore so can't test rn [02:38:09] [1/2] just replacing the first audio file was enough to break it [02:38:09] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521706446436171846/image.png?ex=6a45cf10&is=6a447d90&hm=92a5e31ebcbd7e3ac0d517f7edae6cb720cc5c52ef29c106db19831c8c82e150& [02:41:37] [1/2] Looks fine to me. Idk what caused it. [02:41:38] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521707321762512896/image.png?ex=6a45cfe1&is=6a447e61&hm=a75011cede013bd08c2e0d46d8e11fec0e2800f333cfd37ac2e5e600e3bbd567& [02:43:12] [1/2] It's also not reproducible on dev's vector legacy, so I can only assume it's some custom wiki CSS [02:43:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521707719797510204/image.png?ex=6a45d040&is=6a447ec0&hm=2ce1ac1ec8d905313b9f090f2072d87561d8ee5bd9e0d86a556b147496515e0b& [02:45:21] Oh I know what's wrong. It cannot be placed in the first wikitable column. Probably something in the parser doesn't like extra newlines. [02:46:10] first column? it was in the second column though? [02:47:19] Oh I see. It cannot be followed by another column `|| something else`. [02:47:38] The issue is not reproducible under parsoid, so it's probably another 20-year-old legacy parser bug. [02:48:58] [1/11] So if you use `||` in the same line it'll break: [02:48:59] [2/11] ``` [02:48:59] [3/11] |- [02:48:59] [4/11] | {{Audio}} || test || test [02:48:59] [5/11] ``` [02:49:00] [6/11] If you start a new line for the new column it'll do fine. [02:49:00] [7/11] ``` [02:49:00] [8/11] |- [02:49:01] [9/11] | {{Audio}} [02:49:01] [10/11] | test || test [02:49:01] [11/11] ``` [02:50:47] Compare https://dev.miraheze.org/wiki/User:PetraMagna/sandbox and https://dev.miraheze.org/wiki/User:PetraMagna/sandbox?useparsoid=1 [02:53:05] [1/2] yep I see it. that was quick! thanks for solving the mystery!! [02:53:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521710205468151858/cat-kitten.mp4?ex=6a45d290&is=6a448110&hm=c28f4b33f5f40de3cca3a3854afd5d0e46b0d4785a5bf772660fbf16d7c3d910& [02:55:20] Every time the parser is involved it's a fun adventure 😭 [02:57:24] tbh nice to see in a while it's not me to blame [03:00:21] I think the audio gadget loading issue isn't your fault either. It's just loading ordering which is very hard to debug. [03:16:31] Ill probably add a 10 sec long interval of 1sec searching for a changed audio element then trigger the gadget logic (so that it can stay a gadget) [03:58:13] hi whats happening with the site [04:21:00] Whatever it was it seems to have sorted itself out now [04:43:35] [1/2] anyone know what css i could implement so my bucket variable list doesnt store like a skyscraper [04:43:36] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521738016274513990/image.png?ex=6a45ec77&is=6a449af7&hm=dd14688fedeef5197a521be93b16a96c729b7f73a4ac6a54f88b38119d8666bd& [04:43:51] does this for every single one of my buckets [05:00:29] Do you already have css changing it to that? It doesn't do that by default [05:02:36] [1/3] I'm trying to make the background of the image section of different color from the rest of the infobox but it's not working [05:02:36] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1521742799979155526/image.png?ex=6a45f0ec&is=6a449f6c&hm=9333750717c9429eda59a9dc41d19223c6595d52182c2330b7acad1f3109f158& [05:02:37] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1521742800255975454/image.png?ex=6a45f0ec&is=6a449f6c&hm=ddfa565c10c98013884a8171dab916edaa16a5057751f92db0aa23da4a2954b4& [05:10:22] theres def smth conflicting thats making it do that but i have zero idea what [06:22:20] I'm not sure if many people are versed in this, but on accident, I entered in the domain that I use for my wiki onto a different site when publishing, and now I cannot access my wiki at all. How can I fix this? [06:24:00] What's your wiki and what exactly is the problem? [06:33:31] [1/4] My wiki is www.uebusaito.wiki, the Saito Uebu wiki. I inputted the domain I use there into a Google Sites portfolio that I am working on (Image 1). After realising this mistake, I reverted it a few minutes later, but ever since then, it has come back with errors (Image 2 and 3). I'm by no means a technology specialist, but it's had me concerned. [06:33:32] [2/4] https://cdn.discordapp.com/attachments/407537962553966603/1521765680016527400/image.png?ex=6a46063b&is=6a44b4bb&hm=23f1ee90cdd9c6fe61503298189133231ce21edd6a90bf85b5a3d2c19b036e24& [06:33:32] [3/4] https://cdn.discordapp.com/attachments/407537962553966603/1521765680402272297/image.png?ex=6a46063b&is=6a44b4bb&hm=887c7a788827edb2d5633bb943dd19879c6a28e75f6b8591a9db86a49c527226& [06:33:32] [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1521765680754589816/image.png?ex=6a46063b&is=6a44b4bb&hm=8610189ee8da4e3f07e3d8776d27ea747c22bcf8c8210e706f0b08da2cb2946e& [06:35:56] Your DNS has been changed to Google [06:36:29] so if you want your wiki to show in that domain, you need to reset the CNAME on the namecheap portal for www to be cf-lb.miraheze.org [06:37:22] Once you've done that let me know and I can check if we need to reconfigure it [06:39:08] I've done it. It's loading now, but it's also saying that my connection is not private. [06:39:15] Looking [06:42:17] That looks to be pointing to Google not us [06:42:17] I see a 404 that's an error page [06:42:24] Not one from us [06:42:47] Interesting... [06:42:49] Please also delete any other records such as A or AAAA ones @uebu_saito [06:43:04] If you have them set [06:43:23] I put 4 w's. [06:43:33] My mistake... [07:20:50] Mira slow for anybody else ? [07:21:54] https://cdn.discordapp.com/attachments/407537962553966603/1521777855493832854/IMG_4986.png?ex=6a461192&is=6a44c012&hm=8916ca5edae400e371a95e53055c64d797ef09d7476aedb6700a849fe0a2ae2c& [07:25:23] yup [07:49:04] Hey guys [11:29:51] It was fine in the last few hours, now it's down again. [12:29:21] it's timeless causing that [12:29:36] just use citizen [12:34:36] [1/12] ```css [12:34:36] [2/12] .skin-timeless #mw-content-text > .noresize > .content-table-wrapper > .content-table > .mw-json { [12:34:36] [3/12] & > tbody { [12:34:36] [4/12] display: flex; [12:34:37] [5/12] flex-direction: row; [12:34:37] [6/12] flex-wrap: wrap [12:34:37] [7/12] } [12:34:38] [8/12] & > tbody > tr > th { [12:34:38] [9/12] display: table-caption [12:34:38] [10/12] } [12:34:39] [11/12] } [12:34:39] [12/12] ``` [12:35:04] https://cdn.discordapp.com/attachments/407537962553966603/1521856667812233246/image.png?ex=6a465af8&is=6a450978&hm=c041936f1dce0152176cd8bfabdad4592fb8f0e791d2dcbead426131312ee2cd& [12:35:24] it's because timeless wraps all tables so the normal css doesn't work [12:44:57] https://cdn.discordapp.com/attachments/1404498624208965642/1521138734169325729/image0.gif [12:45:22] do not spread the citizen propaganda [13:02:28] time to send general non-fandom wiki propaganda on reddit πŸ˜‰ [13:03:22] e.g. OSRS Wiki best wiki ever! Check out mc.wiki or deltarune.wiki or vampire.survivors.wiki, aka the good wikis, and not the fandom versions! X wiki moved to wiki.gg or Miraheze, use that instead! [13:13:51] SPREAD the non-fandom wiki propaganda [13:19:03] I consciously do it everyday [13:19:12] and sorta indirectly [13:19:33] like i do it without even trying lol [13:21:07] Gods work [13:21:50] that's a cool way to display json content model page! [13:28:27] I completely approve of this message [13:34:46] I don't [14:56:39] How long do applications to open a new Miraheze wiki usually take? [15:00:34] Usually two to three days at worse [15:17:16] <_arawynn> it's currently a bit more, we've got some backlog also due to low availability of reviewers [15:35:08] Rip, my bad [15:35:59] <_arawynn> it's fine, two to three days is the usual average I'd say - you can't know all the behind the scenes details [15:48:01] Out of interest, what do you do when reviewing if a wiki should be allowed to made? I assumed it would be quick and easy, but it clearly takes some time (genuine question, not trying to be rude) [15:55:11] Ayy Arawynn you reviewed the Cypher International wiki right? [15:55:16] Its always nice to see the people who do it [15:55:16] <_arawynn> [1/2] I start with reading the reason for the request and the comments that may have been added. Depending on those and the topic/general kind of Wiki I decide on whether it's fine to approve, needs more information (mostly more about what kind of stuff will be on the wiki or in regards to moderation) or if it needs to be declined. [15:55:16] <_arawynn> [2/2] The more difficult/edge cases might take more time when I ask for a second opinion or need more time to think about the review or I take some time to do some research [15:56:26] <_arawynn, replying to ballinviro43> it's possible but I tend to not remember specific requests I did unless there was something memorable about it XD I do too many requests to remember every single one to be honest [15:58:11] Thats fair enough [15:58:16] You wiki reviewers are the real goats [15:58:27] I cant imagine doing that stuff all day [15:59:13] <_arawynn> I don't do it all day either [16:06:59] it takes some time management and is relatively easy to burn out from [16:07:03] thank your neighborhood reviewer [16:08:21] probably the longest bits I think are the checks involved and there's a lot not built into the form, there is a js thing that many reviewers use that add details but it can still take time [16:20:34] Out of interest, are people with high permissions on Miraheze able to see private wikis? [16:21:32] <_arawynn> [1/2] I think Stewards would be able if it became necessary, but I don't know about any other roles. [16:21:33] <_arawynn> [2/2] Wiki Reviewers definitely aren't able to [16:23:15] anyone that has signed a NDA and is still in a position that requires it can [16:23:42] tech and stewards mostly [16:27:36] stewards, tech, ts, all on an as-needed basis with browsing private wikis for no reason being a strong no-no [16:39:16] https://cdn.discordapp.com/attachments/407537962553966603/1521918119973617905/IHQDOIQ.png?ex=6a469433&is=6a4542b3&hm=df6e8be6ba280b9c69e793af3a0e9933b54728e02552173a1cff19df04823cdd& [16:39:38] memes in #offtopic, thanks [16:39:48] Mb [17:43:58] bit late for thatπŸ’” [17:52:36] [1/5] So I don't know how to import templates πŸ‘ [17:52:36] [2/5] https://cdn.discordapp.com/attachments/407537962553966603/1521936573720166561/image.png?ex=6a46a563&is=6a4553e3&hm=9ab1e216508bd8314a7527ef543bcbcdc787c56a1a044431614804cc0769e5bd& [17:52:36] [3/5] https://cdn.discordapp.com/attachments/407537962553966603/1521936573988339892/image.png?ex=6a46a563&is=6a4553e3&hm=2dbf52922b5321873d1a2b02cb49229652abeee2cff9af1a92ea0c75bf4c50a0& [17:52:37] [4/5] https://cdn.discordapp.com/attachments/407537962553966603/1521936574349312171/image.png?ex=6a46a563&is=6a4553e3&hm=97de9d048bc9b94991ab66d47d68a0b032137960e21b0968e5c6282bee2aab63& [17:52:37] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1521936574814883962/image.png?ex=6a46a563&is=6a4553e3&hm=750b02ba452fed5d2ccf6764af1c7b00c3a8138eb770ce59cf869afac279ae9c& [18:05:53] wikipedia templates are hell to casually manage [18:06:10] it is the reason I wrote [[wikipedia]], but it is only most useful if it can catch people before they start [18:06:16] [18:17:07] I just wanted IPA template πŸ₯€ [19:06:09] [1/2] Really minor thing but it's bugging me. Is there a way to make the file cell in a portale infobox have css properties? [19:06:09] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521955086912192642/image.png?ex=6a46b6a1&is=6a456521&hm=c3e26a84f37da9b8479386bddd0ca24dab18cb3d0c8062a9066ab2e50ab9e708& [19:07:18] I'm not sure if a 'simplified' version of this exists on [[mh:dev]] (hope this works), this is the cleanest path available otherwise I'd ask about a simpler version on the [[help desk]] and/or in a #support thread [19:07:19] [1/2] [19:07:19] [2/2] [19:08:06] otherwise its simplifying yourself, or getting the wikipedia version with all its dependencies which I guess depends on how much you already imported [19:23:35] So what is this about? Help with games ot development? [19:25:23] This is a Discord server dedicated to the Miraheze wiki farm. [19:32:06] hi can someone delete this article on the communities wiki as the wiki is deleted (im the bcrat) https://communities.miraheze.org/wiki/Noob_Team_Zone_Wiki (along with item) [19:55:11] [1/2] How do I prevent this from working just to show someone how to do this code? [19:55:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521967427431174426/image.png?ex=6a46c21f&is=6a45709f&hm=420e1903291d9d89767e4fc84fb7b028f1e0b8ad96faf8ebd5f1f9e49e90b058& [19:55:45] If a wiki is listed in all wikis on the communites wiki, does that mean they have an item? [19:57:03] thing/nowiki [20:22:10] how long should I expect to wait until my wiki import request is done [20:28:33] https://issue-tracker.miraheze.org/tag/import/ [20:31:32] oh [21:18:54] out of curiosity, about the part of Matomo Analytics that says "You can use targeted campaigns to measure audience and reach." has anyone ever done that? how does it work? [21:28:15] <.guardianx.> working on ingesting a ton of information to pages from a game to a wiki and I am wondering, how often should I / am I allowed to check then push to a page? I set it to a 1 second delay on request / push. is that enough? [21:29:20] Yeah that's a reasonable delay [22:53:34] [1/2] what is this? [22:53:34] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1522012317947265206/image.png?ex=6a46ebee&is=6a459a6e&hm=9593b8ff4e045320d501a525a680b86173c86072b492d0e60751be0e4f59e842& [22:58:33] captcha broken cant respond on talk pages [22:58:51] with adblocker off same thing [23:00:39] do you have external links in your message? it's usually that that causes captcha issues [23:01:11] I have a wall of text I wanted to embed inside a {{collapse}} but it triggered the captcha. I then tried to link it to gist it also triggered it [23:01:12] [23:17:06] actually, does it work fine if you use the source editor to add it in? otherwise make enough really minor userpage edits to get yourself the autoconfirmed role [23:17:34] I did it in the source editor [23:18:26] the image you showed looks like it was done in DiscussionTools rather than the source editor [23:21:34] [1/2] it was in the discussion tools in the source editor [23:21:34] [2/2] I did have some external links asctually in my message that Ive missed removing them I was able to add it so issue solved:pupCoffeeMH: [23:23:16] DiscussionTools is not the source editor, source editor is what you get when you press the edit button [23:33:53] I get it, but technically there are visual and source editor options when replying [23:40:09] btw if you look at , you can see there's actually a way to link to wiki.gg without external links e.g. [[wgg:support:RANGER navboxes]] [23:40:10]