[01:02:31] how do i count the rows in a bucket through the lua api, do i need to inefficiently select all rows then count? [01:10:56] hmm why do you need to count the rows in the bucket [01:11:08] because if it's just information you can see the bucket page [01:12:35] yeah I can't find anything to do that [01:14:30] Yeah I think at some point I wanted to do that but couldn't find any particular method other than selecting all grabbing the array length [01:15:30] if you wanna do it from the api then a html request to the bucket page might actually be the most efficient option (assuming it's really big) [01:18:18] migrating from cargo to bucket, for cargo i could count it, cuz its a wiki page did you know section, so its did u know theres x items and x machines [01:24:32] ah right. if items have some sort of numerical id then you could use that but otherwise I'm not aware of any way to do it [01:40:27] [1/2] Yeah i sure do love bucket [01:40:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489801796489707591/image-45.png?ex=69d1bd8b&is=69d06c0b&hm=4efb55a328db8a0f34c6579ca3b4bdb0a309b96a2e0add71a76588d985eb87de& [01:42:30] can it run doo- [01:52:07] uhhh [01:52:22] null edit at 1 fps [01:53:41] can bucket run bad apple [01:57:18] recursive substitution is magic and can make anything happen [01:58:23] need an ultrawide monitor for that [01:59:37] Since MediaWiki can run Doom, I don't see why not. [02:00:10] horse game kinda hard when you browse the old puzzles [02:09:21] My wiki got instantly approved, hello? 😭 [02:09:55] Hey I'm not complaining 🤷 [02:10:03] Yeah I noticed that earlier too [02:10:14] https://discord.com/channels/407504499280707585/407537962553966603/1489767105787203644 they use an AI due to the number of requests [02:10:18] Ohhh [02:10:30] Well that's nice to mitigate the long waiting times it used to take [02:13:49] [1/6] ```css [02:13:49] [2/6] function p.count() [02:13:49] [3/6] local results = bucket("allitems").select("name").run() [02:13:50] [4/6] return #results [02:13:50] [5/6] end [02:13:50] [6/6] ``` [02:13:52] Okay yeah [02:13:58] @awesomeguy112 [02:14:20] [1/5] function p.count() [02:14:21] [2/5] local results = bucket("yourbucketnamegoeshere").select("name").run() [02:14:21] [3/5] return #results [02:14:21] [4/5] end [02:14:22] [5/5] return p [02:14:35] lobotomy [02:14:43] ty but alr solved that [02:14:51] with that method [02:15:06] only works if you have <=500 items in the bucket [02:15:08] awesomesauce [02:15:29] limit(5000) [02:15:34] you'd have to get a little more creative if you have more [02:15:41] true [02:15:43] ermm sometimes I refresh and my Miraheze says "Deleted wiki", sometimes when I refresh it shows the wiki [02:15:44] anyways its fine my bucket is 214 tiems [02:15:46] and some buttons aren't working [02:16:08] although tbh if you have more than 5000 then you might as well just say "and more than 5000 items!" [02:16:30] volunteer go volunteering [02:18:49] if thats the case... [02:18:58] il js not use programmaticly counting it! [02:20:10] Yeah you could just estimate it and just put it [02:20:13] smh [02:20:37] anyway porting doom is absolutely possible in miraheze [02:20:55] but that is... bronggngn [02:21:02] bad apple is possible with pretext.js rendering [02:21:17] or html on canvas when it gets baseline status [02:21:22] (It feels weird being cited in messages like this lmao) [02:22:22] (I felt too lazy to scroll all the way up again) [02:22:49] Bro got quote retweeted with the text "they use AI" it's so over [02:23:09] wheres my citations [02:23:46] actually theres a setting thats pretty much overlooked in the request of making my wiki [02:24:07] where i turned on something that says about the wiki covering about real person and stuff [02:24:17] where in truth this is just a game [02:24:27] its an oopsie i made i dont even know how do i turn it off [02:29:10] It's caching. Give it some time (a few hours?) and it should be functional. [02:29:56] "a few" 💔 [02:31:17] should i be concerned about putting it on my wiki request [02:31:23] Alright, thanks [02:38:56] Caching becomes a problem only if the wiki was previously deleted I believe [03:22:22] is bucket basically a module data? [03:32:27] define module data [03:34:03] nah, not exactly module data is just storing data inside Lua modules [03:37:37] Yeah basically, i mean you write data and pull data from it using lua modules, but its not a lua module itself [03:47:06] Bucket is what you should be doing instead of data modules [03:50:19] Which is to say, have your wiki pages store data from templates that regular users can comprehend instead of having that data in a big Lua module that few people know how to edit [04:17:34] Well okay maybe I shouldn't recommend Bucket for everything if the answer is more complex than that but the point that the data modules are not easily editable still stands [04:18:26] here's a more in-depth comparison between the two [04:26:30] Is there any reason on why Miraheze doesn't stylize their own wikis (Meta, Developers, etc), like how Weird Gloop did to both Vector 2010 and Minerva Neu?. [04:28:15] yeah there's some cases where having a data module makes more sense, like when you're compiling crowdsourced data [04:35:10] they not feeling it [05:41:57] hello y'all [05:42:21] :AP_earlmiot: [05:42:38] hampter decor... [06:49:56] [1/5] I brought this up a bit ago but never got the time to figure it out, basically I'm using DynamicPageList3 to sort things more easily on pages, and in this case its being used to show the trollfaces within a area. I would like to be automatically sorted from descending to ascending tiers, eg. easy, medium, hard, extreme, etc but all the current sorts only sorts them alphabeticall [06:49:56] [2/5] y would there be a way to make it sort by the tiers instead? [06:49:57] [3/5] [06:49:57] [4/5] [06:49:57] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1489879679962841158/image.png?ex=69d20614&is=69d0b494&hm=3f517d1fbf40e6418f550888cfa4b899668c1ce2500cd7f2cb1504d6bb1d95a4& [07:14:56] Hey so [07:15:04] [1/2] How does one change the colors of the topside [07:15:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489886005799424041/image.png?ex=69d20bf8&is=69d0ba78&hm=9277dbfc07a2fc44ec8f63f0324b82c53db4932868d582c83cca5fba0819b839& [07:31:24] the border? [07:31:33] yeah [07:31:36] the header [07:31:51] yes but do you want to change the background or the colored border below? [07:32:20] The background is already changed [07:32:32] I do want to change the colored border below [07:33:35] .color-left { background: ... } .color-middle { background: ... } .color-right { background: ... } [07:37:40] https://cdn.discordapp.com/attachments/407537962553966603/1489891692541640835/image.png?ex=69d21144&is=69d0bfc4&hm=e75578fc8d082a3a02f22b6aeed2d720cadc3920092c77f60a08f40f9d60a39e& [07:38:53] i mean [07:38:58] enter the color there lol [07:39:33] o h [07:39:36] mb [07:42:14] [1/2] Oh that's beautiful [07:42:14] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489892841227288636/image.png?ex=69d21256&is=69d0c0d6&hm=cea70473092f70d064bd4c7bbe643004db8689f271cbf1a923d5e201185e3d4b& [07:42:17] What about the white [07:43:59] #mw-header-container { background-color: ... } [07:46:59] [1/3] OHH look at how it matches my baby boy 🥹 [07:46:59] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1489894034326552588/image.png?ex=69d21372&is=69d0c1f2&hm=f47a1c586dd8b4f849c0f0448ed71c350e6cb8daf4f4e6ad3e0d984269a839ed& [07:46:59] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1489894034771284100/image.png?ex=69d21372&is=69d0c1f2&hm=abf4ea3b8954ca59cebb26f6f94ea3a4f5253caa9dad90d674de3f09754a7b01& [07:54:05] 🤔 [08:47:52] OK so [08:48:02] you know one piece, right? [08:48:09] or at least any tv-related wikis? [08:48:24] I do [08:48:44] ok so [08:49:08] [1/2] this is the frontpage of toybox funhouse wiki, and i wanna make something similar to this [08:49:08] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489909674718265434/image.png?ex=69d22203&is=69d0d083&hm=a01a3262cc8537141dc8616c976fe2014a47a7462132e44337245874694894af& [08:49:54] only buttons i can think of is like [08:50:00] "episodes", "characters" etc. [08:51:16] [1/2] This is what I came up with (ignore the motorbike screen) [08:51:17] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489910208154042428/image.png?ex=69d22282&is=69d0d102&hm=e70b5cdf5840a9145cc05d47430c88beb6c9c99aa3b93d809b159f85cf2992e3& [08:59:57] That feels like the start screen of a dvd. [09:00:38] There aren't enough dvd-themed wikis. [09:09:52] Hey... I liked that idea. [09:12:38] I was trying to be complimentary. [09:12:45] DVDs are nice. [09:13:44] Sorry, I didn't mean to offend. [09:20:48] Oh no no you didn't offend me! [09:20:59] I was saying it positively [09:22:56] Oh, ok. I think I've just confused myself then. [09:23:23] Anyways... [09:23:41] Considering that the Wiki I'm working is for an animated TV series, what buttons I should make... [09:23:53] Aside from "characters", "episodes", "the cast"... [09:41:53] ...hello? [09:44:21] this is a sub mostly of volunteers, so demanding peoples time like that is rude [09:44:36] ...right. Sorry about that. [10:16:26] should i ask stewards to disable cargo extension if i alr moved to bucket [11:48:44] how do you do the little footnotes that are like references with the tiny [a] and stuff that you click and it takes you to a note [11:49:39] note here/ref [11:50:12] might need to turn on an extension if you haven't already [11:50:45] should be Cite under Parser Hooks [11:51:27] i dont think it's ref its not a reference [11:51:46] its like in some wikipedia articles there would be an [a] and below a table or smth itd have a note in italics. i wish i had an example on me [11:53:35] Those are done the same way as chicago style references though. [11:54:56] still the ref tag [11:55:13] `` [11:56:19] oh interesting so whats lower alpha? [11:56:48] just changes [1] into [a] instead [11:57:12] lower alpha = lowercase alphabet [11:57:20] Lowercase alphabetical? [11:57:20] Ye [11:57:21] I have a great deal of ping today for some reason. [11:58:01] oh lower-alpha doesnt rly work for me it just says lower-alpha [11:58:36] Are you putting it inside the triangle marks? [11:58:48] and then it says Cite error: tags exist for a group named "lower-alpha", but no corresponding tag was found [12:00:04] I've no idea what that means, I'm going to run away now. [12:00:19] easier if you link the actual page [12:00:41] im not trying to link to a page or reference anything though [12:00:45] or do u mean show u what im doing [12:00:56] no i mean, link the page where you pasted the code [12:00:58] yeah [12:01:15] https://collegegymnastics.miraheze.org/wiki/University_of_Georgia [12:04:53] you need to add `` to where you want the footnote to be displayed [12:05:24] oh wait, that doesn't resolve the name error 🤔 just the lua one [12:06:09] maybe you need to define it like Wikipedia does? [12:07:15] oh i think it did work [12:08:05] can u refresh the page [12:08:05] i just wanna make the lower alpha 1 and 2 the same [12:09:33] how can i make but lower-alpha things just 1 [12:10:10] if i change lower alpha to a btw it works [12:10:14] it just says a 1 and a 2 tho [12:10:15] name it something else instead of "lower-alpha" [12:10:39] do you have other references on the page you want in other places? [12:11:18] i just wanted to do this one thing. the coach is volunteer assistant coach. i just saved that change so if u refresh u can see it [12:11:24] if you don't, you can just remove the `group=` bits. if you do, you gotta name it something to distinguish it from the other footnotes [12:11:38] oh so if its not group i just go a b c everytime? [12:12:09] if it's not group, it just defaults to numbers [12:12:24] yeah its defaulting to numbers [12:12:30] but i want both to be 1/a [12:12:36] preferably both a [12:13:57] oh, if you want the same footnote, it's "name" instead of group [12:14:20] you can name it anything, and it won't show up on the page [12:14:40] so /ref [12:15:08] and you can just use to trigger the actual footnote [12:15:15] it'll still default to 1 [12:15:39] it sorta worked but now if u refresh u will see yeah its defaulting to 1 and the reference is going to references instead of below the table i want it [12:15:48] if you want a, as i said, you'd have to make a MediaWiki page to define lower-alpha [12:16:05] yes, as i said, if you have more references on the page, you need a group [12:16:25] where do I do this? just? [12:16:50] [12:17:02] should be exactly that title with exactly that text [12:17:05] according to the docs [12:17:19] then use the lower-alpha group as mentioned previously [12:21:03] oh so just the exact title and paste everything from that page? [12:22:31] cool!! [12:24:13] yes, just that exactly and hopefully it should work [12:28:20] it def works! just wish i can have both notes as a 😭 idk how to do that when they are lower-alpha. might just have to suffer through [12:28:59] you actually can do this with any group [12:29:57] like, say if you want references in the group "note" to use lowercase letters, then you paste the contents of this page into the new page `MediaWiki:Cite_link_label_group-lower-note` [12:38:51] [1/2] rn it looks like this [12:38:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489967483476643990/de811aa7cbba8e36ede6cbf07f6318ef.png?ex=69d257da&is=69d1065a&hm=93fa5dcebdb4f83c83ac893b84c45d05fef2f7e08392aaeb8716022c22551b43& [12:39:00] i just wish i can make the b one a so i don't have 2 of the same notes [12:39:09] the lower alpha is working as it should though [12:40:05] oh yeah you can do this [12:40:34] basically, you take your reference that's currently labelled "a" [12:40:57] it should look like `Volunteer Assistant Coach/ref` [12:41:00] and you give it a name [12:41:41] `Volunteer Assistant Coach/ref` [12:41:52] then for the any repeated uses you do [12:42:07] `` [13:00:42] yeah name is considered separate from group [13:02:14] oh tyvm!! that worked! [13:05:39] [1/2] shes on cam look [13:05:40] [2/2] discord.com/invite/naughtycams [13:05:40] @naser09235 No invite links. [13:11:17] realized i didnt need it for that table after all but this will be useful for me in the future 😄 [13:11:29] im def gonna be needing this later on [13:51:08] Hey anyone know how to request an extension on a wiki that isn't one of the default togglable extensions? [13:51:20] [[SR/RC]] [13:51:21] [13:53:26] [1/2] shouldnt this recommend bucket instead [13:53:27] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1489986257952968754/IMG_0754.png?ex=69d26956&is=69d117d6&hm=d4213eb786721a86111279cded8ca10ab49b333c54cc871c3abe15fe60e66528& [13:53:40] Is Bucket enabled for everyone yet? [13:53:47] i believe so [13:54:00] There was a thing in #announcements about it, no? [13:54:58] > Bucket [...] is immediately available for bureaucrats to enable without restriction. [14:01:31] Absolutely yes [14:01:47] Feel free to do so yourself or I’ll do in a few minutes [14:04:07] editing meta on mobile would put me in a stress induced coma i think [14:04:10] ill leave it to you [14:04:19] haha already done get nerdsniped [14:04:56] https://tenor.com/view/phighting-banhammer-phighting-roblox-roblox-gif-11076485715552752062 [14:30:33] who voiceover the rake april fools [14:43:28] [1/2] https://www.youtube.com/watch?v=Qde5Qgl4h2s [14:43:28] [2/2] Speaking of microwave, here's some boomer music :pupCoffeeMH: [15:03:57] [1/2] how do i prevent msupload from adding this stinky text [15:03:57] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490004002715205662/image.png?ex=69d279dd&is=69d1285d&hm=896a752181f067ff74e42cff78256ed6b9c8b36d501e46760226a76e80d0a1cb& [15:07:29] Change MediaWiki:Msu-comment [15:08:05] [1/6] also im trying to make it so that if you add a category to the summary box it doesnt add the summary header because My god it looks weird when its just [15:08:05] [2/6] ``` [15:08:05] [3/6] == Summary === [15:08:06] [4/6] [15:08:06] [5/6] [[Category:Test]] [15:08:06] [6/6] ``` [15:08:09] awesome thanks [15:08:34] do i leave it blank or add a hyphen [15:08:44] I think blank should work [15:08:49] mm okay [15:09:24] The summary box is unfortunately hard to remove [15:09:50] [1/2] im not trying to remove it [15:09:50] [2/2] i just find it weird that when you add a category it adds an empty summary subheader which i hateeeeeee [15:09:57] im normally used to just adding the category manually [15:10:02] mass editing my beloved [15:12:26] eh honestly i should not be bugged out by this but i am oh well its fine leave it i guess [15:17:32] I ended up switching to SimpleBatchUpload [15:17:42] How do i check all the page that use certain type of template? [15:17:55] like the opposite version of unused template [15:18:40] [[Special:WhatLinksHere/Template:name]] [15:18:45] [15:18:48] replace name with the name of the template you want to search for [15:18:58] Ohhhhhh [15:19:00] thanksss [15:19:07] or you can go to the template's page, and find the option which says "what links here" [15:19:07] np [15:19:15] Is the [[ neccesary [15:19:28] no it isnt [15:19:29] woops [15:19:38] ohhhh [15:19:40] isee i see [15:21:54] hello everyone [15:22:02] Yo [15:22:13] How ya been Mountain [15:22:19] Goodie [15:22:22] how bout you [15:30:07] just woke up [15:38:49] Mmmmm right [15:38:58] also does anyone know how to add modulle again [15:42:16] wdym add module? [15:42:22] you just create the page right [16:17:00] Yeah [16:17:12] One of the template i copy require a module [16:17:18] huh [16:36:08] Ok it work [16:36:32] [1/2] Nvm it doesnt wor [16:36:32] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490027302682366082/image.png?ex=69d28f90&is=69d13e10&hm=5532a314ff8c97e7e17c9b92f498fa1c9001a7935fdd415ce8c709062790a0c6& [16:37:42] https://tenor.com/view/far-cry-release-me-joseph-seed-gif-12887358985963630884 [16:42:25] Ohhhhh [17:00:25] what if miraheze made bean paste and it was called mirapaste [17:38:41] https://dev.miraheze.org/wiki/Module:Arguments import this module to your wiki [17:39:25] 99% of modules ive seen/made/use require that to some extent [18:00:44] [1/2] Is there still a way to rectify this... [18:00:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490048490502619169/image.png?ex=69d2a34b&is=69d151cb&hm=2d59e241635f170e5301cbcd6dc4ebedeb3056f6e21a174b21f5e76f2151cebc& [18:00:58] Not entirely sure this is normal, but I had a hunch it isn't [18:01:05] When'd you submit [18:01:59] ...it's written in the thing [18:02:26] No it's not lol I'm asking if you submitted 5 hours ago or 5 seconds ago [18:02:35] April 4 does not tell me anything [18:02:46] [1/2] uh i have no clue how to do css or anything i didn't realise how difficult this would be - how do i make this not look ugly? e.g change font and background colour [18:02:46] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490049002971070524/image.png?ex=69d2a3c6&is=69d15246&hm=e7a120fd78a242203b4ae9d47bb1fadaa086b8e31dce88d94848a5c78adf7f85& [18:09:50] I think CSS is your only option for Vector 2022 [18:10:24] im mean where do i go to change how it looks, sorry [18:10:51] It depends on what and where are you trying to change it [18:11:21] If you want to change it for Vector 2022 only, usually you can just edit MediaWiki:Vector-2022.css [18:11:45] has a list of what different CSS pages do [18:11:57] okay ty [18:27:36] i really don't understand anything about this, why isn't there a button saying 'change logo' ?? it's really confusing me 😭 [18:28:30] Oh the logo should be in your ManageWiki settings [18:28:44] "Manage the wiki's core settings" link in that sidebar [18:29:05] Font and background you'd have to do through CSS though [18:29:32] nvm it's the other one [18:29:41] "Manage the wiki's additional settings" [18:29:55] okay, i'll see if i find it! [18:30:04] Search for logo and you should find boxes in which you can enter image URLs [18:30:40] There's a separate guide for that [18:37:43] also don't call it Logo.png or you'll get a funny warning image [19:12:17] [1/2] Ohhh| [19:12:18] [2/2] I submitted like... [19:12:40] I think... around... 24 hours ago but resubmitted it today and it didn't work [19:16:32] Hmm [19:19:27] suggests that it might be because Google just didn't get to it yet [19:20:13] I encountered that message before when submitting but usually it resolved itself within a couple minutes [19:20:32] yo guys [19:20:34] Spouting what Miraheze says... You have to do a rain dance at the peak of Mt. Everest. [19:20:44] how do i add dark mode options for styles css [19:21:01] https://cdn.discordapp.com/attachments/407537962553966603/1490068695760765058/message.txt?ex=69d2b61d&is=69d1649d&hm=98f61f2b919dd53a4aa69a8aa8319c238e1f9d3ec28ff76d1bc3242509be0fb1& [19:21:41] -# which is code word for "We don't know. Only when Google just feels like it... [19:22:18] flights to nepal are on google [19:22:31] Do you guys hyphenate your wiki domains? Fandom does by default, but I've heard everywhere else that it's not a good practice (and the dbname doesn't support it) [19:23:51] The domain I wanted (without hyphens) is already parked so I might leave it as it is for now [19:25:10] I do not, I instead bought a .wiki domain [19:25:27] Yup that's the one parked [19:25:44] And the game name is already long so I don't want to append more words [19:26:19] Maybe abbreviate it? [19:27:06] that too [19:27:07] 😂 [19:27:42] -# also it sucks that `.wiki` domains have become inflated now... But it is what it is. [19:27:45] "shortest" would be {abbreviature}-wiki.com [19:28:27] yeah hopefully they stop renewing one of the two I was considering... but that won't happen until next year [19:29:19] ¯\_(ツ)_/¯ [19:30:12] [1/2] As long I can still afford my domain still I'm gucci [19:30:13] [2/2] -# does anyone say gucci anymore...? [19:33:26] https://tenor.com/view/the-simpsons-principal-skinner-skinner-children-out-of-touch-gif-4463952 [19:35:53] So... we can't do something about it or...? [19:35:56] there's a .ki TLD but it starts at 1k USD [19:42:48] As far as I'm aware, I have no clue... I maybe Namecheap is going on some rough times? [19:43:11] I've had bad experiences with Namecheap and stopped using their services [19:43:24] Does anyone know of a place I could look for some useful user js scripts? [19:43:30] i mean it's in their name, lmao [19:43:40] Fair [19:43:43] buy on namecheap then handle everything on cloudflare [19:44:04] I just buy on Cloudflare or Gandi [19:44:55] ah... [19:44:57] I bought my .wiki domain when it was literally around 2 dollars. [19:45:17] at time of purchase before being renewed again at 25 [19:45:34] are u sure that wasnt just a first year offer? [19:45:36] i got an .ai domain because of my name [19:45:42] before AI bros were a thing [19:45:50] all domains ive purchased have been 2-3 dollars first year, then normal after that [19:45:52] and now the renewal is ~200 [19:46:01] Mine was a monthly subscription [19:46:36] https://cdn.discordapp.com/attachments/407537962553966603/1490075134810259656/image.png?ex=69d2bc1c&is=69d16a9c&hm=aff8b3cc02c4f29763965a00e289cb784df5031444dc1754964f2bbbe1908023& [19:46:48] min 1m goddamn [19:46:55] I think I changed to a yearly subscription later? But I am fine with a monthly if I didn't [19:47:01] yeah one/two letters are impossible [19:47:13] crowdfunding my purchase of k.ai [19:47:52] ask kai (the streamer) to buy it but you keep the NS and scam him [19:47:58] Did you know that some countries outsource their domain country code? [19:48:13] With one notable example being .tv [19:48:21] .ai too [19:48:30] they sold it to some US company [19:48:41] (which caused a lot of issues for me) [19:49:09] They should've just took .ia [19:49:26] Intelligence artificial :3 [19:50:25] anguila watching their country code getting $1T valuation because of AI bros [19:50:39] -# ( i made it up ) [19:51:02] [1/2] I read somewhere that dpl's limit is 500. Is it for input or output? [19:51:02] [2/2] Also, are there better ways to list pages from multiple categories on one page? DPL seems to be a little cursed [19:51:44] You can't hyphenate a Miraheze subdomain because of technical restrictions. Custom domains are fine. [19:51:57] I'm aware, I was looking for a custom domain [19:52:11] But it was parked without the hyphens [19:52:19] Custom domains are fine [19:52:30] You can have whatever you like with them [19:54:59] If we really wanted to and someone cared enough to do it, we could support hyphenated subdomains fairly easy [20:11:03] on wikipedia i saw a page named [[special:impact]] is this available on miraheze? [20:11:03] [20:13:36] Well that link is the answer you need to know [20:14:37] Do you mean import [20:14:45] https://en.wikipedia.org/wiki/Special%3AImpact [20:14:58] https://cdn.discordapp.com/attachments/407537962553966603/1490082273960263750/image.png?ex=69d2c2c2&is=69d17142&hm=1b6dffa59fb36f5e23fb7c608396ff48713bd90b9827509a8b72af07b8e0c549& [20:15:21] Oh, interesting [20:15:28] It’s part of, what was it [20:15:39] GrowthExperiments I think [20:15:42] yes [20:15:42] [1/2] is my impact tuff [20:15:43] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490082457452679209/image.png?ex=69d2c2ee&is=69d1716e&hm=dd76b13c78b022be7d2c81eb5f68b90fd2839a9c3c92c35fbafad3e7853be771& [20:18:46] [1/2] If yall curious [20:18:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490083230404186323/image0.jpg?ex=69d2c3a6&is=69d17226&hm=c792441cea3f38e2e35aa3c547c55e1ba09ae4658f9fbc99737da70fb019ff24& [20:19:19] 12 thanks received okay mr famous [20:21:39] [1/2] this issue on miraheze.org [20:21:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490083955968573582/20260404-2021-25.4436541.mp4?ex=69d2c453&is=69d172d3&hm=0ed9ca439662cd446df6fe71164844c0de53d9202193cfe84c3a04e947070365& [20:21:58] is scrollbar styling not supported on miraheze/mediawiki [20:22:13] it is [20:22:30] i mean like scrollbar-button stuff n that [20:22:33] it's a css thing [20:22:49] mw/miraheze doesn't bother about it [20:22:57] ^ [20:23:03] if it doesn't work, make sure the properties are supported by the browser or were written correctly [20:23:21] iirc scrollbar stuff isnt standard across browsers yet [20:23:29] yeah each has their own way [20:23:34] or none at all [20:23:37] siigh [20:23:46] [1/2] well i guess some is baseline [20:23:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490084488393392228/image.png?ex=69d2c4d2&is=69d17352&hm=52c29574d2d4630dd3d449f692da40d642199fb0d89283f8187f592e9cc85515& [20:23:56] oh nice [20:27:55] kpop demon hunters 🥀 hop off bro [20:28:07] Excuse me? [20:28:33] how do i use growth experiment [20:28:57] What did you mean by hop off [20:29:06] its kid talk [20:29:33] might be past ur time lol [20:29:48] the unc allegations are crazy [20:30:03] how do i turn this on [20:30:10] -# As a young man myself I have no fucking clue either. [20:30:27] https://cdn.discordapp.com/attachments/407537962553966603/1490086167360700609/image.png?ex=69d2c662&is=69d174e2&hm=876c5c7fac885e189dbd49f9662e7ab12239e98dfbdd4a1b434f2ca00e8de9f6& [20:30:35] this is the worst [20:30:39] It’s probably not gonna work like that on Miraheze [20:30:42] My stats are 0 on everything :3 [20:30:54] Cause I don't edit for Wikipedia [20:31:02] Since our system for tracking page views is entirely different and to my knowledge not connected [20:31:03] to be honest [20:31:09] I'm surprised i even had an account there tbh [20:31:10] the impact thing is kinda useless [20:31:23] cuz if you edit an article like "united states" youll obviously get like 10 million views [20:31:40] It’s a sort of carrot motivation for new editors [20:31:43] yeah it's the kind of feature that i might use once and never check agai [20:31:56] Though I doubt new editors can edit that page [20:32:11] The USA page is locked no? [20:32:12] The mentor feature of GE is very cool [20:32:18] I’d guess it’s ECP [20:32:25] [[w:USA]] [20:32:26] [20:32:49] it is locked for edit suggestions only [20:33:13] but you could go into recent changes and filter by new articles [20:33:14] Called it [20:33:20] make a random edit fixin g atypo [20:33:25] [1/2] > This article relates to post-1992 politics of the United States and closely related people, which is a contentious topic. [20:33:26] [2/2] By decree of ArbCom [20:33:31] then get infinite views [20:33:33] "Extended confirmed users" [20:33:43] No one cares about this as a metric [20:34:07] Farming Impact views is, as the kids say, negative Arya [20:34:13] wikipedia has more bcrats than interface admins [20:34:32] Interesting [20:34:33] Frankly I don't know any page that isn't locked [20:34:46] Most [20:34:55] MediaWiki probably [20:35:01] Couch [20:35:07] Plant maybe [20:35:31] all are blocked [20:35:39] maybe just to me, as ive 0 edits [20:36:17] [1/2] correct! [20:36:17] [2/2] 00:10, 21 August 2022 Materialscientist talk contribs protected Couch [Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite) (Persistent vandalism) (hist) (thank) [20:36:28] Most (disambiguation) is unlocked [20:36:42] who is persistently vandalising the couch page [20:36:56] [1/2] correct! [20:36:56] [2/2] 07:18, 18 October 2008 Graham87 talk contribs protected Plant (moved Plantae to Plant) (hist) (thank) [20:37:02] -# ||JD Vance controversy|| [20:37:13] Damn they hate couches too [20:37:37] i just made my tenth edit! [20:37:42] Cool [20:38:35] Sighs heavily and walks away [20:38:47] Like I said, I don't know any wiki page that isn't unlocked, bweep :3 [20:40:29] [1/2] I got my views from Temu [20:40:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490088691262292020/image.png?ex=69d2c8bc&is=69d1773c&hm=6cadc7f2ffc520a77f7e5161c690629bc4494d9cc22a1e4a5ecd81eb9445adf7& [20:41:09] Dropshipped and easily disposable? [20:41:24] -# I am running out of jokes to make. [20:41:50] should i use editcount or editcountneue [20:43:54] Neue [20:49:44] No true uncman fallacy, is all I'm hearing. LD [20:51:58] Does anyone know of a place I could look for some useful user js scripts? if there is such a place [21:03:42] Why is Bucket considered the ultimate replacement for Symentic MediaWiki? [21:05:07] <.labster> It's pronounced "bouquet" 🪻 [21:06:02] brisket [21:06:24] <.labster> omgbbq [21:06:46] [1/2] Both deal with structured data, and do a lot of the same things [21:06:47] [2/2] Semantic Mediawiki has a lot of issues, so its the least prefered out of all the options Miraheze has for structured data [21:07:12] SMW is also on its death bed and is probably only going down from hwre [21:07:17] <.labster> Basically it's very easy to slow down a site (read: every wiki) with semantic queries. [21:07:29] smw can be fixed it just needs another 50k lines of code [21:09:52] <.labster> It's really a question of use cases. Most people do not need all of the features of SMW, and would actually have a better life if it wasn't so heavy. And Cargo is... Cargo. Needs running of backend scripts to even work. Both of these are for professional software teams to maintain, not a free wiki host. [21:10:56] I’d feel bad for a professional working on SMW [21:10:57] <.labster> I've been using DynamicPageList3 as a metadata replacement, but of course it isn't persistent, indexed storage so it is slower. [21:11:13] We have 4 now [21:12:06] <.labster> I'm going to try to write an events calendar today in Bucket. [21:14:43] Oh? [21:14:52] Very curious how that goes, do keep me posted [21:14:53] [1/2] https://discord.com/channels/407504499280707585/407504500136607745/1490092718377009293 [21:14:53] [2/2] I thought that was already the policy, or am I thinking of something else? [21:18:20] For a little bit, but we wanted to announce it very clearly for everyone to minimize congestion [21:19:13] <.labster> Basically my use case involves showing specific months. And multi-day events are annoying to render, so I'm not doing them. In theory you could tie so JS to a bucket API call to page between months though. [21:19:33] I helped bump it to an announcement because I'm extremely oblivious what goes on with tech and had to have a talking to for enabling it [21:19:51] while we're on the topic [21:20:00] I love topics [21:20:05] What’s up [21:20:35] <.labster> Miraheze as a whole is bad at announcements. I tell people about planned outages, and they don't believe me, because the only place it gets posted is on Discord and they're not on. [21:20:56] I was going to say that before we should work on that [21:21:22] I still think making a system that can cross post communications to discord, socials, and community portal (or other on wiki page) would be great [21:21:24] still ball for a dedicated comms role that is global in scope and has a mission of getting a wrangle on that [21:21:35] That would also help [21:21:44] I’m more in favor of focusing on a system, not a role [21:21:46] been a thought on my burner for years [21:21:52] its both really [21:22:03] there needs to be a way and there needs to be clearly tracked whos [21:22:39] <.labster> Yeah, we should have a global comms role, it probably should have been me, but honestly I've had very little time at a keyboard lately. [21:22:41] even if it comes down to a who that informally is the necessary dick who nudges the appropriate people to pass things on [21:23:04] because right now there's several whos across all sorts of different things [21:23:15] and the one tech opening is not broad enough to really solve the problem [21:23:32] <.labster> even reposting the announcements channel to the wiki would be an improvement. [21:24:00] Agreed [21:24:07] now would the main page news section be enough or should it be more [21:24:32] accounting for cases of course where a community portal post would be best [21:24:58] I really should put this on a personal to do list [21:25:12] <.labster> Actually someone needs to knuckle down and integrate Echo across wikis. [21:25:26] I mean, having a bot that takes discord announcements and lets you relay to a page on wiki, that’s a great start [21:25:37] I would like there to be optable echo notifs to bureaucrats/admins [21:25:42] And also option to send to Mastodon and Bluesky and such [21:25:58] do we have either and who if so [21:26:11] Yes [21:26:24] javo seems to be rewriting the bible [21:26:49] current policy requires the President to approve all posts [21:27:02] was on the phone with my mom and had to stop typing💀 [21:27:03] Currently mainly used for tech and fundraiser sometimes [21:27:08] that seems a bit narrow [21:27:12] It is [21:27:18] Skye has it on her to do to reform iirc [21:27:20] <.labster, replying to pixldev> President can delegate this. [21:27:36] can start with that informally if we have a who, then [21:27:53] might be nice to have a designated little space for that to coordinate [21:28:15] <.labster, replying to raidarr> another internal wiki that no one uses? [21:28:26] ¯\_(ツ)_/¯ [21:28:29] if that's what you want [21:28:51] True [21:29:16] [1/3] Was it you or petra that was first helping me with sorting buckets? I was wanting to sort by page creation and the solution was to store the page id and sort by that in bucketget. [21:29:17] [2/3] Now I have another issue of sort😭 and its far more complicated. Same idea, but I cant use the page id or firstedit strat because said template im using the bucketput on isnt neccessarily an infobox on its own page. I was looking for a way to possibly store an incrementing value so when a new instance of the bucketput is ran (aka new template) it adds its own unique [21:29:17] [3/3] id. [21:29:21] ~General probably a good place to start [21:29:26] Probably Petra [21:29:43] do we want a page to mirror discord announcements nowish and see how that goes [21:30:16] Mmmmm [21:30:28] Let’s get a few more opinions but we can def do it as an experiment [21:30:51] If we can semi automate it, that would be much better too [21:32:51] Maybe make the template argument like `|creation = {{subst:CURRENTTIMESTAMP}}`. When the page is saved the current time is automatically substituted. [21:32:51] My vision is, post on discord, run a bot command/do something to start an interaction, info like major or minor is autofilled, pings are removed, markdown is turned into wikitext, gives opportunity for manual editing, select if you want it sent to socials (needs specific access to do so) [21:34:46] worth giving a shot [21:34:56] Man it would be great if bucket could store a unique id for each data entry [21:35:09] kinda shocked that isnt a thing [21:35:21] Absolutely no promises that I’ll get the time to make something like this any time soon but if I do hey, fun. If not we can still try cross posting manually [21:36:34] But I’d like to hear others thoughts [21:36:38] I implemented that for tech updates a while ago [21:36:43] It just hasn't been used a lot [21:36:46] Like this random developer who is now typing [21:36:55] kek [21:37:07] pretty sweet [21:37:30] i've forgotten by now how it was used (read as: pleaseeeeee is there a page in the tech namespace) [21:37:32] We do have site notices and a status page, both of which are usually updated for planned maintenances [21:37:46] it's just the maint script [21:38:13] At tech we’re fine [21:38:14] i could also turn it into a special page in theory if we want non-tech people to use it [21:38:21] i posted the last planned outage on our socials as well (technically by violating a policy but the president is yet to kill me) [21:38:25] just spawn a job for each wiki instead of a maint script [21:38:36] But anything smaller than a global outage is majorly under represented off discor [21:39:45] are there any particular settings needed for the previews extension? [21:39:51] mine doesnt work [21:40:05] and its not that infobox is breaking it, its not working on any page [21:40:33] James Hare is rapidly approaching your location. [21:40:41] yeah right [21:41:01] Would it be best to have a "newsfeed" kinda section somewhere on the mainpage for all wikis that displays the messages from announcements? [21:41:30] I think echo notifications would be sufficient [21:41:41] killing whoever forces a newsfeed on my main page [21:41:45] It would just require somebody to run the script to send them [21:42:00] Did you just enable it [21:42:20] no, its def kicked in, but im getting an error message [21:42:30] https://cdn.discordapp.com/attachments/407537962553966603/1490104299403870238/image.png?ex=69d2d745&is=69d185c5&hm=b7f7e41872c5325af34b4bd6222377a23e4dd602724a23a92f58ef0d70894b88& [21:43:12] I only suggest that because it wouldnt require a script to be ran each time a new annoucement is posted, it can always be viewed by all users instead of just a little popup, and works as a way to advertise this server in a way [21:43:46] It'll get messed up when you change an entry: the old one has to be deleted and a new entry added. Sometimes it's impossible to know whether these two entries are the same (e.g. you remove a BucketPut on a page but add two more with the same edit). [21:44:04] I don't see how that is any different to the site notices we have right now [21:44:13] expanding what's currently on the main page basically? [21:44:13] And they're displayed on all pages + can be dismissed [21:44:30] I think they meant adding it to all wikis [21:44:43] that section could probably do better than just mostly be filled up with version updates in any case [21:45:05] I like the image of it being a short blurb and basically referring to a read more like the bucket business [21:45:24] but that thinking doesn't play nicely with the automated approaches suggested [21:46:04] it doesn't have much real estate as implemented to get in the weeds like the average discord announcement [21:46:11] which could change of course [21:49:33] [1/2] I just think incorporating the site notice system to announcement messages would be a bit obnoxious for most users. Currently, they are used for planned outages which is extremely relevent for all wiki users, but a lot of the announcements while important arent relevant for most. Also, currently site notices recur each time you reopen the wiki i think? I guess [21:49:33] [2/2] that could be changed to support announcements but either way that popup could get annoying [21:51:10] I thought you were only referring to maintenances, for less important announcements I don't think wiki main pages would be useful either since people often use custom layouts and styles for them [21:51:11] And unlike Fandom I don't think we want to add custom elements to wikis [21:52:11] AFAIK the WMF mainly distributes technical changes through tech news, which is a wiki page + email newsletter + talk page newsletter [21:52:23] I think something like this could be feasible for us as well [21:52:33] Yeah thats the one thing I was thinking too, but my idea is it would be section on the side, like below page tools [21:52:42] https://cdn.discordapp.com/attachments/407537962553966603/1490106870042460350/image.png?ex=69d2d9aa&is=69d1882a&hm=542b4ccde793011f36a587ca4ebd0f66e41079893630bd0b590f3a229be26b3a& [21:52:48] That won't work on all skins [21:52:53] Damn [21:53:21] And as I said, I think it could remind people of Fandom's skin modifications [21:53:36] it is already reminding me of them [21:53:46] Right now people have almost 100% control over what is displayed on their wikis, apart from stuff like privacy policy links and footer icons [21:54:00] Everything else is just part of the skin by default [21:56:18] what game is this [21:56:29] https://fischipedia.org/wiki/Fisch_Wiki [21:56:29] fisch [21:56:38] oh i like fish pretty delicious [21:56:47] same [21:57:09] Can you link to your wiki [21:57:39] https://nostraightroads.miraheze.org/wiki/Main_Page [21:57:54] Yeah thats fair. This wouldnt be a solution, but an easy way for wikis - if they choose - to have those messages displayed in a newsfeed format somewhere would be quite useful [21:57:59] [1/2] Works on some pages [21:57:59] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490108198483660820/image.png?ex=69d2dae7&is=69d18967&hm=d476fe98ef1fa8838bb09a1d53003eeea903f452a5e4bf8902b8e0925d0d664f& [21:58:32] It depends on whether TextExtracts can generate the page description [21:58:33] i see... its not working for me [21:58:40] that metronomik one [21:58:47] is it a cache thing then? [21:58:58] Might be cached yeah [21:59:07] do i need to reset my brower's cache? [21:59:15] You can try incognito first [22:00:20] Your Guidelines page fails to generate an extract presumably because it uses a tabber [22:00:39] You probably don't need a tabber for that one [22:00:53] oh yeah we're working on replacing the tabs with smth else [22:01:00] tabbers [22:01:03] brutal [22:01:12] [1/2] hmm... images dont seem to work though [22:01:13] [2/2] also the text is kinda weird... [22:01:37] Images are fetched from PageImages and if they are too small PageImages just ignores them [22:01:40] that might be because of a setting [22:01:41] huh [22:01:50] I wonder if that's configurable in ManageWiki? It's a bit of a complex setting [22:01:53] theyre not that small though, theyre like 300px. is that too small? [22:01:59] wait no [22:02:03] im mixing stuff up [22:02:10] the images we use are 1k or so [22:02:19] Okay it's not the size [22:03:27] [1/2] okay, i put this setting back on and it broke the previews again [22:03:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490109575133921300/image.png?ex=69d2dc2f&is=69d18aaf&hm=cc4454aa52c110eff6cfa4ee6f8b38515857901bc2502c559442da9c018586a4& [22:03:48] Yeah because you don't have intros in a lot of articles [22:04:25] This for example doesn't have section 0 [22:04:54] If you're using that option you should write something in the intro of the page so it can generate an extract with that intro [22:08:19] oooh, i see [22:08:33] yuup it works when i do that [22:09:15] Hm so that page does have a page image [22:10:08] And the API does return the image to Popups but because the size is 200x200 Popups doesn't display the image [22:10:37] Because Popups has hardcoded image size requirements that you can't configure at all [22:11:40] ooooooh that makes sense [22:11:55] [1/2] hmm you know what, i think ill just... not use it [22:11:56] [2/2] its not necessary [22:13:32] Popups sucks to deal with in a lot of ways there's a bunch of config options that you have to set but even when you do that it'll often reject your preview because that's just not what Wikimedia envisioned previews should look like [22:15:46] I cannot figure out how to place my created infobox on my pages as I create them. Anybody? [22:20:52] https://dev.miraheze.org/wiki/Help:Infobox_101 [22:25:41] [1/2] I already created the box itself, but when I copy the code into the page I want to use it on none of the 'Data' information will show up. [22:25:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1490115166992597142/Screenshot_2026-04-04_172500.png?ex=69d2e164&is=69d18fe4&hm=39f44860b736d834a905700e687dedf390026ba57cb313c6c177ac63106c78b3& [22:27:11] https://cdn.discordapp.com/attachments/407537962553966603/1490115546967183541/Screenshot_2026-04-04_172656.png?ex=69d2e1bf&is=69d1903f&hm=2c4ff2ee1bc8e2a227f50ece0ade4d8c843d489ff2829f67288acb86c988ff53& [22:49:45] [1/51] [22:49:45] [2/51] [22:49:45] [3/51] [22:49:46] <MirahezeRelay> <thenosnikliwlegacy> [4/51] <default>{{PAGENAME}}/default [22:49:46] <MirahezeRelay> <thenosnikliwlegacy> [5/51] /title [22:49:46] <MirahezeRelay> <thenosnikliwlegacy> [6/51] <header>Biographical Information/header [22:49:47] <MirahezeRelay> <thenosnikliwlegacy> [7/51] <data source="data1"> [22:49:47] <MirahezeRelay> <thenosnikliwlegacy> [8/51] <label>Gender/label [22:49:47] <MirahezeRelay> <thenosnikliwlegacy> [9/51] /data [22:49:48] <MirahezeRelay> <thenosnikliwlegacy> [10/51] <data source="data2"> [22:49:48] <MirahezeRelay> <thenosnikliwlegacy> [11/51] <label>Species/label [22:49:49] <MirahezeRelay> <thenosnikliwlegacy> [12/51] /data [22:49:49] <MirahezeRelay> <thenosnikliwlegacy> [13/51] <data source="data3"> [22:49:50] <MirahezeRelay> <thenosnikliwlegacy> [14/51] <label>Eye color/label [22:49:50] <MirahezeRelay> <thenosnikliwlegacy> [15/51] /data [22:49:51] <MirahezeRelay> <thenosnikliwlegacy> [16/51] <data source="data4"> [22:49:51] <MirahezeRelay> <thenosnikliwlegacy> [17/51] <label>Hair color/label [22:49:52] <MirahezeRelay> <thenosnikliwlegacy> [18/51] /data [22:49:52] <MirahezeRelay> <thenosnikliwlegacy> [19/51] <data source="data5"> [22:49:53] <MirahezeRelay> <thenosnikliwlegacy> [20/51] <label>Skin color/label [22:49:53] <MirahezeRelay> <thenosnikliwlegacy> [21/51] /data [22:49:54] <MirahezeRelay> <thenosnikliwlegacy> [22/51] <header>Political information/header [22:49:54] <MirahezeRelay> <thenosnikliwlegacy> [23/51] <data source="data6"> [22:49:55] <MirahezeRelay> <thenosnikliwlegacy> [24/51] <label>Date(s) Active/label [22:49:55] <MirahezeRelay> <thenosnikliwlegacy> [25/51] /data [22:49:56] <MirahezeRelay> <thenosnikliwlegacy> [26/51] <data source="data7"> [22:49:56] <MirahezeRelay> <thenosnikliwlegacy> [27/51] <label>Faction Affiliation/label [22:49:57] <MirahezeRelay> <thenosnikliwlegacy> [28/51] /data [22:49:57] <MirahezeRelay> <thenosnikliwlegacy> [29/51] <data source="data8"> [22:49:58] <MirahezeRelay> <thenosnikliwlegacy> [30/51] <label>Nation Affiliation/label [22:49:58] <MirahezeRelay> <thenosnikliwlegacy> [31/51] /data [22:49:59] <MirahezeRelay> <thenosnikliwlegacy> [32/51] <data source="data9"> [22:49:59] <MirahezeRelay> <thenosnikliwlegacy> [33/51] <label>Occupation/label [22:50:00] <MirahezeRelay> <thenosnikliwlegacy> [34/51] /data [22:50:00] <MirahezeRelay> <thenosnikliwlegacy> [35/51] <data source="data10"> [22:50:01] <MirahezeRelay> <thenosnikliwlegacy> [36/51] <label>Rank/label [22:50:01] <MirahezeRelay> <thenosnikliwlegacy> [37/51] /data [22:50:02] <MirahezeRelay> <thenosnikliwlegacy> [38/51] <data source="data11"> [22:50:02] <MirahezeRelay> <thenosnikliwlegacy> [39/51] <label>Wars Fought/label [22:50:03] <MirahezeRelay> <thenosnikliwlegacy> [40/51] /data [22:50:03] <MirahezeRelay> <thenosnikliwlegacy> [41/51] <header>Game information/header [22:50:04] <MirahezeRelay> <thenosnikliwlegacy> [42/51] <data source="data12"> [22:50:04] <MirahezeRelay> <thenosnikliwlegacy> [43/51] <label>Actor/label [22:50:05] <MirahezeRelay> <thenosnikliwlegacy> [44/51] /data [22:50:05] <MirahezeRelay> <thenosnikliwlegacy> [45/51] <data source="data14"> [22:50:06] <MirahezeRelay> <thenosnikliwlegacy> [46/51] <label>Character Status/label [22:50:06] <MirahezeRelay> <thenosnikliwlegacy> [47/51] /data [22:50:07] <MirahezeRelay> <thenosnikliwlegacy> [48/51] <data source="data15"> [22:50:07] <MirahezeRelay> <thenosnikliwlegacy> [49/51] <label>Appearance/label [22:50:08] <MirahezeRelay> <thenosnikliwlegacy> [50/51] /data [22:50:08] <MirahezeRelay> <thenosnikliwlegacy> [51/51] /infobox [22:54:17] <MirahezeRelay> <pixldev> Would advise to use code boxes for pasting whole infoboxes [22:56:03] <MirahezeRelay> <hihello_what_are_you_doing_here> [1/8] When using it on a page, you should be using it like [22:56:04] <MirahezeRelay> <hihello_what_are_you_doing_here> [2/8] ```{{Character Infobox [22:56:04] <MirahezeRelay> <hihello_what_are_you_doing_here> [3/8] |data1 = Example [22:56:04] <MirahezeRelay> <hihello_what_are_you_doing_here> [4/8] |data2 = Example [22:56:05] <MirahezeRelay> <hihello_what_are_you_doing_here> [5/8] ... [22:56:05] <MirahezeRelay> <hihello_what_are_you_doing_here> [6/8] }} [22:56:05] <MirahezeRelay> <hihello_what_are_you_doing_here> [7/8] ``` [22:56:06] <MirahezeRelay> <hihello_what_are_you_doing_here> [8/8] The `<infobox>` stuff only goes on `Template:Character Information` [22:57:26] <MirahezeRelay> <pixldev, replying to pixldev> (You can also use ``` three ticks for full box) [22:58:40] <MirahezeRelay> <thenosnikliwlegacy, replying to hihello_what_are_you_doing_here> Okay, thank you [23:18:25] <MirahezeRelay> <thewwrnerdguy, replying to yzxs> dev wiki, https://ccxtwf.github.io/MirahezeDevScripts/ , fandom dev wiki, look at some people's global.js [23:21:35] <MirahezeRelay> <keeper_s3> i have a question [23:21:51] <MirahezeRelay> <keeper_s3> how come my layout is radically different when im logged in vs when im logged out [23:21:53] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490129313729613906/image.png?ex=69d2ee91&is=69d19d11&hm=590eddc68931c3ba695baeb8da04201a53f69b83078d32dc705fe72c00a3dbd1& [23:22:06] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490129365420343546/image.png?ex=69d2ee9d&is=69d19d1d&hm=d0b332d44858427673a783ec0661106045b82ca60eeb0ce377d2f01133ca6f28& [23:22:14] <MirahezeRelay> <thewwrnerdguy> skin [23:22:16] <MirahezeRelay> <keeper_s3> the top is when im logged out [23:22:24] <MirahezeRelay> <keeper_s3> the bottom is when imloggged in [23:22:30] <MirahezeRelay> <thewwrnerdguy> top one is timeless skin, bottom is vector 2022 [23:22:41] <MirahezeRelay> <thewwrnerdguy> [[help:skin]] I think? [23:22:42] <MirahezeRelay> <Wiki-Bot#2998> <https://meta.miraheze.org/wiki/Help:Skin> [23:22:57] <MirahezeRelay> <keeper_s3> i did change my skin [23:23:09] <MirahezeRelay> <keeper_s3> but for some reason its doing this [23:23:11] <MirahezeRelay> <thewwrnerdguy> did you change it in user preferences or did you change wgdefaultskin [23:24:50] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490130052161994935/image.png?ex=69d2ef41&is=69d19dc1&hm=0df2cc128bf6dfbdb4757c00d9eb709ddf86b11aea2d4a9305520739316a08c6& [23:25:32] <MirahezeRelay> <thewwrnerdguy, replying to keeper_s3> what does your user preferences say then [23:25:48] <MirahezeRelay> <keeper_s3> wheres that located [23:26:00] <MirahezeRelay> <thewwrnerdguy> Special:Preferences, "Appearance" tab [23:26:50] <MirahezeRelay> <keeper_s3> im trying to have it be vector on both [23:26:59] <MirahezeRelay> <keeper_s3> but for some reason its doing this instead [23:27:12] <MirahezeRelay> <thewwrnerdguy> if you want it as vector on both then change wgDefaultSkin to Vector 2022 [23:28:40] <MirahezeRelay> <keeper_s3> i just did that [23:28:50] <MirahezeRelay> <keeper_s3> but its still not working [23:29:07] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490131132740796579/image.png?ex=69d2f043&is=69d19ec3&hm=f319c06b12e5f045766941760b4524501868f4ded4e42072545a23360195b8bc& [23:29:08] <MirahezeRelay> <keeper_s3> this right? [23:32:19] <MirahezeRelay> <thewwrnerdguy> it'll take a bit of time to update when logged out [23:32:25] <MirahezeRelay> <yzxs, replying to thewwrnerdguy> great thank you [23:38:53] <MirahezeRelay> <keeper_s3> how long does it take to update? [23:39:05] <MirahezeRelay> <keeper_s3> i also cant change the font color to white [23:39:13] <MirahezeRelay> <keeper_s3> its dark grey [23:39:51] <MirahezeRelay> <keeper_s3> [1/3] .mw-page-container-inner { [23:39:51] <MirahezeRelay> <keeper_s3> [2/3] color: #fff; [23:39:52] <MirahezeRelay> <keeper_s3> [3/3] } [23:39:55] <MirahezeRelay> <keeper_s3> is this not correct? [23:40:29] <MirahezeRelay> <keeper_s3> @thewwrnerdguy [23:42:05] <MirahezeRelay> <thewwrnerdguy, replying to keeper_s3> [1/2] ? [23:42:05] <MirahezeRelay> <thewwrnerdguy, replying to keeper_s3> [2/2] Could you link the wiki? [23:42:12] <MirahezeRelay> <keeper_s3> https://newdawnmodwiki.miraheze.org/wiki/Main_Page [23:42:17] <MirahezeRelay> <keeper_s3> its a major wip [23:45:17] <MirahezeRelay> <keeper_s3> but the visited link colors are not working [23:45:26] <MirahezeRelay> <keeper_s3> i want them to be a bright cyan [23:45:31] <MirahezeRelay> <keeper_s3> theyre blue [23:46:06] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490135405717356584/image.png?ex=69d2f43e&is=69d1a2be&hm=f1815a18943b2f3fb3478a1441725da8a00906732c5fe8ee78d8273eff860aa9& [23:46:18] <MirahezeRelay> <keeper_s3> i want them to be yellow like that but they show up as blue [23:48:49] <MirahezeRelay> <thewwrnerdguy> [1/5] ```css [23:48:49] <MirahezeRelay> <thewwrnerdguy> [2/5] a:where(:not([role="button"], .new, .mw-selflink)), a:where(:not([role="button"], .new, .mw-selflink)):visited, .vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited { [23:48:49] <MirahezeRelay> <thewwrnerdguy> [3/5] color: var(--theme-link-color); [23:48:50] <MirahezeRelay> <thewwrnerdguy> [4/5] } [23:48:50] <MirahezeRelay> <thewwrnerdguy> [5/5] ```try that [23:49:15] <MirahezeRelay> <thewwrnerdguy> or whatever your link colour is instead of --theme-link-color [23:49:36] <MirahezeRelay> <thewwrnerdguy> taken from https://battlecats.miraheze.org/wiki/MediaWiki:Vector-2022.css#L-257 [23:51:45] <MirahezeRelay> <keeper_s3> its giving me an error [23:51:49] <MirahezeRelay> <keeper_s3> saying it expects rparen [23:54:05] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490137414205706411/image.png?ex=69d2f61c&is=69d1a49c&hm=afdbdb46b7afb5540a1bfaaaf1e51e827401a03761eb21a04804ed0a44565744& [23:55:23] <MirahezeRelay> <keeper_s3> https://cdn.discordapp.com/attachments/407537962553966603/1490137743333003506/image.png?ex=69d2f66b&is=69d1a4eb&hm=5c59655a902461c35f416046aae8dc0b8963c4ce3c0e04734eda6294053a1abc& [23:55:25] <MirahezeRelay> <keeper_s3> didnt worl [23:58:47] <MirahezeRelay> <thewwrnerdguy> put `?debug=2` at the end of the url to see the changes [23:59:14] <MirahezeRelay> <thewwrnerdguy> it should automatically update after 5 minutes or so but in debug mode you can see the changes instantly [23:59:35] <MirahezeRelay> <thewwrnerdguy, replying to keeper_s3> yeah never trust the CSS editor when it tells you you have an error