[00:08:02] figured out that i just had to purge MediaWiki:Sidebar to get my changes to work. but the "mainpage" link points to "Main_Page". i don't know how that was configured in my previous host... [00:14:54] [1/2] What would be the CSS style or code for making text like this? [00:14:54] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315109312732991488/image.png?ex=6756367d&is=6754e4fd&hm=360b5fa4c8e7bbad0e02ac4347bea1af278ccfc930e596ae87583f532daddc64& [00:15:22] also i had custom skin, can i do that here? it was just a modified monobook, it looks like i have to send a request to get a new skin added? [00:15:25] so basically if a template takes a parameter, it would surround the text with a box like this. [00:17:53] oh wait, i'm dumb! i just needed to purge MediaWiki:Mainpage too [00:25:35] ๐Ÿฅš [00:41:23] text/code [00:47:31] I know that part of it but what would be the proper code for the box that looks like this style? [00:53:49] ah [00:53:55] Not sure [00:54:01] its monospaced i think [00:55:33] [1/2] Help. How to document parameters> [00:55:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315119542967472231/image.png?ex=67564004&is=6754ee84&hm=fe85ba418733e0c5f696c8a10aaf41470e62eaf9e9845d9ae2ff39898d8fe87d& [00:56:51] https://cdn.discordapp.com/attachments/407537962553966603/1315119871532466237/image.png?ex=67564053&is=6754eed3&hm=ee190f909dffcf4a64984a4430b508debb50222a15cf2dc8fdb2e659710fffc2& [01:12:29] [1/2] ik this is a stupid question but i tried to make a character infobox template for a new wiki... it worked fine on TestWiki, but now when i try putting it into the wiki it's meant for, it doesn't work, the base infobox template doesn't show up, and there's a redlink to Template:Infobox? [01:12:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315123807425400943/image.png?ex=675643fd&is=6754f27d&hm=ce60e420f199cee8af8d716b4bff7488402c9e3ee4d89ac31784c8a466ec8515& [01:23:57] You also need to copy over `Template:Infobox`, as the character infobox depends on it [01:28:22] ohhh. would that be the source code on the Template:Infobox page on Wikipedia, or something else? [01:28:52] https://publictestwiki.com/wiki/Template:Infobox [01:39:24] thank you!! [01:56:27] did you mean dev [01:57:03] The person said that their template was on TestWiki, which is where I assumed `Template:Infobox` would be [01:57:50] aaaaaaaaa [02:00:28] https://cdn.discordapp.com/attachments/407537962553966603/1315135881589555282/image.png?ex=67564f3c&is=6754fdbc&hm=8da3d375cd5cdbd0f5d34999f1b30cff96f1d3bb215285caaedc3c6e0470afc7& [02:38:18] if you need help w citizen lmk ๐Ÿ’ช๐Ÿ’ช๐Ÿ’ช [02:48:51] https://cdn.discordapp.com/attachments/407537962553966603/1315148055653253220/message.txt?ex=67565a92&is=67550912&hm=15a6491eb81cd254e59910256943fb0e3f8937f88b1b8a8dfe426b57fee38cfd& [02:50:12] I think I have a twinkle error here causing the bulk of the issues [02:50:13] Access to XMLHttpRequest at 'https://dev.miraheze.org/w/index.php?title=User:Immanuelle/twinkleoptions.js&action=raw&ctype=text/javascript&happy=yes' from origin 'https://shinto.miraheze.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. [02:59:49] oh I'm so dumb! code is actually the proper format for this. [03:12:50] [1/2] 1/5th of the way!!! [03:12:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315154091370086550/image.png?ex=67566031&is=67550eb1&hm=1b27ba222d2f745d2035c9efded5221f8c7088e444856fa51c2f53ffe7c12e15& [03:34:37] How do I fix the Access-Control-Allow-Origin [04:27:16] [1/2] did styling to my wikitable and all of a sudden this happens [04:27:17] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315172826528874609/image0.jpg?ex=675671a4&is=67552024&hm=e9ade770fefa0b7a05a34d6304fd0da4dc558d684a20f04c49994d374f0ea739& [04:27:43] [1/18] my css: [04:27:43] [2/18] ``` [04:27:44] [3/18] .wikitable tr:first-child th { [04:27:44] [4/18] background: var(--color-surface-1); [04:27:44] [5/18] } [04:27:45] [6/18] .wikitable th, .wikitable td { [04:27:45] [7/18] border-left: var(--border-width-base) solid var(--border-color-base); [04:27:45] [8/18] border-right: var(--border-width-base) solid var(--border-color-base); [04:27:46] [9/18] } [04:27:46] [10/18] .wikitable tr td:first-child, [04:27:46] [11/18] .wikitable tr th:first-child { [04:27:47] [12/18] border-left: none; [04:27:47] [13/18] } [04:27:48] [14/18] .wikitable tr td:last-child, [04:27:48] [15/18] .wikitable tr th:last-child { [04:27:49] [16/18] border-right: none; [04:27:49] [17/18] } [04:27:50] [18/18] ``` [04:32:12] issue solved ๐Ÿ‘ [04:47:22] lmao basically but not communist [04:47:41] ah okay [04:54:13] How do I write a footnote as a non-reference? [04:54:21] or do you need to make a template? [04:54:58] like in a table [05:19:58] [1/2] You could use: `[[#ref_{{{1}}}|'''{{{2}}}''']]/cite ` and create with this the [template:note]. [05:19:58] https://meta.miraheze.org/wiki/Template:%7b1 https://meta.miraheze.org/wiki/#ref_%7b%7b%7b1%7d%7d%7dhttps://meta.miraheze.org/wiki/#ref_%7b%7b%7b1%7d%7d%7d [05:19:58] [2/2] Then use `{{note|1=note-name |2=a note}}` [05:19:58] https://meta.miraheze.org/wiki/Template:note [05:21:15] (Please ignore the bot links) [05:31:28] https://cdn.discordapp.com/attachments/407537962553966603/1315188980412846080/Screenshot_2024-12-08_at_11-28-59_Template_Cc-by-sa-4.0_-_Aceistan_Wiki.png?ex=675680af&is=67552f2f&hm=c879cab62c8c3748144dc8e900d96114a0e73df459f5d105976ef2e52906decc& [05:31:44] oh okay got it [06:15:32] did the citizen skin update [06:15:46] [1/2] because uhhhhhh this is at the bottom of the main page? [06:15:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315200131133341766/image.png?ex=67568b12&is=67553992&hm=29ad75340311f226c237257fdff921478f56c018f07c63414bc4ebda355a56a6& [06:16:24] looks good tbh [06:17:51] looks like citizen just neutered the tables on the main page of our wiki xD [06:18:16] wdym [06:18:38] https://rainverse.wiki/wiki/Rainverse_Wiki?useskin=citizen#Rain [06:18:40] poor table [06:21:17] nvm citizen just uncovered some weird width thing we did (why??) [06:31:20] lmao [06:51:01] i noticed this today [06:52:53] yea looks good but less accessible [06:54:28] yea [06:54:32] new feature [07:35:41] this lua error isnt going away ๐Ÿ˜ญ [07:46:15] just import it [07:49:01] well [07:49:08] i do currently need help [07:49:16] ? [07:49:18] with [07:51:39] well [07:51:46] basically the same thing i wanted help with yesterdau [07:51:52] making the background like dustloop's [07:52:01] like GGST's wiki [07:52:54] so whats the issue now [07:53:05] i still havent been able to do it [07:55:06] [1/8] prob something like [07:55:07] [2/8] ``` [07:55:07] [3/8] body { [07:55:07] [4/8] background-image: url(https://static.miraheze.org...); [07:55:08] [5/8] background-position: top; [07:55:08] [6/8] background-repeat: no-repeat [07:55:08] [7/8] } [07:55:09] [8/8] ``` [07:55:12] i thought you managed to accomplish it [07:59:41] this is the problem i have [07:59:47] it doesnt scale with zooming in or out [08:00:03] and it also gets covered a bit by the wiki stuff [08:00:10] https://cdn.discordapp.com/attachments/407537962553966603/1315226403624452117/image.png?ex=6756a38a&is=6755520a&hm=fd2fde098a696e522cb40494b032feadc98d39701d43250b1479f40b14d27063& [08:00:32] https://cdn.discordapp.com/attachments/1271819924469448744/1315032457103544370/Medal_uGCOOUVPGf.gif [08:00:36] this is what i want basically [08:00:37] [1/2] > scale with zooming in or out [08:00:37] [2/2] `background-size: 100% auto` [08:01:24] still doesnt work [08:03:24] have you previewed it [08:03:36] yeah [08:03:44] testing all this on my own css page thing [08:04:18] send me a link to ur wiki [08:04:39] https://blackmagicii.miraheze.org/wiki/User:GUNTGP/common.css [08:04:45] here's the page im testing on [08:04:54] im not doing this on the wiki yet since it's gonna take 5 years [08:06:22] How can I edit localSettings.php [08:06:27] you cant [08:06:46] [1/2] is this what you wanted [08:06:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315228064963104768/image0.jpg?ex=6756a516&is=67555396&hm=9c098206a737fbca3d55dc1b7c13702aa983ea1314bc2ae784972fe94a2dc3bc& [08:06:56] yes holy fuck what [08:06:58] I want to use twinkle on my wiki and I am not sure how I can do it without editing localsettings.php [08:07:09] maybe ask mira staff [08:07:17] `background-position: 55px top` [08:07:49] thank you holy [08:09:39] the thing i import the whole category [08:09:45] also you should put it in Citizen.css [08:09:50] oh [08:09:53] not common? [08:09:57] common.css affects all the skins [08:10:10] people can look at the wiki with a different skin? [08:10:43] [1/2] yes [08:10:43] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315229054890151967/image0.jpg?ex=6756a602&is=67555482&hm=9f8ff2ebbdc79d1a05d20655340859c9a9580e351f1324ef6fd31bb9ffd93b01& [08:10:55] do i have to [08:10:57] accustom to all these people [08:11:06] so the page individually? [08:11:16] yea [08:11:20] no [08:11:35] ok good [08:11:53] [1/3] people can change the appearance of the wiki for them [08:11:53] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1315229350307696690/image0.jpg?ex=6756a648&is=675554c8&hm=0ba62669e52b310312b151a279a5c16bd74e2d72d75746a7b8cc138100ad7aa7& [08:11:54] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1315229350572064930/image1.jpg?ex=6756a648&is=675554c8&hm=cf8a7fcf075f68afcc412b52d7f48da1aa73853bf2fb08d128d6d4534ef6a2dd& [08:12:15] [1/4] i see thanks man [08:12:15] [2/4] even tho i seem to know these 2 months of inactivity can cause it ig xd [08:12:15] [3/4] exam pressure was though [08:12:16] [4/4] But thanks [08:12:23] ๐Ÿ‘ [08:12:34] [1/2] if you want to disable a default built in skin, go to Special:ManageWiki/settings [08:12:34] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315229521011806218/image0.jpg?ex=6756a671&is=675554f1&hm=d67cb6e5d6225609a26564d3a05ceb9d7ca763164abcbcc44f35adec160cc58e& [08:12:48] no prob [08:17:37] issue still persists [08:18:54] [1/2] its looking for a module in Dev namespace (Dev:Namespace detect/data) [08:18:54] [2/2] you can rename the line where the Dev namespace is used to Module, then import Dev:Namespace detect/data but change the namespace destination to the Module namespace [08:26:40] is there a way to hide a page from the search bar [08:27:22] just the search bar [08:35:21] I don't think that's currently possible, at least easily [08:35:43] since https://phabricator.wikimedia.org/T24251 has been open for 10 years now [08:36:49] Oh interesting, perhaps it might be possible to do it with CirrusSearch and `class="navigation-not-searchable"` @toastedwell [08:36:49] https://cdn.discordapp.com/emojis/1306014295246639187.gif?size=48&animated=true&name=waaa [08:37:00] if you want I could enable CS on your wiki so you can try that out [08:38:19] don't mean to interrupt but i dont think i have CS installed even though i requested for it [08:40:24] naw im good rn im abt to sleep anyways [08:40:33] ill see abt it later [08:40:48] I am not able to get wtinkle working [08:42:00] what's your wiki URL? I'll enable it now [08:42:07] utg.miraheze.org [09:24:27] anyone know how i can create templates? [09:25:46] depends what you mean by template [09:26:04] i guess a small box for now [09:26:06] with text in it [09:26:15] all im looking for right now is how to actually make the page [09:26:18] or whatever it's called [09:26:43] just type it into the url bar Template:Something [09:27:24] alright [09:27:56] [1/2] most things that are boxes (navbox/infobox/page notices at the top of a page) are actually just some kind of table: [09:27:56] [2/2] https://www.mediawiki.org/wiki/Help:Tables [09:28:27] hello everone! [09:29:22] [1/3] i was wondering why my search bar cannot find search results since like, a week ago? [09:29:22] [2/3] I asked for hta ctivation of CirrusSearch, but the results stopped working before i asked for it [09:29:22] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1315248849379528794/image.png?ex=6756b871&is=675566f1&hm=2d59b8de6317308365477d9b92aed6699279dac00da8d20e436b7880c983b6ce& [09:29:38] would anyone have an idea of why it stopped working? [09:29:49] it also stops finding anything when looking for a template name or a picture [09:29:57] unless you type the exact name of what you're looking for [09:33:59] @pixldev i installed Extension RobloxAPI but its not showing in Special:Version nor working [09:34:05] did something happen on the backend [09:34:28] i think you could ask someone that is online like Reception123 [09:35:19] @reception123 [09:37:00] oh he installed it so i thought id ask him [09:38:57] oh alright [09:42:22] [1/2] oh nevermind [09:42:23] [2/2] i didnt check phorge i just was remembering what he said erlri [09:42:28] he did instlal it [09:58:37] how do i add text to my template [09:58:40] https://blackmagicii.miraheze.org/wiki/Template:Header [09:58:43] this is what i have right now [09:58:56] trying to use it on the main page and add text [09:58:59] not really working so far [10:18:46] add `{{{1|}}}` before `/div` [10:18:46] https://meta.miraheze.org/wiki/Template:%7b1 [10:19:02] then to use the template do `{{header|yourtexthere}}` [10:19:02] https://meta.miraheze.org/wiki/Template:header [11:11:42] i used a alternative i made my own template [11:53:01] [1/2] Hello! So, im worried about image sizes. I have uploaded a 1280*800 (roughly) webp which i have compressed so that it only takes 50KB. But Mediawiki seems to make .png previews of it which are larger (even the smallest version)! I can make these images on my computer (and add webp compression to reduce massively their space) but is there some way to upload them and force mediawiki [11:53:01] [2/2] to use them as the different sized previews of the original image? Or should i not worry? [12:16:19] [1/2] YES [12:16:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315290864133603388/image.png?ex=6756df92&is=67558e12&hm=900bea7cd86749bf26c9327e0ac994e99549b72427d81593b0840fb851b0862b& [12:19:00] [1/2] dafuq.................... [12:19:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315291537751670914/waterfox_69U8jZheW7.gif?ex=6756e033&is=67558eb3&hm=d38d82c7d7e316036792678c4190d19eb9787197f32fb4560a33bb050f1f2692& [12:31:24] hey is the robloxapi extension not working or am i just stupid [12:31:37] hm? [12:32:38] Can you be more specific than not working [12:32:41] new extension for the roblox api [12:32:54] i think more specifically for the games.roblox.com endpoint [12:32:57] hmm? [12:33:33] try refreshing and remove cache? [12:33:52] [1/2] cant even do it if i can [12:33:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315295278668054578/image.png?ex=6756e3af&is=6755922f&hm=12372f7056ca8736910710ace955a88ea5393ece16f8ba73b2ac1a513f56f3ed& [12:33:54] the menu [12:33:54] is [12:33:57] hidden ๐Ÿ’€ [12:34:21] [1/2] uhhhhhhhhh LOL [12:34:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315295404593778791/image.png?ex=6756e3cd&is=6755924d&hm=46fed8bea0099abdaf4d056e907d5de1d6359a7511c7db2f8e8f90d25058d3eb& [12:34:27] menu? [12:34:29] aghh [12:34:52] dude [12:34:57] tf [12:35:22] just removed cache [12:35:25] nope [12:35:37] try reviewing the css? [12:36:01] lemme see for my self [12:36:18] `?safemode=1` in URL to check w/o custom mods [12:36:35] wait item asylum wiki? [12:36:58] no not the fandom one [12:37:02] https://jbcstudios.miraheze.org/wiki/JBC_Studios_Wiki [12:37:16] wait u dev of ia? [12:37:28] no im the bureaucrat of the fandom wiki [12:37:39] ah i see [12:37:43] yuh......... [12:37:52] man ia is one of my fav roblox game [12:37:58] real..... [12:38:13] anyways [12:38:23] lemme [12:38:43] nope [12:38:48] [1/2] u mean this? [12:38:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315296521721352222/Screenshot_2024-12-08_at_18-36-59_JBC_Studios_Wiki.png?ex=6756e4d7&is=67559357&hm=a3175fdbf98406f7190feb13d46cfa96e343f2b6340836308071a5dacbc53738& [12:38:54] or something else? [12:39:02] ah i get it [12:39:07] the 3 dot? [12:39:12] yeah [12:39:49] i dont even think they noticed this when they updated the skin [12:40:02] umm its working for our wiki? [12:40:12] wha t [12:40:22] yea wait [12:40:51] [1/2] needs styling but look [12:40:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315297036450398320/2024-12-08_18-40.png?ex=6756e552&is=675593d2&hm=f2944ee4806a9a3702b17aae27705695d68d2dbce2711aafb737d2a346769002& [12:40:59] ah [12:42:02] [1/2] wtf its a overlap [12:42:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315297335324053575/2024-12-08_18-41.png?ex=6756e599&is=67559419&hm=26ee62b67753a60ac7e20bea1b33528bd382173da107f309a2155e20436c5b7c& [12:43:42] yeah [12:43:45] [skunked](https://cdn.discordapp.com/emojis/1215318818533019648.webp?size=48&name=skunked) [12:44:07] yea [12:44:09] not working [12:44:24] doing a parser thing does not do its intended thing [12:44:47] how did you style it until it became like this [12:45:51] ^ [12:46:28] i dont even know [12:46:54] the last time the wiki was styled, it was done by someone else ill just ask them [12:47:01] try viewing history [12:47:35] holy so many pages [12:47:38] [1/7] ``` [12:47:38] [2/7] .citizen-page-header-inner { [12:47:38] [3/7] background-color:var(--color-surface-1); [12:47:39] [4/7] padding:var(--space-unit); [12:47:39] [5/7] border-radius:var(--space-unit); [12:47:39] [6/7] } [12:47:40] [7/7] ``` [12:47:58] Some mf moved all of them [12:48:00] I can't move them back [12:48:05] without it crashing [12:48:57] [1/2] its working on this wiki [12:48:58] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315299078208229437/image.png?ex=6756e739&is=675595b9&hm=4afb4a82787e5af373f3626d8daeadbeff9e9f42a06d413e31afbd7d7b9d77dd& [12:49:07] https://dovedale.wiki/ [12:49:28] well yea because theyre self hosted... [12:49:32] miraheze did a whoops [12:50:01] womp [12:56:08] miraheze done goofed up [12:56:15] what happened [12:56:29] roblox extension aint working ig [12:56:32] oh [12:56:40] robloxapi doesnt work when you use any parser functions [12:57:31] [ropro firefox](https://media.discordapp.net/stickers/1070446310043418724.png?size=160&name=ropro+firefox) [13:21:59] Eclair [13:22:04] It doesnt even show in special:version [13:22:25] we arent mira [13:23:50] y'all be having problems activating robloxapi [13:23:56] i be having problems finding it on mirabeta [13:24:08] anyway, i'm like way too tired lol [13:24:30] new extension really got fumbled [13:25:20] reminds me of CustomSearchProfiles [14:42:13] @khattab4543 #verify for links btw. Also you can edit interwiki yourself if youโ€™re a crat [14:59:54] Thanks! verified... [15:00:05] And, I can edit interwiki links now. [16:22:34] How do I change the banner on the top left corner? [16:22:38] I want to add an image there [16:23:52] what banner [16:26:34] [1/2] basically this I want to add an image [16:26:34] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315353838059913216/image.png?ex=67571a39&is=6755c8b9&hm=935681534fd5e3d13b8c9f49c725378e7c94b083ef38a70dbc966a2d68b6abc1& [16:26:39] on the top left corner of a Wiki [16:29:11] thats called a Wordmark [16:29:19] you can change it in Special:ManageWiki/settings [16:31:08] oh thanks. How do I change wordmark to image? [16:31:09] https://cdn.discordapp.com/attachments/407537962553966603/1315354995155013682/image.png?ex=67571b4c&is=6755c9cc&hm=427a8bb2172a7291ea23f639d9dc1e2decbdb3761f603db4a901871f8ac59e22& [16:31:14] It doesn't let me 'upload'. [16:31:17] i guess it's via icon? [16:36:11] upload your wordmark via Special:Upload [16:36:26] then once done, copy the image address (static.wikitide.net) [16:36:29] and paste it there [16:37:38] [1/2] it won't let me access this? I'm the creator and admin [16:37:38] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315356627326734386/image.png?ex=67571cd2&is=6755cb52&hm=a9db865935c574e1d10d703dfb903d382c5b89fa54d040bae77e9f1571204b86& [16:38:12] maybe wait for a few minutes [16:38:30] Hmm, that wiki has been around for a few days. it lets me do other things but not sure why it's locked [16:38:48] That's us [16:38:53] Announcement incoming [16:39:02] Oh. so all Wikis have this locked? [16:39:49] Not all [16:40:02] [1/2] same [16:40:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315357229960007732/image.png?ex=67571d61&is=6755cbe1&hm=5526e9f41d877be888383baa207cd669052576a1e1de3b1b6fd03461794d1791& [16:48:40] :ThinkerMH: [16:51:50] it is now all wikis [16:53:10] <.imamy., replying to sleepytail> Yea I got the same message [17:04:39] how long is this expected to last? [17:06:47] unsure [17:39:38] is there a way to check the status of the wiki i requested? [17:44:27] <.spacedancer., replying to notaracham> [1/2] I managed to make the subcategories by making the titles redirect to pages [17:44:27] <.spacedancer., replying to notaracham> [2/2] It doesnโ€™t look exactly like a navbox but it does the same stuff [17:45:20] Yes, [[Special:RequestWikiQueue]], all statuses, your username [17:45:20] https://meta.miraheze.org/wiki/Special:RequestWikiQueue [17:45:21] [17:52:36] That.. IS REALLY inconvienient [17:53:57] what is? [17:55:13] The suprise maintenance [17:56:04] It would have been much better than the alternative [17:56:19] we're making good progress [17:56:36] Fair. Not complaining (much), just saying. [17:57:55] i mean you are quite literally complaining [17:58:06] see the much in parenthesis. [17:58:15] Anyways, unrelated question. Checking my old wiki request, what the hell is an approval score? [17:58:44] approval scores was an old AI trial [17:58:49] that went poorly [17:59:28] Huh. Poorly how? [17:59:49] it was mostly useless. the scores were significantly off the mark. [18:00:11] And what was the 'mark' supposed to be? I got a 0.61, apparently. [18:00:19] it was supposed to be how likely a request was to be approved but it never reached a useful level of accuracy [18:00:44] so theoretically there was a 61% chance your request would be approved [18:00:50] oh i was about to ask if anyone else had the maintenance message [18:01:07] may iask, does anyone know how long it is gonna last? just so i know when i can go back and save my page :p [18:01:14] Yeah everyone has it. It's a miraheze database thing, ergo, global. [18:01:16] in reality, we saw very low scores for things that easily should have been and very high scores for absolute nos. [18:01:30] it shouldn't be too much longer [18:01:46] Weโ€™d rather put a pause on things then risk data loss [18:01:56] I like data [18:01:59] Losing it makes me sad [18:02:10] huh. Well that sounds a bit more than 'poorly', but yeah I can see why it didn't stick around. [18:02:17] i totally understand that [18:02:27] well it was never used for anything [18:02:32] i'm not complaining, i understand that it must need maintenance [18:03:03] [1/2] I also like data! [18:03:03] [2/2] Data is very nice to have, and not lose, or corrupt :shook: [18:03:40] I would like to agree [18:29:43] [1/2] tf happened to my infobox style [18:29:43] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315384834633498734/Screenshot_2024-12-09_at_00-28-19_Aceistani_Republic_Aceistan_-_Aceistan_Wiki.png?ex=67573717&is=6755e597&hm=aa5755a96b04926b0d0e61c73572a29a6b5d78d8780546314937d3cbf9ab1a40& [18:29:55] yea [18:31:04] what is the maintenance for? (just wondering) [18:32:19] how did it used to look like? [18:32:54] like wikipedia's one [18:33:01] oh [18:39:13] hey i saved two edits of mine into txt files [18:39:42] very good, you should be able to save them fairly soon [18:39:47] ok, i will [18:44:58] its back now yall [18:45:03] yepee [18:45:08] yep, it is back [18:45:15] @misskoehler49 try now [18:45:23] I'll copy the announcement for our IRC folks [18:45:37] [1/3] Our wikis are now back. [18:45:37] [2/3] Changes made to ManageWiki permissions between between 16:33 and the moment we went read only have been sadly lost. [18:45:38] [3/3] We will have a proper incident report soon. [18:45:39] same to @fog._. and @volcanojungle, should be good [18:45:50] Yep, I saw it. [18:45:52] Thanks [18:46:08] thank you!! [18:46:27] while you're here @rhinosf1 may i ask you a question? [18:46:42] yes [18:46:56] i don't know if you've encountered this before, but my wiki's search function (for pages, tempaltes, images or anything actually) doesn't work properly anymore [18:47:02] i can't even search pictures now [18:47:25] the only thing that still works is when i'm writing the exact name of the page i want to go to (same with templates) but it doesn't work with pictures anymore [18:47:27] when did it start [18:47:42] Cirrus? [18:48:17] for the pictures it started two weeks ago, but now that i have cirrus it doesn't work for everything [18:49:35] what's the wiki [18:50:03] https://rukvadaen.miraheze.org/wiki/Accueil [18:50:22] @paladox @bluemoon0332 ^ can you check the index? [18:50:44] (That part may not have been kicked off on the tech side, there was some confusion following CS enable) [18:51:56] oh lol i just realised a random flag would pop up every day in the embed since there's a "word of hte day" and "country of hte day" things [18:58:59] if you want to exclude that image element try adding `|class=notpageimage` to it [18:59:12] thank you! [19:00:03] https://rukvadaen.miraheze.org/wiki/Accueil [19:02:38] well TIL [19:03:03] for what [19:03:31] i suppose something's making the search results unables to be shown [19:03:44] It being built [19:05:00] huh? [19:05:12] oh do you mean mainpage-leftcolumn-start doesn't work? [19:07:15] oh index [19:08:16] @volcanojungle does it work now? [19:08:58] yeh, they have that enabled. [19:12:32] oh yeh i can't find Acc in the search which should match the page you linked to [19:12:34] strange [19:14:48] it works for pages let me check for the rest i'll let you know asap [19:14:53] Works now [19:16:42] works alright with the templates [19:17:04] PageImages automatically adds `og:image` meta properties to the page which to my knowledge are used for the embed so that's the best way to fix it [19:18:34] it also works for pictures [19:18:37] thank you very much [19:31:39] oi MacFan4000 you on [19:32:11] i'm here @pixldev [19:32:25] could you give me a hand with something [19:32:56] im trying to setup an edit notice on SR so people stop putting posts on the wrong page [19:33:04] its not loading though [19:33:22] https://meta.miraheze.org/wiki/MediaWiki:Editnotice-0-Steward_requests [19:33:51] https://cdn.discordapp.com/attachments/407537962553966603/1315400975237775420/jFVJeFd.png?ex=6757461f&is=6755f49f&hm=5efa6cf44f11885d4b76efcac466704c5485b821aacf3b39d9e292624e6b9609& [19:34:16] copying and pasting the qqx text errors saying its the same page [19:34:50] thinking to maybe just copy the [[mediawiki:editnotice-3]] page and make it on [[Steward requests/Editnotice]] [19:34:50] https://meta.miraheze.org/wiki/mediawiki:editnotice-3 https://meta.miraheze.org/wiki/Steward_requests/Editnotice [19:34:51] [1/2] [19:34:51] [2/2] [19:35:25] the editnotice is showing up for me [19:35:32] guh [19:35:54] Oh NOW you work. I hate mediawiki [19:36:00] guess it was just sleepy? [19:36:05] i did purge before though [19:36:08] :shrug: [19:36:31] at least it shows up in the add topic link [19:36:52] https://cdn.discordapp.com/attachments/407537962553966603/1315401730506231858/Lmdw9Vy.png?ex=675746d3&is=6755f553&hm=0f589e7460dc78b80456232e083058585f104311e2da7cb7ab9fe7afe9ce53d1& [19:36:54] better then id hoped [19:45:11] Does anyone have recommendations for an extension that would let us put site-wide announcements on our wiki? Like a banner type of thing that would appear on each page with whatever notice we want [19:47:30] You can do that anyway [19:47:36] Mediawiki:Sitenotice [19:48:13] Oh cool, thanks! [20:34:48] for the timeless watermark logo, where does it actually go in the field box? [20:35:02] [1/2] here? [20:35:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1315416371470929991/image.png?ex=67575476&is=675602f6&hm=80f16c032bf9ce01d1e573c1bf7e685b2def547286872ba343dd91b2b7a4e3c3& [23:04:40] [1/2] I have this error when trying to use twinkle. How do I fix it? [23:04:40] [2/2] Access to XMLHttpRequest at 'https://dev.miraheze.org/w/index.php?title=User:Immanuelle/twinkleoptions.js&action=raw&ctype=text/javascript&happy=yes' from origin 'https://shinto.miraheze.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.