[00:00:19] a psychiatrist? not on the NHS i'll be there all year [00:05:53] well what if i'm wanting to make the background dark [00:06:18] and i need them to be white [00:06:22] do i do the body thingy [00:10:30] Yes in that instance I would recommend that [00:18:07] likely persoanl css idk [00:29:24] noting that ``body { color: #ffffff !important } doesn't work [00:29:36] but changing the font-family of ``body`` DOES [00:29:43] and i'm confused why that's the case [00:30:11] (changing ``body``s' font-family doesn't even change ALL of the text`` [00:49:41] wdym [00:50:22] i was trying to do like [00:50:29] a sweeping change to all text [00:50:33] show [00:51:14] [1/3] the CSS code and the result [00:51:15] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1344834263253520428/image.png?ex=67c25a02&is=67c10882&hm=92df4c9f846bc280e8a1a663598afdedbdf9537ac5da223368c0afc9d6e700a0& [00:51:15] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1344834263710957679/image.png?ex=67c25a02&is=67c10882&hm=d67afce8922e65d0585119e51a0827348b9ee2d71136e761e6e22d7a4678959e& [00:51:45] try removing !important in the color part [00:51:58] note how the headers also don't have the same text [00:52:06] also could you send me the wiki i'm interested on seeing how it looks [00:52:56] [1/3] guh? [00:52:56] [2/3] it's !important, why is it not working [00:52:57] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1344834690326204498/image.png?ex=67c25a67&is=67c108e7&hm=96692bc480454fdaf5fb6e7bdcd38a510e445d8223490d25889938ea1a788799& [00:52:57] https://projectsoulskirmish.miraheze.org [00:54:30] [1/2] it seems to mwork [00:54:31] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344835086071103580/image.png?ex=67c25ac6&is=67c10946&hm=5c16b6267633f92a5730fcde69d85aa1e87abeff8400dafce3537db994a0222d& [00:54:43] that's because i haven't published the changes yet [00:55:37] also, why won't my logo show up [00:55:43] it says mw-wiki-logo-fallback [00:55:45] and it's empty [00:57:19] [1/2] is this what were you trying to mdo [00:57:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344835793759244340/image.png?ex=67c25b6f&is=67c109ef&hm=1723a164f02deccc7b237a8775b16092dcb8ccab7569a0bc3d596876bf4a6004& [00:57:40] yeah [00:57:48] like change that kind of text along with everything else [00:58:15] [1/2] is there no way to just [00:58:16] [2/2] pick all text at once [01:00:35] idk i'm not the best at css [01:02:11] [1/2] btw @ski what is this [01:02:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344837020354089021/image.png?ex=67c25c93&is=67c10b13&hm=5fdff2ec2b2754ef40041d1706bea1d881ca1db845d3396eeef5ab4bcaab148c& [01:04:02] that is... a hyperlink that is attached [01:04:06] to what is SUPPOSED to be an image [01:04:10] but appears to not have loaded [01:04:28] that's what i'm trying to fix rn [01:04:38] [1/2] it's like [01:04:38] [2/2] fallback logo and it isn't doing anything [01:04:55] oh [01:13:10] [1/2] the editor has incorrect text scaling [01:13:11] [2/2] hm [01:16:14] Hello [01:16:30] Whats everyone up to? [01:19:03] still trying to get this wiki to how i want it [01:39:42] [1/2] what. how do i select the !important??? [01:39:42] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344846459488567406/image.png?ex=67c2655d&is=67c113dd&hm=0bf378a1d0e3e786a99b9ae7e44ba9d5a6aad554671c56cdc9057a9160f846dc& [01:40:06] Idk about that sorry [01:57:11] okay so i have learned [01:57:37] i just can't select plain text a:hollowpain: [02:06:44] That's Chrome/Chromium right? You can right click that line (or the tag that wraps around that line) and select "Edit text node" or "Edit as HTML", [02:09:38] floorp is firefox based [02:09:50] and i don't want to edit it directly [02:09:55] i wanted to select it [02:09:58] in CSS [02:13:29] If it's just the !important text, you can't really select it [02:15:37] anger [02:25:48] [1/3] Generally in CSS !important is sort of a last measure resort. Simplifying things a little bit, the styles of the more specific selectors (the "body" part is a selector) override the styles of the less specific ones. [02:25:48] [2/3] Here's a list of the ones you can apply: https://www.w3schools.com/Css/css_selectors.asp. Once you've made the body selector more specific enough for the text to be the color you want, you should be able to remove the !important and it'd retain that color. [02:25:49] [3/3] In order to find out which selectors you wanna pick, look for the class and id attributes of the HTML elements you're interested in. [02:32:41] [1/2] i'm dealing with the editor though [02:32:41] [2/2] in the editor, there are specific lines of text that are changed by my CSS regardless because they end up just being plain text [02:32:49] and since they're plain tex [02:33:07] [1/2] i can't search for them [02:33:07] [2/2] and that means i can't exclude them from my searching [02:34:43] [1/2] unless [02:34:43] [2/2] i try and select all the spans specifically within the lines [02:38:10] Can you make a screenshot of the editor? There are several different code editors in MediaWiki so I don't really know which one you're using [02:38:37] https://cdn.discordapp.com/attachments/407537962553966603/1344861288068681758/image.png?ex=67c2732d&is=67c121ad&hm=3c15c2fd4ea3f8a784e1545abf9784e48a2a069c74f657e71167954c0f3a6d37& [02:40:02] [1/2] could you like [02:40:02] [2/2] tell me what all the tags that house text are possible in timeless skin [02:40:12] [1/2] i think i just need to like [02:40:12] [2/2] grab them all [02:40:41] using the body selector with !important actually doesn't work so [02:40:43] Are images not working for anyone else? [02:44:08] Not really, you would need to make a selector that's more specific than the Timeless skin's ones in the CSS that it's got builtin, but not too much so that you don't leave stuff out [02:44:37] how do i change the wiki links with :root? [02:44:58] I haven't used Timeless skin and I can't see the HTML of your wiki at the moment so I can't really say what exactly [02:45:39] i have the wikis' main page [02:46:38] ? [02:46:48] [1/2] This is a good starting point, though: [02:46:48] [2/2] https://m.mediawiki.org/wiki/Manual:Interface/IDs_and_classes [02:49:54] I'll be crashing now, hope this helps [03:14:38] [1/3] i had to do ALL of this [03:14:38] [2/3] to keep the fricking issue from arising [03:14:39] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1344870350906982431/image.png?ex=67c27b9e&is=67c12a1e&hm=7475f0e83468ca945bd946709f47aaaa2811147173ecd0a6e0208bb7da026a2b& [03:15:28] but hmm [03:42:00] [1/2] okay [03:42:00] [2/2] i got that dealt with using a ``div:not(.wikiEditor-ui *)`` selector [03:45:37] [1/3] current issue [03:45:37] [2/3] the skins' logo is missing [03:45:38] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1344878148432560191/image.png?ex=67c282e1&is=67c13161&hm=edcdbdcabca41849a3a2ea6b2d49ce4f8600bda8863a0d61c1ef5c45772438ae& [03:52:42] timeless must really dislike you :frown: [03:57:00] please show me your ways on how you do the css [04:20:41] i fixed it, apparently the logo url just [04:20:43] went missing [04:21:07] [1/2] okay now how do I change this? [04:21:07] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344887081943564288/image.png?ex=67c28b33&is=67c139b3&hm=8233dafc31a0360a6dc7c167568c4c98587a5d889c5f1fcebe1eb888825df201& [04:21:18] as well as the logos on the right of the search bar [05:38:26] ^ meow [05:55:50] nya? [05:58:16] [1/2] if you mean icons - css [05:58:16] [2/2] the logo in banner, on the left, is called wordmark, after mw update Timeless has a separate setting for it [05:58:47] although from my experience it gets fuzzy so css, again, is an alternative [06:04:02] oh so i can just use css to like [06:04:08] give them a different background-image? [06:04:56] oooh i see interesting [06:23:21] does anyone know where the roblox wiki cartel is [06:24:02] you mean indie roblox wikis discord? [06:25:00] [1/2] why do i always experience this? [06:25:01] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344918259543310358/Screenshot_20250228-132357.png?ex=67c2a83c&is=67c156bc&hm=434cf744fc94439fed745a6b90c8519c57ade8f585b21f916a204309fa72340e& [06:26:05] what were you doing? [06:27:05] i found the invite but yea [06:50:37] what are you describing us as šŸ˜­ [06:53:48] i was going off what i remember it as [06:55:58] [1/2] I want to import a template [06:55:59] [2/2] https://qualesterra.miraheze.org/wiki/Istimewa:Impor_halaman?action=submit [06:59:21] ikr :N_Dumbfounded: [06:59:27] though i do kinda wanna join that server [07:01:52] Special:Import is faulty, use [[Special:RequestImport]] [07:01:52] [07:09:35] do join! we'd love to see you around [07:09:53] that is some crazy memory [07:18:36] [1/9] I have downloaded a template (Template:Infobox Company) from https://dev.miraheze.org/wiki/Template:Infobox_company [07:18:36] [2/9] after importing done, the page says 'Template:Infobox company No revisions imported (all were either already present, or skipped due to errors)' [07:18:37] [3/9] But when I want to create a basic infobox using the example below I got the error the the red color on Template:PAGENAMEBASE [07:18:37] [4/9] {{Infobox company [07:18:37] [5/9] | name = [07:18:38] [6/9] | logo = [07:18:38] [7/9] | logo_caption = [07:18:38] [8/9] }} [07:18:39] [9/9] https://cdn.discordapp.com/attachments/407537962553966603/1344931743182094407/image.png?ex=67c2b4cb&is=67c1634b&hm=2908db8a075ecb2297f77e1e4d2fbf5ad19123b2c094bace5b76154d759f3834& [07:20:02] [1/2] and when I checked the Template on my wiki there is also an error in lua [07:20:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344932109164347392/image.png?ex=67c2b522&is=67c163a2&hm=bccf83d2e9b194b4406a6942e4dded654faae01c6cf31b655fc4c539eef9381a& [07:21:12] hmmm [07:21:37] you haven't imported a template before? you tried portable infobox didn't you? [07:23:23] [1/3] oaky [07:23:23] [2/3] i want to specifically format the "...totally." text at the end [07:23:24] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1344932950361378856/image.png?ex=67c2b5eb&is=67c1646b&hm=26694e5e0c1219e6ee844905b97aef6d8d860b2e3843e2d8b17d8146748e7e93& [07:23:26] how do i do that? [07:25:55] nested div? [07:25:58] or span tag [07:28:06] [1/2] Good morning chat, I don't know what this means, please halp [07:28:07] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344934138289066004/IMG_20250228_072645.jpg?ex=67c2b706&is=67c16586&hm=1697d47964ef02c8844dbd8f80875c591fa4bfc171648d62928895479867dd91& [07:29:12] [1/2] No I haven't import a template before, I just follow the instruction written in dev.miraheze.org. Also I used portable infobox but I don't want that kind of Infobox. I don't like the internal lines within the infobox [07:29:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344934415545139212/image.png?ex=67c2b748&is=67c165c8&hm=47c994e26c789ded12bb1f042ea49c8a12287ffa1abd6fed0c73e05d624645fe& [07:29:34] ask for a human review [07:30:33] Okay, thanks, who should I ask/ping? [07:32:17] human wiki reviewers will see it by themselves [07:33:34] [1/2] import seems to be unsuccessful, make sure that you checked the "include templates" box [07:33:35] [2/2] also portable infobox actually doesn't have such lines? did you copied styling from somewhere? [07:33:35] nahh, thanks broo [07:33:46] don't ping [07:33:47] I forgot [07:43:01] A cartel isn't a bad thing in wiki terms [07:45:34] Although I wouldn't call you a cartel cause anyone can join [07:47:45] I think @enews probably meant cabal tbh [07:48:19] I have no idea what a cabal means [07:48:48] It's a wiki term to make things sound fancy and secret [07:49:26] But it's just a group of people that discuss things out of view normally with restricted membership that you can't apply for and that isn't properly acknowledged [08:12:01] is.. is there somewhere i can see every page on my wiki? made a new page w/o linking it anywhere and im going insane trying to figure out the URL LOL [08:19:05] It should be: Special Pages ā†’ List of Pages ā†’ All Pages [08:19:33] idk how i missed that bless ur heart šŸ™ [08:30:36] I most likely missed it but like, what exactly upgrade improves? RAM, speed, static memory? [08:34:05] :ThinkerMH: [08:34:50] Same qustion [08:39:28] Do you mean the upcoming maintenance? [08:40:03] well previous too [08:42:03] The next one will double our total RAM and disk (NVMe) storage capacity. The last one added 2 new cloud servers and moved all of our existing servers to a new rack as the current rack was full. Also improved security for some things also. [08:42:49] We will have 3TB of total RAM and 48TB of disk storage when it is done if all goes according to plan (which hopefully it does) [08:45:53] For a little while we may have some more maintenance windows while we also increase RAM etc... on db servers and do maintenance ourselves for some other things. This will hopefully be the last one we have to work with our DC with (which is sometimes complicated to schedule hence why we had to reschedule the last one once) [08:47:43] Anyway if we get RAM increased properly during this next maintenance I plan to try and increase RAM on db servers also to remove the need for another maintenance there which is why I made it a little longer then we may need just for the DC maintenance. [08:48:14] yay [08:48:20] CC ^ [08:48:22] very nice, thank you [09:44:03] why does your pfp look like your old one but evil [09:44:46] are you trying to say the old one wasn't evil? [09:52:22] https://cdn.discordapp.com/attachments/407537962553966603/1344970445606354974/image0.jpg?ex=67c2d8d6&is=67c18756&hm=c6726ee09d9437203696795915050167c61a5fadad9eaba2d89e032b5ee02d75& [10:05:12] I'll look at it soon [10:05:46] Thank you : ] [10:10:20] What's your username/Request number? [10:10:37] Couldn't find it [10:13:25] Ah, found it [10:21:19] Good luck! [10:40:53] are you the bureaucrat [10:41:10] im an administrator for it [10:41:25] are ya'll using citizen [10:41:30] yes [10:42:04] it looks better than cosmos [10:42:09] maybe I should try it [10:44:35] what is this level of CSS [10:52:50] uhh does AH count as 'real people' [10:55:41] AH? [10:59:46] alternate history [10:59:51] but it wouldn't matter [10:59:56] I just pressed submit [11:07:29] You can still change it [11:28:01] Is there a way to fix the first row (header) of a table so it is always displayed on top while scrolling down through the table? [12:02:57] what template is used for missing sign on talk pages? [12:11:02] [1/2] vector 1999 is back šŸ˜Ø [12:11:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1345005341162602507/image.png?ex=67c2f956&is=67c1a7d6&hm=deb8c5a183cde509a3e520fb31c7d5cf0b8e17a6335c054157d6ba36ea7551d0& [12:12:57] [1/2] \ [12:12:58] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1345005824153489419/1100982734249279568.gif?ex=67c2f9c9&is=67c1a849&hm=fc8a3ddefcd00b0be584df5a959468e03c678a760081e61447d480e6b424ccaa& [12:30:38] I think you mean cabal [12:33:34] Discord event for the maintenance now exists [12:33:36] https://discord.gg/miraheze-407504499280707585?event=1345010182677200936 [12:38:31] There is no cabal [12:40:29] There is no roblox cabal in Miraheze [12:40:49] https://cdn.discordapp.com/attachments/407537962553966603/1345012836870651935/image.gif?ex=67c30051&is=67c1aed1&hm=860cb1edcdc4ec4c21e1535dabc051d7392c15860ad8561dee357fbf2f22c97d& [12:49:17] First rule of the cabal is you dont talk about the cabal [12:49:59] The zeroth rule of tje cabal is there is ni cabal [12:50:09] Good thing there is no cabal [12:53:15] by command of SCREW [13:36:37] {{unsigned}} [13:36:38] [13:45:14] Someone should fix/remake the unsigned helper script [13:49:03] guys [13:49:08] where do I request to nuke a wiki [13:49:12] (as in delete) [13:51:17] stewards requests, (un)deletion [13:51:29] link [13:51:32] i forgor the URL [14:21:02] @snowstacked can I 'borrow' Hybrid Cafe's CSS [14:21:08] sure [14:23:24] yippee [14:57:54] is there another server maintenance [14:58:40] #announcements [16:11:00] the transparency ruins everything [16:11:03] I am on white mode [16:24:21] does anyone know how to remove the sticky header on citizen [16:25:40] #citizen-sticky-header-sentinel { display: none } [17:31:40] Yes there is another one tomorrow and we apologize for all the maintenance lately. This one should be much shorter though. [17:33:02] Hello [17:33:44] hi [17:34:21] What is everyone up to? [17:43:35] Considering they are about hardware upgrades, I assume, they are either extremely necessary, or at least will greatly benefit the service in the long run. You don't have to apologize for doing that kind of things imo šŸ™‚ [17:44:47] [1/2] mmm [17:44:48] [2/2] i want to change the background images of the search bar icons [17:44:55] but i worry the size of them would cause them to be cut off [17:45:05] [1/2] can i like [17:45:05] [2/2] resize the images? [17:54:58] sadly didnt work [17:55:49] The fantastic success of our last fundraiser has allowed us to make significant investment [18:10:50] [1/2] Comments have disappeared on my wiki. I can still see the list of old comments on Special:AllComments, but there is no longer a comment box or previous comments under any page. I made sure extensions like CommentStreams are enabled, tried turning them on and off, but that didn't help. Also the Special:ArticlesHome page, which used to contain a list of member blogs, is gone (the bl [18:10:50] [2/2] ogs are still there, but it's impossible to create a new one). Since I haven't changed any settings on the wiki, maybe this is a problem on all wikis, comments were disabled at all or some extensions are out of date? [18:13:08] Is this possibleā€¦? [18:25:56] Likely [18:28:25] okay i can use background-size: cover and it works just fine [18:39:35] [1/2] does anyone know why my site logo is missing on timeless [18:39:35] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1345103120769875988/image.png?ex=67c35466&is=67c202e6&hm=3a8d1ac67f256c4c2ca32eb9246f5d0389f2ec41a095866cc00ebe6789b822a9& [18:41:40] Timeless has its own logo setting I think [18:41:42] Check settings [18:41:53] it's already been set [18:42:03] https://cdn.discordapp.com/attachments/407537962553966603/1345103741921132564/image.png?ex=67c354fa&is=67c2037a&hm=cac47adc51f3e1ada8d798bffe8db2e4642c0ae79a2d353bcc4f91fed52c32f9& [18:42:20] No, a timeless specific value [18:43:02] oh weird wth [18:43:02] thank you [18:43:31] Y u p [18:46:56] has to be a just filename too [19:02:49] [1/3] rah [19:02:49] [2/3] why isn't this working >:( [19:02:49] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1345108967256363089/image.png?ex=67c359d8&is=67c20858&hm=a6efcdad9e7fb0d0bd8b7863a91d6d33f782b1076cb3ca3be0b01790e8416910& [19:13:18] okay i had to make it specify that it had to be done for the overlay class itself [19:13:28] THEN the recursive children within it [19:22:17] Can anyone think of any negative consequences of using Extension:Moderation on temporary basis, enabling it and disabling it after some time? Dealing with long term harassment and exploring my options. [19:24:00] I donā€™t know what would happen to edits already in queue hmmm [19:24:31] Yeah, it is curious edge case isn't it [19:24:43] I mean, ideally I'd only disable it once the queue has been cleared [19:25:35] Currently it's just an option I'm considering, don't have something like that on other farms, and I never used that extension. AFs and ProtectSite is good enough for now [19:27:56] Harassment is sadly just a "fun" quirk resulting from being in anti-vandalism volunteer teams across the years ._. [19:27:59] TIL the Death Battle Wiki forked [19:28:22] this is not public information yet [19:28:35] so id like to ask to keep it under wraps [19:32:39] [1/3] weird [19:32:39] [2/3] why is the new icon darkened [19:32:40] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1345116477338161222/image.png?ex=67c360d7&is=67c20f57&hm=06bad8f48169bd4b0451c2b809e5a3946ec9d9c05e685ff3c8256e0d97c62df8& [19:34:27] Ikr [19:34:45] Impersonators is one of the highest honors a counter vandal may earn [19:35:22] You have no idea haha. Yeah. [19:37:53] Frisk: oh you haven't met some of our old trolls [19:38:03] We had some pure evil [19:39:39] sure, do you want to compare with Gamepedia/Fandom/minecraft.wiki trolls? :D I've seen evil. And the person I'm currently being harassed by has been doing so for 4 years on countless wikis, even ones that I don't participate in. [19:40:35] Some peeps are just awful eh [19:40:40] Huh [19:41:10] Well clicking usernames now pastes a ping into the text box [19:41:19] Instead of opening the profile [19:41:21] Frisk: that's bad [19:45:27] element most likely has an opacity rule [21:17:06] my name is mira, i made the heze [21:25:02] > Can anyone think of any negative consequences of using Extension:Moderation on temporary basis, enabling it and disabling it after some time? Dealing with long term harassment and exploring my options. [21:25:45] I just had a quick look and that extension is really fucked, but from what I can see you'd probably loose the edit because it isn't actually saved from the looks of it until approved by Moderation; it uses its own database table [21:26:28] oh wow [21:26:29] So it would essentially probably still be there in the extensions table but not on the wiki [21:26:50] You could probably get the edit back by re-enabling, of course, but idk [21:27:31] Thanks for looking into that! Really appreciate. I'll probably stay away from it if its so, "really fucked" is all I needed to hear haha [21:28:34] Will probably use ApprovedRevs as its something I've used in the past for a brief period of time, considering FlaggedRevs is explosive by being unmaintained AFAIK [21:29:18] That is, it thinks hit the fan, so far banned 10 accounts in time span of 5 hours [21:29:29] s/thinks/things [21:30:05] From what I hear ApprovedRevs is used on Wikipedia? So probably the best out of the three [21:30:54] Is it? I know FlaggedRevs was used in the past until it became depreciated, didn't know they use ApprovedRevs now, but if that's so that's pretty lit. [21:31:26] Maybe its flagged revs? I'm not really sure the difference [21:31:43] I know they've used one of them previously; you're probably right with it being flagged revs [21:32:00] I know Polish Wikipedia used flaggedrevs for sure [21:34:45] Wikimedia is flagged revs [21:34:51] Which is semi fucked [21:35:07] It was extremely fucked but amir cleaned it up [21:35:20] Pretty much that's what I've heard and seen, it's not being enabled on new wikis [21:35:22] ApprovedRevs is a sane version [21:35:33] saner :P [21:37:03] Always were a fan of FR/AR like system on small/medium wikis, kinda underappreciated utility in my opinion - having reviews for edits before they are seen by general public allows to greatly lower impact of vandalism, and by the fact they are still visible keeps transparency in wiki environment. Though it does require special group of people to do the reviewing so there is a lag between saving and when edit is published. [21:37:30] Frisk: yes it's banned for new deployments due to poor maintenance and significant issues and being complex as fuck [22:18:40] Better than FlaggedRevs? [22:18:54] Moderation is being used by plenty of wikis without any issues tbh [22:19:11] @mooncloudā€™s wiki is a pretty good size and uses it for most edits iirc [22:19:22] Hi [22:19:47] Fischwiki also uses moderation no? [22:19:56] If Iā€™m not misremembering [22:20:09] Idk [22:20:16] So eep [22:20:57] Weā€™ve not really encountered many issues with the extension itself [22:26:45] https://dreamverse.miraheze.org/wiki/File:Flag_of_Virginia.svg [22:26:50] thumbnail not updating [22:39:45] So what is the the rules of people joining a wiki? does the creator get informed? do they get a yes/no option? [22:42:55] Thereā€™s no formally joining a wiki [22:43:12] so anyone can just rock in? [22:43:26] By default yes, thatā€™s the spirt of a wiki, that anyone can edit [22:43:48] hows trolling handled? [22:48:38] Admins can block accounts, protect or semi protect pages [22:48:52] And any editor can revert [23:02:37] Flag loads fine for me [23:02:46] does for me now too [23:02:47] weird [23:17:38] is there much need for disclaimers and such for fan content? [23:18:33] If the wiki isnā€™t explicitly fanon, a non canon disclaimer isnā€™t bad to have [23:23:48] is there a good way like a 'footer' option that will appear on each page? or can I just post it on my main page? [23:33:09] is it possible to make a page unviewable via the search bar [23:33:30] going back to that secreat page [23:47:10] [1/2] Not for baseline search to my knowledge, been asked for since 2010: [23:47:10] [2/2] https://phabricator.wikimedia.org/T24251 [23:47:55] [1/2] There is a way to do this with CirrusSearch, though: [23:47:55] [2/2] https://www.mediawiki.org/wiki/Help:CirrusSearch#Exclude_content_from_the_search_index [23:48:24] Likely never going to be introduced. [23:48:37] WMF have the "we don't use it so not going to work on it" attitude [23:48:42] so they ship a half baked product [23:48:54] (which sums up search alltogether if you're not using CS) [23:55:44] how long have we existed again... [23:56:59] on earth? since 0BC I guess [23:57:04] šŸ˜›