[00:00:34] If it requires human review, it may take a few days depending on how big queue is [00:01:06] 60 people queue, ai keeps forcing me to make more stuff [00:01:06] i dont feel like spamming kore requests [00:01:16] does the AI do instant green? [00:01:33] it says in review after almost a week 😭 [00:02:18] could you review if possible? if not i’ll just wait [00:02:27] it says you are a wiki reviewer [00:02:32] https://meta.miraheze.org/wiki/Custom_domains [00:02:43] nope the format inside the wiki [00:03:07] they told me they use miraheze so that’s how i found miraheze [00:03:19] pretty cool its been up for 10 years [00:03:33] https://meta.miraheze.org/wiki/Help:How_to_customise_the_look_of_my_wiki [00:03:42] appreciate it! [00:03:46] [1/2] Please do not send me unsolicited friend requests. No Wiki Reviewers do not review requests by request, we review them in order. [00:03:47] [2/2] The original request will be where the human reviewer would send the review [00:03:48] i hope you like CSS because you'll have to learn it [00:03:54] yikes [00:03:58] oh [00:04:00] background color [00:04:14] sorry sir, that was my fault. i will be more mature next time. [00:04:22] and thank you for the help! [00:04:59] hopefully im next in line, have been up for 5 days and averaged response is 4-7 days [00:33:52] wdym btw css [00:34:01] is media wiki like an advanced wiki site [00:36:09] Mediawiki is the software wikis on Miraheze and most wiki providers are built on. CSS or cascade style sheet is a programming language used to style it. [00:36:31] all websites that use HTML are styled with CSS [00:40:02] yeah i understand [00:44:11] CSS is 😣 [00:44:25] could be worse, it could be JS [00:44:35] I feel like I should learn that too... [00:44:37] Could be worse could be python [00:44:58] without python I wouldn't have the luxury of mwscript and mwdeploy so hard disagree [00:45:24] Just dont have an extra whitespace ANYWHERE [00:45:49] honestly skill issue if you do :3 don't fall asleep at the keyboard [00:46:16] Not my fault theres a .000001 width space somewhere in my 200 lines of code [00:46:21] I assume it's not possible to "reverse lookup" CSS? like see what something on your CSS file affects across the whole site [00:48:05] @cosmicalpha sir, how is that not “valid” [00:49:18] There is no understanding what you are even running for considering the first request. The second request seems to be just requesting because I told you what it was. If there isnt even understanding what is being requested I do not consider the request as valid. [00:49:32] the tag says [00:49:36] what im requesting [00:49:38] but ok [00:49:49] ill try one last time and be clear on what im requesting. [00:51:07] ok i added which one i am requesting clearly [00:51:28] and i understand what i am trying to request [00:51:31] If this continues you will be sanctioned in this server. There is no shown understanding for what is actually being requested. You seem to want your wiki reviewed and not wanting to wait at all. [00:51:38] no [00:51:52] i am waitibg [00:52:57] sir, i dont think it’s necessary to ban someone for requesting to become a moderator.. [00:53:15] I'm not going to sit around arguing with you here. If this continues I will ban you from the server. It is becoming increasingly clear you don't actually have anything you want to offer. Just the fact that you created 3 requests in a row after being told no is enough for me to ban you. Ive given enough of a warning and if it continues that will be the result. [00:55:00] banning someone again for a request sounds wrong [00:55:20] Stop. [00:55:33] alr [00:55:35] sorry [00:55:38] Nope [00:55:44] That's the beauty of CSS [00:55:59] Hmmm you can use javascript to find out what elements on the page match your CSS selector as a workaround. [00:56:08] condemned to a 100 years of devtools mines [00:56:41] `$('selector')` in your JavaScript console can generally list all elements matching the selector on the current page [00:56:43] E.g. if your CSS is `.vector-page-toolbar { something }` you can use `document.getElementsByClassName("vector-page-toolbar")` [00:56:55] I guess that could help [00:56:57] But on the entire site not really [00:57:45] main thing is I'm trying to figure out what a whole bunch of imported CSS actually does, especially when it comes to UI stuff. Wondering if there's an easier method than just removing stuff and seeing what breaks or trying to make educated guesses [00:57:57] ($ would be document.querySelectorAll if you're in an environment without jQuery) [00:58:21] Do you have CirrusSearch on the wiki [00:58:41] hmm nope [00:59:03] If some of those classes are content classes CirrusSearch's insource search can help find them [00:59:25] ooh [01:00:54] If those are not selectors for some content classes then you'd have to figure out which skin component or extension those come from [01:01:23] @cosmicalpha i apologize for my actions eariler. [01:01:40] I guess can kind of help with that if you practice searching for code enough [01:02:54] Do you have any particularly puzzling CSS selector [01:08:13] [1/2] not any one in particular, just a lot of them piled up. like there's a `/ frb fundraising notice /` thing that might have been related to the CSS source (rain world) or could have been something to fix a miraheze fundraiser's notice (cause I did notice sometimes the miraheze announcement had messed up colours that needed to be manually fixed). there's also that whole section I del [01:08:14] [2/2] eted that borked my CodeMirror except it didn't actually do that and that was some weird bug [01:08:44] [1/2] this one [01:08:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1410793259738857512/image.png?ex=68b24f1c&is=68b0fd9c&hm=7596af4b11c177e155739ff5806ac1dc6b0635491987936b77a660f86da95439& [01:11:38] cnotice sounds like CentralNotice [01:12:01] can't really think of anything else myself [01:12:48] messagebox, warningbox et al are MediaWiki core [01:13:39] updatedmarker as well [01:14:23] Not sure about that editcount form, sounds like some kind of editcount extension? [01:15:10] Rain World has this installed [01:15:40] ahh thanks [01:16:27] But generally you can try that WMF codesearch tool to check if it's mentioned in some extension repository or MediaWiki core [01:16:53] Not all extensions are included but it's something I guess [01:17:43] The code you find might be confusing but at least it could give a hint to where it's used [01:21:10] @agentisai [01:21:12] hi’ [01:21:20] how do i contribute! [01:21:27] also i have been here for 7 months [01:21:36] it’s just i joined a few days ago [01:21:44] That’s good to hear [01:21:59] though I based myself off of your Discord join date for that specific role [01:22:22] [[Contributing]] gives you a crash course on what you can volunteer for [01:22:23] [01:22:32] ooh [01:22:46] The most common volunteering method is to help answer questions here on Discord like how to change your logo, how to enable a skin, etc. [01:22:52] question [01:23:05] is cosmic below you? [01:23:17] right alright [01:23:19] Off to a great start [01:23:27] It depends on what regard [01:23:34] i would like to complain [01:23:37] can we go to dms? [01:23:38] Ah [01:23:41] Sure [01:24:34] alright [01:47:49] I assume ElasticSearch is already installed? [01:48:06] comes for free with your Cirrus [01:48:57] 👍 [01:54:01] it says it requires managewiki-restricted. I can't find info on this permission on ? [01:54:30] that's one of those things where you ask us nicely at [[SR/RC]] [01:54:31] [01:56:05] ahh I see [01:57:01] I always wondered why it's restricted, because you have to run CirrusSearch:UpdateSearchIndexConfig and CirrusSearch:ForceSearchIndex manually? [01:57:11] damn that ReplaceText thing would have been nice to have [01:58:05] (wanna convert pages from title case to sentence case. afaik the best way to update links without that is to use mass edit with regex on the pages that show up in What links here) [01:58:07] we plan on making it unrestricted but need to make a new OS server to better support that [01:58:41] CA would know better where exactly we are with that [02:00:08] I see [02:00:51] I mean you could just use AWB instead if you're on Windows [02:01:07] or MassEditRegex [02:01:23] Last I heard was Soon™️ [02:01:47] delayed by yet another managewiki rewrite (we love those though) [02:02:01] Or that I guess but I was never a fan of mass editing extensions for some reason [02:02:22] I don't know why [02:03:35] interesting [02:16:05] I thought it got unrestricted? [02:16:23] IIRC some config was added to ManageWiki to be able to run those scripts on enable but it didn’t work properly [02:16:40] wasn't there a vote to unrestrict it but it wasn't possible because of some tech reason? [02:17:14] Raw idea: add a hook to ManageWiki that fires on ext enable and check if cirrus search and run the scripts! [02:17:28] Probably some flaw in not thinking about here [02:17:33] https://github.com/miraheze/mw-config/pull/5831 [02:18:20] [1/2] is there a way to prevent stuff inside from wrapping around to the next line? as in when something like this happens the whole code gets shifted to the next line. the whitespace css options seem to make it just stay in the same line breaking the page boundary if I'm understanding them correctly [02:18:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1410810772665139272/image.png?ex=68b25f6b&is=68b10deb&hm=24fccecc0b0aae59e7e03c8feccc9b75e333a958ab8ca5c18250f60dceaeed2f& [02:20:29] [02:20:52] Probably something like `code { word-break: keep-all; }` [02:21:27] my understanding of word break was it affected single words rather than phrases with spaces in them [02:22:01] Oh yeah I didn't see the space [02:22:20] Then white-spacw: nowrap? [02:23:15] w3schools demo on that one made it seem like it would just cross the page boundary but I'll give it a go [02:27:21] oh that works [02:27:23] ty [02:40:24] what's up with the "Interwiki prefix" thing in Special:Import for uploading XML data. it seems to be mandatory but I'm not sure how you'd handle importing something from wiki you can't interwiki to (like rswiki) [02:43:37] it can be whatever, although I'd keep it consistent [02:44:20] so it's just for documentation purposes? [02:46:05] one way of putting it, the primary way you'll be seeing it is in the edit histories of the imported pages, in the form of (assuming you picked "runescape" as the prefix, for example) `runescape>CoolUser` [02:46:28] ahh ok [02:59:51] I'm going to upgrade this to "Super close"™️ [03:06:33] If you add the prefix to the interwiki table before importing then I'm pretty sure the imported revisions link to the userpages on that other wiki [03:07:16] should do so after as well [03:07:26] might be wrong, haven't tested [03:45:32] There was a discussion chain in https://discord.com/channels/407504499280707585/1006789349498699827/1394768180966195411 if you're interested. [04:23:26] do you know if it's possible to add css/js pages to a category? I know you can do things with the system messages but I haven't been able to find the right message that gets used for the clear cache thing [04:23:50] would like to collect the css pages in particular together so it's easier for ppl to find [04:24:17] (all the templatestyles stuff) [04:44:27] [1/4] Wrap the tag in a JS/CSS comment [04:44:27] [2/4] ```css [04:44:28] [3/4] / This is a file to be placed in [[Category:Stylesheets]] / [04:44:28] [4/4] ``` [04:45:54] JS/CSS files are still parsed by MediaWiki, so `[[some link]]`, `[[Category:Some category]]` in the files are still recognized as links (lmao) [04:46:19] ooh interesting [04:46:43] is that why some of these have nowiki around them [04:46:52] I thought it was like some outdated thing [04:46:58] I think `[[some link]]` don't get formatted as an HTML link but they still show up in Special:WhatLinksHere [04:47:14] Yes, this is exactly why OTL [04:48:00] they seem to, I have a few modules with that [04:48:13] (-- lazily intialize [[Module:Arguments]]) [04:48:14] [04:48:42] always thought that was like, some special feature of the syntax highlighting [04:48:50] Module: namespace is Lua code which is a separate thing. I don't remember if `[[some link]]` is formatted on JS [04:48:56] ahh [04:49:18] wait hmm [04:49:45] shit would it be a problem if I tried to use JS to add "/nowiki/code" then [04:50:19] was planning to modify this https://runescape.wiki/w/MediaWiki:Gadget-code-snippets.js [04:51:04] [1/7] what are you trying to do? In most cases [04:51:04] [2/7] ```js [04:51:05] [3/7] /
/
[04:51:05] 	  [4/7] (multi-line block of code)
[04:51:05] 	  [5/7] //pre/
[04:51:05] 	  [6/7] ```
[04:51:06] 	  [7/7] is fine
[05:00:07] 	  [1/11] it's always in-line stuff used for documentation and help pages stuff like
[05:00:08] 	  [2/11] ```
[05:00:08] 	  [3/11] Example 1
[05:00:08] 	  [4/11] '''Bold text'''/nowiki/code → '''Bold text'''
[05:00:08] 	  [5/11] Example 2
[05:00:09] 	  [6/11] To accomplish this, it uses two forward calls:
[05:00:09] 	  [7/11] # {{#invoke:Forward|main|tlx}}/nowiki/code
[05:00:09] 	  [8/11] # {{#invoke:Forward|main|isexample=1}}/nowiki/code
[05:00:10] 	  [9/11] Example 3
[05:00:10] 	  [10/11] :e.g. {{tlx|Anchor|Name}} can be linked by [[Pagename#Name|Displaytext]]/nowiki/code or just [[#Name|Displaytext]]/nowiki/code on the same page.
[05:00:10] 	  [11/11] ```
[05:00:53] 	  I got sick of typing/copying that syntax so I ended up way more time looking for an easy solution instead
[05:02:12] 	  [1/4] I found several codenowiki templates but you had to substitute then
[05:02:12] 	  [2/4] I found JS to add a codenowiki button that I couldn't get working
[05:02:13] 	  [3/4] I found edittools but also wasn't sure how to get that working
[05:02:13] 	  [4/4] Finally I found code snippets
[05:23:43] 	  well
[05:23:45] 	  it seems to work
[05:23:51] 	  In that case the `...` is interpreted by JS as a string so it should be fine
[06:31:19] 	  ah, I believe I got this idea cause somebody said it in response to a module having that
[07:13:56] 	  How do I disable the disclaimers button at the bottom?
[07:23:09] 	  you mean the link?
[07:40:48] 	  MediaWiki:Clearyourcache
[07:41:48] 	  You can visit pages using ?uselang=qqx to see which messages are placed where 
[07:45:28] 	  I mean, I guess the fact that they are formatted as links is a special feature of syntax highlighting
[07:47:25] 	  Next to donate to miraheze and guidelines yeah
[07:50:08] 	  But being able to use templates, categorize and register links in WhatLinksHere, on JS/CSS pages, is a parser feature controlled by $wgTextModelsToParse and people don't generally disable it because it's sometimes useful to categorize a JS/CSS page or register that a file is used on a CSS page even though it won't really display as a file
[09:51:23] 	  hi everyone
[10:29:57] 	  ohhh
[10:30:21] 	  I was trying to search cache but ig it only works if it's the first part of the word
[10:32:04] 	  this is huge too
[10:32:28] 	  is there a page that determines what system messages appear where?
[10:33:08] 	  oh wait ig I can't see a way to create new system messages so it doesn't really matter
[10:34:37] 	  That's determined by the software so there isn't really a way
[10:37:16] 	  hmm is there a way to detect the file extension with magic words
[10:39:44] 	  might have to just use a string splitting template ig?
[12:34:47] 	  [1/2] um
[12:34:48] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1410965909375418439/image.png?ex=68b2efe7&is=68b19e67&hm=f069ca8e957c82ea930d83dad3a4f36dc35e97b704096ca26de4d1b700957847&
[12:41:15] 	  Yeah that works. You can use `rpos` to find the `.` and then use `sub`.
[13:30:06] 	  Does anyone know how long the cache on `Special:WithoutInterwiki` takes to refresh?
[14:10:50] 	  sounds like it might be more straightforward to just use sub and look for ".css" or ".js"?
[14:11:22] 	  but yes that does make things easier
[14:57:00] 	  [1/2] ???
[14:57:00] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411001698801160384/2025-08-29_17-56-34.mp4?ex=68b3113c&is=68b1bfbc&hm=026e2a7325af0564a09e9638cbae81451da21bc394c5566b2f75fda7b6e6a8b2&
[14:57:04] 	  i cant verificate
[15:16:17] 	  I think something is wrong with the SN template in the requests? 🤔
[15:16:25] 	  https://cdn.discordapp.com/attachments/407537962553966603/1411006586268155904/ywfKZsR.png?ex=68b315c9&is=68b1c449&hm=37abb8e4a0eea6460ae8af8f3783c214c3368d8d1d6687267b3359502240e8ef&
[15:19:45] 	  wu
[15:20:01] 	  transclusion limit is crazy
[15:28:09] 	  Interesting
[15:30:40] 	  okay what is going on here
[15:30:51] 	  in preview i removed most of SR/RC and its still liek this
[15:31:30] 	  the profiling says Post-expand include size is stuck maxxed out despite me making changes
[15:32:03] 	  wait
[15:32:23] 	  ooooo
[15:33:30] 	  @zppix narrowing the issue
[15:33:33] 	  `{{:Steward requests/header|restrictions|header=Wiki restricted setting change requests}}` its this
[15:33:57] 	  Interesting
[15:34:04] 	  that by itself is eating the entire expansion byte limit
[15:34:57] 	  but
[15:35:03] 	  its hasnt been edited in 5 months
[15:36:51] 	  Something is very wrong with the stewards request page
[15:36:57] 	  Lots of things are broken
[15:37:37] 	  i think this is the root issue
[15:37:58] 	  seems to be a template loop
[15:38:07] 	  request dashboard also broke
[15:38:37] 	  seems ro tried to fix it
[15:39:30] 	  I think we talked about it in another server. I might have a quick fix.
[15:39:50] 	  by all means, give it a shot
[15:41:14] 	  My solution was gonna be to pick a piece of the template loop and shoot it out back
[15:41:49] 	  I was just gonna revert and see what else breaks but that works
[15:42:41] 	  It's fixed now. I just changed all the counters to 0.
[15:42:55] 	  what
[15:43:11] 	  > This happens because Steward_requests/Global transcludes Template:Requests dashboard, and Template:Requests dashboard transcludes Steward_requests/Global (for counting the number of pending requests). The same problem applies to all SR pages.
[15:43:49] 	  https://meta.miraheze.org/wiki/Requests_for_Comment/Changes_to_the_Dormancy_Policy_(5) @reception123 thank you for reminding me of my abandoned PR to actually add fast track deletion
[15:44:23] 	  i hate mediawiki
[15:44:39] 	  im gonna go do life stuff now
[15:45:01] 	  and avoid the cripploing sense of overwhelming of thigns i have to do IRl and things i want to do on the net
[15:45:17] 	  That'll be nice. Our wiki number will probably drastically decrease but at least we'll have an accurate number
[15:45:35] 	  I'm learning just now that Google cannot comprehend the /sitemap.xml that's output by mediawiki and I need to manually trigger updates on the individual sitemaps generated within that
[15:45:35] 	  if you wanna take it up by all means
[15:45:48] 	  i wont be touching it for a bit :crycat:
[15:46:01] 	  it what
[15:46:10] 	  The template loop has existed for a very long time and no fixes were necessary. For some reason it suddenly became a problem and even older revisions of `Template:Requests_dashboard` are broken.
[15:46:20] 	  Yes
[15:46:57] 	  When I tell the Google Search Console that the sitemap is https://wiki.avakot.org/sitemap.xml it says there are no pages in the sitemap
[15:47:30] 	  I think the includeonly that was added broke it for some reason
[15:48:27] 	  [1/2] The older revision by MacFan has the same problem. Not sure what triggered it.
[15:48:27] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411014645824880701/image.png?ex=68b31d4a&is=68b1cbca&hm=56ddc00d4f7d7f011b43d83e2b63808c3df582776ea3f3a752064bc2bc38c3dd&
[15:50:00] 	  I wonder
[15:51:25] 	  I wonder if its somehow hitting 2049 max article size
[15:51:28] 	  Or something
[15:53:50] 	  Wait i think i figured it out
[15:53:58] 	  I think the pages are simply too long.
[15:54:27] 	  https://m.mediawiki.org/wiki/Manual:$wgMaxArticleSize
[15:54:28] 	  If I replace a few `{{#invoke:Count|count...}}` with 0s, the preview works (though Post-expand include size is still ridiculously large).
[15:54:38] 	  This also affects template include size
[15:55:31] 	  I think if we archive more aggressively, the error will go away. Not a good long-term solution, though.
[15:55:40] 	  We may have to bump Meta’s $wgMaxArticleSize
[15:55:44] 	  [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1411016478265839686/image.png?ex=68b31eff&is=68b1cd7f&hm=bcc7cd2b1800c0743470f8f91c8f9a473416afc462ac8155f85d6332bac56a8e&
[15:55:44] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411016478689329352/image.png?ex=68b31eff&is=68b1cd7f&hm=fb32eb022cfa2fdab58a06a767c115615727263d3f1e71319d85e5dad207e5cb&
[15:55:49] 	  I mean its fairly low
[15:56:00] 	  Its only set to 2049
[15:57:38] 	  Probably could set it to 4079KB or something which is only ~4MB
[16:02:02] 	  I might be able to circumvent it by parsing the source wikitext in Lua.
[16:02:19] 	  If you wanna try go for it, sounds like hell to me
[16:03:07] 	  godspeed brother
[16:15:31] 	  It should be able to
[16:31:35] 	  [1/2] i have a feeling custom domains might be messing with google, sitemaps themselves look fine (urls are correct)
[16:31:36] 	  [2/2] everythingupgradetreewiki has the same issue with google being unable to get a single page out of the index
[16:31:52] 	  supplying individual sitemaps does work though
[16:42:59] 	  Lovely fuckers
[16:43:12] 	  Someone remind me to talk to Google on 6th October
[16:44:22] 	  [1/2] Should be mostly good now. This only consumes 35k bytes. SR/P is the only one that is counted incorrectly, so I'll take a deeper look at it.
[16:44:22] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411028717571936401/image.png?ex=68b32a65&is=68b1d8e5&hm=6cf0e105e556265d2c99af3e61ced2de752f0b0b1bbddc278c2728a489f21773&
[16:44:23] 	  i mean, ive been having problems after switching to custom domains back in 2024
[16:59:45] 	  [1/2] This boilerplate causes the overcounting on SR/P. This issue is now fixed and I think the requests dashboard template is back to normal.
[16:59:45] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411032588172398623/image.png?ex=68b32e00&is=68b1dc80&hm=75cb46952e2d7f947aab07449d94f339057a2398742c1cc75739fcaed6861dfe&
[17:00:49] 	  nice!
[17:04:04] 	  Talk to google on 6th October
[17:04:32] 	  Remind me on the day you
[17:04:49] 	  putting it on my empty calendar
[17:06:09] 	  You can happily take things off my calendar
[17:06:22] 	  what else you got there
[17:06:26] 	  You should see my next week
[17:06:38] 	  Oh there must be about a dozen meetings next week
[17:07:12] 	  I’ll put a reminder
[17:07:13] 	  Wait
[17:07:14] 	  i would happily go and summarize which ones could've been emails
[17:07:17] 	  Remind you when
[17:07:25] 	  i already put one smh
[17:07:28] 	  6 October
[17:07:49] 	  I mean one of them literally gets emailed out before
[17:08:09] 	  damn
[17:08:38] 	  The only one that definitely couldn't be an email is my practical fire course
[17:08:50] 	  If @originalauthority's numptys turn up
[17:09:00] 	  ooh i love fire
[17:09:18] 	  remember to run for your life instead of calmly evacuating
[17:09:31] 	  This is how to use an extinguisher
[17:09:43] 	  oh they taught me that too
[17:09:45] 	  aim at the fire
[17:10:25] 	  The building I'm in might as well be made out of paper mache
[17:10:36] 	  I'm not hanging round in a fire
[17:11:57] 	  We’re saving money 😂😂
[17:12:12] 	  By billing us and not showing up?
[17:12:45] 	  Payrolls on the govt this month 😂
[19:11:06] 	  Why 6th October specifically, are they having some event then
[19:38:33] 	  Probably
[20:00:14] 	  Cause I'm meeting some Google staff that day
[20:00:46] 	  Nice
[20:41:15] 	  [1/2] hrm... table template is being inserted at the end here for some reason (peeking at source, they're not placed like that at all)
[20:41:15] 	  [2/2] https://undertaleauwiki.miraheze.org/wiki/Template:RoleTable/doc
[20:57:30] 	  you don't have to  inside 
 btw
[20:58:04] 	  does template have floating or something
[21:00:14] 	  nope
[21:00:35] 	  for some reason if i don't, the templates inside 
 render... i can try removing it altogether though
[21:01:18] 	  ok i just removed them It's Not Rendering The Templates Inside anymore, thankfully
[21:01:26] 	  but it still is sitting at the bottom of the page
[21:01:39] 	  yeah i can't tell rn
[21:02:20] 	  it's odd cause it's just a table, nothing else
[21:02:25] 	  pre block actually can flex
[21:02:42] 	  huh... did not know that
[21:03:18] 	  like, automatically, it happens w/ infoboxes for example
[21:03:32] 	  oooh that rocks
[21:03:55] 	  imma head out now, good night
[21:04:05] 	  gn!!
[21:04:40] 	  [1/2] seems like it really is just inserting it at the end, no float trickery or anything, which is odd. cause im not placing it at the end
[21:04:40] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1411094223276609679/image.png?ex=68b36767&is=68b215e7&hm=efc95efb3e194f6669eabf55daa61cee990d18723d5e10f6b4e85c3fb9818911&
[21:06:06] 	  actually, one more thing
[21:06:28] 	  it's a problem only in template doc, otherwise it works fine on pages?
[21:08:02] 	  if just in doc, can you try to add `
/div` after first template example (before second pre block) [21:09:50] yup, checked it, seems to be fine on other pages [21:09:57] i think the clear thing'll probably work [21:10:02] lemme check [21:10:44] ok so surprisingly it does not work [21:37:05] i am NEVER getting g my wiki 🔥 [21:47:56] Patience is a virtue, patience is a very important skill in life. [22:00:09] We have 70 requests in queue, they will be worked as volunteers are available [22:19:22] hi [22:19:25] i got declined [22:19:37] how do i reopen without waiting dor another 5 days [22:19:43] and also i fixed it [22:19:53] u reviewed it actually [22:24:26] <_arawynn> if you re-open the request it gets back into the queue and you'll likely have to wait again until somebody has time to look at it [22:24:41] well zppix reviewed it hopefully he responds [22:25:21] Until you can give me non-vague answers and answer all the questions I asked, it will not get approved. [22:25:36] sorry, please review the response [22:25:40] and i read the content policy [22:25:43] Wikis must be organized around a coherent theme with discernible standards. [22:25:47] Already did [22:25:53] ^ [22:26:06] i sent another respinse [22:26:07] response [22:26:35] I am very well aware my answer hasnt changed [22:28:21] sir refresh [22:28:26] i added the first part question [22:28:31] going into further details [22:29:09] Answer still remains same [22:29:46] 1 sentence is not detailed [22:29:52] hm [22:29:54] that is? [22:30:18] wait are you talking about my typo? [22:31:48] well ig i added another comment [22:31:53] hopefully i squashed that bug [22:32:02] [1/2] “The game side will include Codes, Gamepasses, Characters, FAQ, Dev Products, Mechanics” [22:32:02] [2/2] This tells me absolutely nothing, I know what a video game is [22:32:21] then i dont understand what you are asking [22:32:33] i interpreted it as “what will it be about?” [22:32:49] thats the content, but hold on. let me detail the game itself [22:33:24] Stop. Read my questions actually take 10-20 to think about an answer and write it out in detail [22:35:21] alright, i described the game and how it works and how to play it [22:35:24] alright [22:35:29] let me try again [22:39:23] @zppix hopefully you like this edit [22:39:29] as i explained the game’s theme and stuff [22:39:47] Your response will be on wiki I will no longer reply about this on Discord [22:39:55] oh [22:56:53] yovguys [22:57:05] if i were to install extensions in my wiki which would be the hesy [22:57:07] best [23:15:28] [[extensions]] [23:15:29] [23:53:26] <_3221_> [1/4] People, please tell me where I can upload files for Wiki... [23:53:26] <_3221_> [2/4] https://cdn.discordapp.com/attachments/407537962553966603/1411136692970197083/Screenshot_2025-08-30-09-42-16-738_com.android.chrome.jpg?ex=68b38ef5&is=68b23d75&hm=a88ccc2f9f04749437b5c66704767579f5fb42155127c483e1943037168ad9cd& [23:53:26] <_3221_> [3/4] https://cdn.discordapp.com/attachments/407537962553966603/1411136693611921480/Screenshot_2025-08-30-09-42-05-516_com.android.chrome.jpg?ex=68b38ef5&is=68b23d75&hm=275ee879f285eae19899ac62f98c8b8246a62c6f1733990ca5da67e0ed17d7da& [23:53:26] <_3221_> [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1411136694274625566/Screenshot_2025-08-30-09-42-10-782_com.android.chrome.jpg?ex=68b38ef5&is=68b23d75&hm=09a93d567331a5779525d45826fb051c50d4eef80d8fdffee29332f236cdda03&