[00:33:21] [1/3] first, i guess it depends on the nature of your wiki and your topic. [00:33:21] [2/3] but, in general, you'll likely have primary topics and secondary topics, which will be under the primaries. [00:33:21] [3/3] i deal mostly in worldbuilding wikis, so it's farily easy to try to mimic Big Wiki's (meaning Wikepedia's) organization structure. [00:34:34] fundamentally, though, the intent of categories is to make information easy to find. so, the categories should fit your wiki and enhance access to pages with similar or related information. [00:35:22] sorry it's not a "here's the answer" reply, but i think it's good guidance. [01:42:05] @jph2 FYI, in case the ping didn't go through since I forgot to sign [01:42:52] Oh wait, I think you borked it with an extra -wiki on the end [01:44:05] Either way, I think can be approved, as gaia.miraheze.org exists, but gaiawiki.miraheze.org (the request wiki) does not. [06:11:03] I cant get tabberneue to work [06:25:35] the infobox template is not set up to accommodate tabs like that i think [06:38:45] I cant get tabberneue to work [06:42:45] i have no idea how to set it up to accommodate for tabberneue then- [08:35:12] you'd need to add tabs in the infobox template itself [09:44:39] does not work for me [09:47:21] Works completely fine when I post the code on Overleaf though [10:09:02] I found a temporary fix; seems like the math extension no longer supports special Unicode characters like U+2212 like it used to before the outage [11:23:44] i think miraheze is trolling [11:39:07] As with all coding, that kind of error message, usually indicate an issue at another place, the compiler/interpreter just have no idea what your overall plan is, so pretty much impossible for it to tell the actual issue a lot of times [11:45:25] im applying glow except for a specific amount of elements [11:47:09] [1/5] ```css [11:47:09] [2/5] .mw-page-container:not(a):not(a:visited):not(.new) { [11:47:10] [3/5] ... [11:47:10] [4/5] }``` [11:47:10] [5/5] works just fine but god damn tires me a little bit because i need to click 1 more to save [12:16:10] <7xing_unasozu> how should I turn this stylesheet page to a css content model? it is now wikitext [12:16:27] <7xing_unasozu> btw this is a template page [12:21:09] on that page, go to the "Page information" in the toolbar. can add `&action=info` to the end of the url too [12:22:40] <7xing_unasozu, replying to chimecrime> thanks!😘 [12:22:49] it should be sanitized css for templatestyles [12:22:57] <7xing_unasozu> i've got it [13:26:15] Didn't mean to make the requestor wait and give you extra work. I've created the wiki and commented on their user talk page. [13:44:50] <7xing_unasozu> why doesn't my wiki's navbox have a hidden button? [13:45:52] <7xing_unasozu> i copied Gadget-collapsibleTables.js from wikipedia exactly [13:56:12] <7xing_unasozu> also,the state had been set to uncollapsed [13:56:46] <7xing_unasozu> and i had cleaned the cache before i checked it out [13:57:02] I'm pretty sure that's an issue with the MediaWiki code editor (or whatever the error checker is if it's separate) not recognizing newer CSS selectors like `:not()` and `:is()`. I remember experiencing this on Fandom wikis, too [13:57:10] I wonder where this bug should be filed [14:00:58] yeah that might be, I had an issue with `:has()` too [14:39:37] Nah I got a couple `:not` that are fine on my wiki, so can't be that specifically [14:43:52] Actually isn't `:not()` older, i think i misremembered that one [14:46:12] no idea, relatively recentish I got into doing any CSS stuff really, so don't really know what is old or new, but all I can say is that `:not` is well... not the issue here [14:46:26] there's no error if the : is removed from the a <:ThinkerMH:912930078646730792> [14:47:45] well `avisited` I am pretty sure is not a valid element-type xD [14:48:10] yeah ik, just from that it seems the : is causing the issue [14:49:06] you're hiding on the left part of the line number [14:50:47] hiding? <:ThinkerMH:912930078646730792> there's just nothing there [14:51:34] maybe you can't put states, or whatever it is called, inside things like :not then? (:visited) is a type of state for links [14:58:09] that said @verdessence have you tried that exact line in inspector or just saving it and ignore the warning(ofc doing so on the MediaWiki:Common.cs etc takes a while to take effect so can't be hard to tell right away), and see if it actually does work? [14:59:47] `avisited` removes it [15:01:54] according to this is did work, just the error showing up [15:03:52] I mean yeah, but then you might as well remove that whole :not part, since you are then basically having the code look for an elementtype to exclude that doesn't even exist, to exclude this css from, which is just a waste of parsing time [15:23:50] ooh @verdessence I thiink you can use `:not(:visited)` instead of a:visited [15:41:08] that works [16:09:41] Is it possible to specify the image to pages images extension? [16:10:05] I'd blacklist the images but it looks like there's no option for thatm [16:16:58] [1/2] you can, according to the extension info [16:16:58] [2/2] https://www.mediawiki.org/wiki/Extension:PageImages#Can_I_exclude_certain_page_images? [16:18:44] there's also a setting that allows WikiSEO to overwrite a pageimage so you can set the image manually [16:21:43] Yea I saw that but I'm trying to fix the discord embed [16:22:26] that is one of the things the setting in WikiSEO will do indeed [16:22:38] my discord embed doesn't update, it allways will show the samething, how do i fix that? [16:22:59] Probably one of the things that takes a while to fully go through [16:23:26] it takes around 1h for me [16:25:14] Then it will probably force that image on every page which isn't what I want [16:25:52] no, wikiseo is per page [16:26:13] technicaly the discord embed is not an image, it is esentialy a live video, so would wikiSEO even apply to it? [16:26:44] technicaly the discord embed is not an image, it is esentialy a live video, so would wikiSEO even apply to it? [16:26:50] yes [16:30:31] I see, I'll check that out if that method doesn't work [16:35:22] Can someone tell me how to make the tabs go text to eachother instad of on top of each other? [16:43:56] How can I make different skins for holidays (i.e. snow on Christmas or pumpkins on Halloween)? [17:37:40] I don't know how to put images in a skin, but you can easily change the background Color & the Fonts. [18:03:31] I don't know how to put images in a skin, but you can easily change the background Color & the Fonts. [18:05:32] fixed it [18:12:04] Hey gamers, how do I actually make a new article LOL [18:12:51] Oh, I found it out [18:13:19] Not sure if that's the best way tho. I just attached the name of the article I wanna write to the URL [18:14:40] It seems it didn't work.... How do I do that with wikiseo? [18:14:56] <7xing_unasozu, replying to stardustsheep.> i usually search and it will tell me the page does not exist and give me a entrance to create [18:14:57] Same I just hyper link some text [18:15:49] <7xing_unasozu, replying to 7xing_unasozu> but you shouldn't do like this if you wanna create a page with other namespaces by default [18:18:30] how to i make an image break text instead of text wrap in source editor? [18:20:14] <7xing_unasozu> maybe you can just drag the image to the position you want it to be in the visual editor? [18:21:05] I cant i am using tabberneue. [18:21:26] did you enable the wiki seo overwriting pageimages in the extension settings? [18:22:01] yes it is enabled [18:22:10] nope [18:23:54] [1/4] after you do that, you can put this on the page to set the image [18:23:54] [2/4] `{{#seo: [18:23:54] [3/4] |image=imagename.png [18:23:55] [4/4] }}` [18:25:05] <7xing_unasozu, replying to paulgamerboy360> try
tag [18:27:40] The
tags worked but only when the image is centered on the page, i need th eimage on the left otherwise it looks weird. [18:28:27] do you know how you would make images 2 per row on moblie only? css doesnt seem to work correctly... heres the common css code im using: [18:28:45] [1/13] ``` For mobile devices / [18:28:45] [2/13] @media screen and (max-width: 767px) { [18:28:45] [3/13] .navigation { [18:28:46] [4/13] display: flex; [18:28:46] [5/13] flex-wrap: wrap; [18:28:46] [6/13] justify-content: space-between; [18:28:47] [7/13] align-items: center; [18:28:47] [8/13] } [18:28:47] [9/13] .navigation > a { [18:28:48] [10/13] flex: 0 0 48%; [18:28:48] [11/13] margin: 1%; [18:28:49] [12/13] } [18:28:49] [13/13] }``` [18:29:00] you could try the gallary feature [18:29:20] ah no they are buttons [18:29:47] https://www.mediawiki.org/wiki/Manual:Linked_images [18:30:04] i know thats what im using [18:30:24] then gallary should work [18:30:25] i want to show all the buttons [18:30:42] <7xing_unasozu, replying to paulgamerboy360> then try using
tags for the image and text respectively [18:30:50] Template:Clear? (I think it's a default template but if it isn't you can just put ``
/div``) [18:31:42] <7xing_unasozu, replying to 7xing_unasozu> for the image, style it to "float:left;" for the text, style it to"overflow:hidden;"@paulgamerboy360 [18:31:46] gallary does show all buttons/images, slideshow does not. Gallary:https://www.mediawiki.org/wiki/Help:Images/en#:~:text=users%20or%20administrators.-,Rendering%20a%20gallery%20of%20images,-Gallery%20syntax [18:32:50] Here's the image with the issue: [18:32:55] Omg [18:32:59] Discord bruh [18:33:20] <7xing_unasozu> unknown? [18:33:28] There [18:33:38] Here's what I want [18:34:01] thanks that worked [18:35:30] this might work: Template:Multiple image/doc [18:35:55] Uh? [18:36:01] A [18:37:03] <7xing_unasozu> emm guys, I have set the Navbox state to "uncollapsed", and copied the Gadget-collapsibleTables.js from wikipedia exactly. Besides, I had cleaned the cache before I checked the change. But the show-n-hide button which should appear at the right side of the first row is still missing. [18:37:25] <7xing_unasozu> how to fix it [18:40:50] Hi [18:41:08] [1/2] i keep getting this error: Sorry! We could not process your edit due to a loss of session data. [18:41:08] [2/2] You might have been logged out. Please verify that you're still logged in and try again. If it still does not work, try logging out and logging back in, and check that your browser allows cookies from this site. [18:43:16] You got logged out [18:46:55] No because it just randomly happens every few edits, it does it twice ein a row & then works again. [18:48:26] Do you have the box selected to keep you logged in? Because that kept happening to me, but stopped when I re-logged in and selected that box [18:49:22] Also, probably a stupid question but on my wiki there's a little icon of a torso with a number next to it- is that like, the number of visits to my site, or something? [18:52:26] this? [18:53:04] thats all the members that u gave perms to / people that contibuted to the wiki [19:02:35] Really? But mine says 9, and only one person aside from me has contributed, according to the edit logs [19:04:37] It's not, it's the number of accounts that reads the wiki [19:04:52] MH is a little bit weird [19:05:39] Oooh cool [19:18:28] Automatic users are added,miaraheze bots & media wiki bots [19:29:44] Oh. [19:53:01] I have been getting this error for months when searching anything on my wiki, any idea why? [19:58:56] <.wintertime.> [1/5] Does this work for uploading and using a font? [19:58:56] <.wintertime.> [2/5] `@import url('htt ps://fonts .googleapis.com/css2?family=Paytone+One&display=swap'); [19:58:56] <.wintertime.> [3/5] .mw-body h1, .mw-body-content h1, .mw-body-content h2 { [19:58:56] <.wintertime.> [4/5] font-family: 'Paytone One', sans-serif; [19:58:57] <.wintertime.> [5/5] } ` [20:57:39] Hello, I have a question for an administrator [21:00:42] Anyone? [21:25:52] ? [21:45:29] Why do you need an admin? Is it a case of vandalism or something involving sensitive data? [21:49:25] [1/2] If i have the word Gloom in a page, and want to link it to the page "Sophia", how would i do that? [21:49:25] [2/2] I have it as [[Sophia]] but it says Sophia, but i want it to say gloom but link to Sophia [21:49:25] https://meta.miraheze.org/wiki/Sophia [21:49:26] [21:49:42] What [21:54:29] [[Sophia|Gloom]] ? [21:54:29] https://meta.miraheze.org/wiki/Sophia [21:58:12] the bot generates links in that format, you can react on the bot post with 🗑️ to delete it [22:36:12] does anyone know the css page for vector-2022 [22:42:12] hey guys, is AutoWikiBrowser compatible with miraheze? do i need to do any extra setup to use it? [22:42:40] how do you add something like this [22:42:49] the notice on top [22:46:43] i can connect AWB to the wiki itself but whenever i try to login, i just get 'Failed' as an error, orz [22:48:28] oh nvm out of nowhere it worked, ok [22:51:45] Occassionally that might happen dependent on connecting to the server. [22:52:13] haha thanks for letting me know :'D i was going a bit crazy for a second there LOL. this is great that we can use AWB [22:52:33] just `MediaWiki:Vector-2022.css` [22:55:06] you can try looking at that page to see if it's a template [23:00:48] Thanks it worked! [23:01:07] np [23:07:00] its on all pages [23:07:31] like this [23:07:50] how do i do that [23:14:31] it should be /wiki/MediaWiki:Sitenotice on your wiki [23:14:39] cant link the manual for it fsr but its a mediawiki element [23:15:34] https://www.mediawiki.org/wiki/Manual:Interface/Sitenotice [23:15:47] thank you haha i think its bc i forgot to verify [23:16:00] well ok [23:16:10] wait [23:16:32] yeah just need to `/auth` [23:16:35] there we go haha thank you! [23:26:06] Hey all. I wanted to ask, is it possible to have another stylesheet in a wiki that uses common.css as a base, using @import? I attempted doing so and tried changing the variables, but, it simply does not change anything. I am really new to using wikimedia, so excuse me if there is an obvious solution to it. I can provide screenshots if needed [23:42:26] [1/2] Now how do i add youtube embeds? [23:42:26] [2/2] i cant get [[`Video Link`|Here]] to work so im switching it to embeds for that section [23:42:26] https://meta.miraheze.org/wiki/%60Video_Link%60 [23:49:07] i dont actually know how to get embeds working, but double square brackets `[[link]]` are for internal links (links on the wiki itself), for external links, use singular square brackets `[link]` [23:49:07] https://meta.miraheze.org/wiki/link [23:49:14] so like [23:49:41] `[https://www.youtube.com/watch?v=yDp3cB5fHXQ]` [23:49:48] for example [23:50:17] yeap, and the displayname can be added with a space [link displayname] [23:51:30] [1/2] Oh that works! [23:51:30] [2/2] back to the original Video Link section idea [23:51:31] for embeds you can use the EmbedVideo extension [23:52:12] @valeofvoid for that bit [23:52:40] ah [23:58:48] Heck yeah lookin good [23:59:38] video name cant be accurate in infobox or page title because | but thats alright