[00:10:08] where can i send a request for a rename? [00:11:00] https://meta.miraheze.org/wiki/Special:GlobalRenameRequest [00:11:08] ty [03:51:36] Um... how do I set IndexNow for our wiki? [04:09:13] For Bing? [04:13:04] good morning to everyone(⁠◔⁠‿⁠◔⁠) [04:14:18] https://cdn.discordapp.com/attachments/407537962553966603/1540212425884958740/dd5c2a0aa516b4eddbdea81dd8085439.mp4?ex=6a89221a&is=6a87d09a&hm=cbdad928a3f6672ebe05401adae4fb155bd27649cbb044ba6bb2bb2119464ff9& [04:16:47] yes [04:17:53] Is the sitemap not sufficient? [04:19:20] I don't know, but Bing has been suggesting that we use indexnow. [08:35:13] what is MirahezeRenameBot? [08:39:30] It's a bot that automatically does low risk rename requests, as far as I remember. [09:49:19] it's a miraheze bot that renames people [12:32:15] Hello? [12:34:34] Hello [12:36:47] Can I have some help? [12:38:43] With what? [12:38:47] CSS [12:40:11] With what specifically? [12:40:20] Makeing any at all [12:40:37] I whant to change the background of my wiki [12:49:54] https://dev.miraheze.org/wiki/Template:Background [13:12:23] Anyone know a way to get the height of a page without collapsibles affecting it? `document.body.scrollHeight` does get the height of the page, but it factors in any hidden elements so it causes a heavy overflow. [13:18:32] can you delay until after collapsibles do their stuff? [13:19:09] Not sure. I think it might apply to ANYTHING that has `display: none;`, not just collapsibles. [13:19:35] `mw.hook( 'wikipage.collapsibleContent' )` [13:20:17] Update, its both collapsibles AND scrollable content. [16:39:41] blonde blazer in. [16:39:47] actually i changed the pfp but itll be back soon. [16:40:09] [1/2] is there a reason why trying to link a image URL for a background-image (for a div element) returns as insecure input [16:40:09] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1540400123471728830/image.png?ex=6a89d0e8&is=6a887f68&hm=d1d66d956818af7c696d625ad4ce2f4ae9579e005a09bb04c31321be929e4b2b& [16:42:17] You need to do the static.wikitide.net URL, which you can get by clicking the "Original file" link on the file's page [17:56:04] Can I point out that the good examples for requesting Wikis are also all technically bad examples? [17:57:05] By all means [17:58:06] So in short, the minimum character requirement is 350 characters. The example messages are all under 300 characters long. [17:58:55] In fact, the longest example is 254 characters, I think. [18:06:03] Huh! [18:06:41] Yup, checks out [18:06:45] Silly oversight from us [18:51:49] Written before that requirement was added, IIRC [18:51:59] The whole guide needs an overhaul [18:52:58] Both for brevity and accuracy. 😅 I count my guide among those [21:53:43] I’m gonna punt this to #volunteering for anyone who wants to pick at it as a mini project, if you’re interested in the meta workings and want to write a new example yourself, by all means feel free to drop one or ask :-) [21:56:04] Alright! [22:23:15] [1/2] how do i change the font to be the same as on the rest of the page? whenever i do `==(Text)==` it does this weird font that i do not particulairly like [22:23:16] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1540486470475980800/image.png?ex=6a8a2153&is=6a88cfd3&hm=b036b7226da467e13fdab646638abb62ffcba485f84c208b1a050e1b527c2897& [22:24:12] headings don't use the body font by default because Somebody Thought That Was A Good Idea [22:25:07] what skin (not sure if it matters but making sure) [22:28:02] Vector (2022) [22:28:08] 😭 [22:30:54] So media [22:30:55] Much wiki [22:56:05] How do I apply this to all pages auto maticly [23:12:03] https://dev.miraheze.org/wiki/Template:Background#Setting_a_site-wide_background [23:13:30] Were do I put it. I gonna guess Common.js. [23:14:04] Yes. Right before you run the `mw.loader.load` incantation to load the gadget. [23:15:38] [1/12] So like this [23:15:38] [2/12] ef166682258889158a7ea4026/dist/BackgroundImage/gadget-impl.js"); [23:15:38] [3/12] window.gadgetBackgroundHints = [ [23:15:39] [4/12] { [23:15:39] [5/12] "image": "https://i.ytimg.com/vi/mfId4gv8oHk/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLCvcyC6IAsx3UHEzNjWQ5KxCqcKgQ" [23:15:39] [6/12] }, [23:15:40] [7/12] { [23:15:40] [8/12] "image": "https://i.ytimg.com/vi/mfId4gv8oHk/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLCvcyC6IAsx3UHEzNjWQ5KxCqcKgQ", [23:15:40] [9/12] "portrait": true [23:15:41] [10/12] } [23:15:41] [11/12] ]; [23:15:42] [12/12] mw.loader.load("https://cdn.jsdelivr.net/gh/lihaohong6/MirahezeDevScripts@b9fda1b405115af [23:16:33] I think the formatting broke becauseyou moved what's at the end to the front but yes that seems correct. [23:18:12] I may have done it worng. Its not doing it site wide. [23:19:44] so do you know a fix [23:19:45] ? [23:35:59] just used `===(text)===` as the header instead of `==(text)==` for now until i find a better solution [23:46:20] [1/2] because you see... the input is insecure [23:46:20] [2/2] You'll have to add in backgrounds with site CSS, as iirc not even TemplateStylesExtender allows image URLs [23:52:50] [1/2] uhhh, how to get rid of the [edit | edit source] thing? [23:52:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1540509013559476365/image.png?ex=6a8a3652&is=6a88e4d2&hm=e3fdd385832b899978db51c88175d534a30a812a8a53d4908aef73bf0b23bd77& [23:53:15] pretty sure i read somewhere how to do it but completely forgot [23:54:44] `display: none` (CSS), `NOEDITSECTION` (magic word) [23:55:34] oh yea i just found the `NOEDITSECTION` thing lol [23:55:36] thanks! [23:55:39] 🩵