[00:38:35] <.burritoboi> how do i whitelist specific people so they can access a private wiki? [00:40:01] <.burritoboi> just my answer is in the faq. my bad <:Bowser:1063874611835584654> [01:16:43] Hey, so I just created a wiki and for some reason I can't edit any page besides my user page. Could somebody help me please? [01:20:35] Nevermind I found my answer on the support forum, it's because I'm on mobe [05:54:38] I'd like to implement a "Marked For Deletion" messagebox, but it looks like I have to add Module:Message_Box to our wiki. How do I do this? It doesn't seem to be part of the plugins interface. [07:01:25] oh god no [07:01:48] this is easiest type of templates [07:02:51] delete, stub, wip, etc, they are all same in the base [07:05:17] [1/3] so basically you can create a hatnote template, which will be used as a base for actual templates, mainly if you don't worry about individual styling that much. [07:05:18] [2/3] or can make them all different. [07:05:18] [3/3] it's just an div, w/ some text, you can add a parameter so people would be able to add some note or reasoning, and then implement "automatic" category add [07:09:26] [1/4] examples [07:09:26] [2/4] (the most simple I have) [07:09:26] [3/4] (more complicated) [07:09:27] [4/4] (even more complicated, mostly in styling) [07:12:30] [1/2] in fact, all three were based of a fandom template [07:12:30] [2/2] fandom gives wikis a set of default templates which are way simpler than Wikipedia's [07:35:51] ah, i was gonna do that but i couldn't figure out how [07:36:01] rich text editor doesn't support borders and shading [07:37:48] you mean visual? [07:38:34] what is visual? [07:50:26] visual editor [07:58:20] ah, yeah [07:58:34] WYSIWYG editor [14:10:05] [1/3] do i need to do something special for this to work? [14:10:05] [2/3] https://dev.fandom.com/wiki/BackToTopButton [14:10:06] [3/3] tried to copy the code to common.js but nothing is working [14:20:17] you pasted it on Common.js? [14:20:30] [1/2] I have this snippet tho [14:20:30] [2/2] [14:20:52] it's just has styling right there too [14:26:18] fandom thingy requires separate CSS, maybe you just don't see it? [14:58:10] hmm, the installation says only need the js [14:58:15] lemme try copying the css too [15:01:01] There are wiki deletion/undeletion requests that have been “in progress” since August! Why is that? I’m guessing you’re too busy with the big transition and taking care of the more important things? [15:17:16] that's probably in fandom only [15:41:19] some of these fandom dev scripts and modules work on other wikis, the code just needs to be copy pasted [15:41:50] bit some don't, like tooltips - Xena helped me big time by adapting it for Mira [15:52:59] hmmmm, i think this one use other stuffs from fandom [15:54:36] you can try mine then, there's only one script [15:57:03] [1/2] is this part for crediting the site? [15:57:04] [2/2] ```div.innerHTML = selection + ' Source: Soft Cell Wiki (CC BY-SA 4.0)';``` [16:34:36] ouch I forgot about this one sorry [16:34:41] it's broken yeah [16:35:28] when text is copied it injects copyright [19:21:50] Hey is anyone here familiar with CSS and flex displays? [19:24:06] depends lol [19:28:53] Hello [19:29:30] Shouldn't be very complicated I'm a newcomer [19:33:09] The issue is that the infobox title should be centered as it is in the template, but for some reasons when it's used it gets stuck on the right. [19:41:40] why do you need to flex tho? [19:41:55] if it's a big cell in a table [19:42:33] The rounded corners didn't work without that [19:43:05] It also worked with block and align-block but I couldn't center the text altogether [19:43:28] you better make a div w/ that styling, which will contain title, instead of trying to apply it to first cell [19:43:42] flex shouldn't be needed, only width [19:44:57] `|
{{{title|{{PAGENAME}}}}}/div` [19:44:57] https://meta.miraheze.org/wiki/Template:%7btitle [19:45:17] What's the point of this [19:45:38] I don't really see what will this change 😅 [19:45:41] give title rounded corners and stuff? [19:46:05] because table isn't very flexible thing [19:46:11] Yeah true [19:47:27] [1/2] instead of trying to make cell into a circle [19:47:27] [2/2] you are actually drawing the circle inside the cell [19:47:38] roughly speaking [19:48:07] I see [19:53:13] OK so I put this and tried to accordingly change styles.css but I failed [19:53:49] did you defined id correctly? [19:54:07] Could you explain what that means pls? [19:54:18] Yeah I should have learned from the start [19:59:14] [1/14] yeah tbh [19:59:14] [2/14] w3c school is good for starters, there's lots of free tutorials online [19:59:15] [3/14] so when you do `id=` in the page code, it's defined w/ `#` in CSS [19:59:15] [4/14] if you do `class=`, that's `.` [19:59:15] [5/14] you got `infobox` class as the main thing [19:59:16] [6/14] in my example I suggested to make a `
` w/ `smm2title` class [19:59:16] [7/14] so in CSS you gonna add [19:59:16] [8/14] `smm2title { [19:59:16] [9/14] background: #FBCE01; [19:59:17] [10/14] border-radius: 15px; [19:59:17] [11/14] text-align: center; [19:59:17] [12/14] justify-content: center; [19:59:18] [13/14] width: 100%; [19:59:18] [14/14] }` [20:00:58] typos grrr [20:23:45] Thanks a lot man understandood [21:54:36] [1/4] Is the RSS Extension supposed to show a preview of each post in the feed? I'm trying to embed a fediverse feed into my wiki's home page, and currently it shows unhelpful titles with no preview: [21:54:36] [2/4] https://pandorastale.wiki/wiki/Pandora%27s_Tale_Wiki#Xan's_Fediverse_Feed [21:54:37] [3/4] By contrast, the example in the RSS Extension documentation does show previews of each post (which is what I want): [21:54:37] [4/4] [[mw:Extension:RSS#Example]] [21:54:37] https://www.mediawiki.org/wiki/Extension:RSS#Example [21:54:37] [23:40:23] seems there's an issue with image previews loading if the file name has a - infront of it [23:40:38] [1/2] ```Error generating thumbnail [23:40:38] [2/2] The given path of the specified thumbnail is incorrect; expected '2/27/-zss4VCU3No.jpg/800px--zss4VCU3No.jpg' but got '2/27/-zss4VCU3No.jpg/800px---zss4VCU3No.jpg'.```