[02:08:16] [1/2] I’m looking to help the first 10 people interested on how to  start earning $100k or more within a week, but you will reimburse me 10% of your profits when you receive it. Note: only interested people should send a friend request or send me a dm! ask me (HOW) via Telegram username @TheRealHugo_Larsson1 [02:08:17] [2/2] Or The Telegram Link in my bio [02:25:02] how do i put images side by side [02:43:10] Use a gallery [03:25:44] Or a table [03:27:21] hm need to uppercase the first letter of each word in a bunch of file names [03:27:43] https://cdn.discordapp.com/attachments/407537962553966603/1390896901884477481/image.png?ex=6869ed2f&is=68689baf&hm=6a55f70e0b0366407dfb0a9a95a9341cedc73470c43c4637500b88cd064e73ec& [03:29:22] [1/6] every link uses this template or another one that includes the name of the item [03:29:23] [2/6] ```
{{IfexistCheap|File:{{{image|{{{1}}}.png}}} [03:29:23] [3/6] |[[File:{{{image|{{{1}}}.png}}}|48px|link={{{1}}}]] [03:29:23] [4/6] |[[File:noimg.svg|48px|link={{{1}}}]] [03:29:23] [5/6] }}/div
{{{2|}}}/div/includeonly``` [04:26:15] flexbox [05:18:30] How I can change mass pages' name in one time [05:19:06] like "name/subname"" I would like to change it as "the zubname of name" [14:27:16] is there currently any issues with the wiki logins? i tried logging in and then it said wrong password so i reset it, and made a new password and then it just said " theres no active blah bvlah " and now i cant login still [14:27:21] :help: [14:27:47] "no active login attempt is in progress for your session" when ive just tried to login? [14:28:27] try to clear browser cache and cookies [14:29:00] https://cdn.discordapp.com/attachments/407537962553966603/1391063319128969256/image.png?ex=686a882b&is=686936ab&hm=0c8d487dfa6009e40b9e359eae954ce9a0aae6b7ea69c429d0b43199ed86a7ec& [14:29:01] x_X [15:06:45] kind of a weird issue [15:33:59] how do i change the color of the sidebar and give it a border [15:41:42] uh, anywhere, how do I see which page of the mediawiki namespace you are using, e.g. “cite this page”, “edit code”. it was with the url but I forgot it [16:09:13] Not sure what you mean [16:09:31] The namespace will be whatever comes before the colon in the page titke [16:10:32] Alternatively use ?action=info [16:10:52] And find the namespace number and cross ref with the namespace manual on MediaWiki.org [16:11:24] [1/2] I just want to change “edit” to “edit visual”. [16:11:24] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1391089088471498913/Captura_de_pantalla_2025-07-05_111030.jpg?ex=686aa02b&is=68694eab&hm=9869574e0c7e0d61071ef3a8481549bbd75a63b9cc59a7d0e9369ba412bb430e& [16:20:03] [1/2] (for vector2022 which im pretty sure is what you're using) when the elements are on the sidebar: `#vector-main-menu-pinned-container`, `#vector-page-tools-pinned-container`, `#vector-appearance-pinned-container` [16:20:03] [2/2] when they arent in the in the sidebar/in dropdown menus: `#vector-main-menu-dropdown .vector-dropdown-content`, `#vector-page-tools-dropdown .vector-dropdown-content`, `#vector-appearance-dropdown .vector-dropdown.content` [17:26:54] yeah but what do i put in common.css to change this [17:28:49] [1/5] you can just treat it like any other css element (the `#` is for ids which are used in js, but in css afaik there's no functionality difference those and classes) [17:28:50] [2/5] ``` [17:28:50] [3/5] #vector-main-menu-pinned-container { [17:28:50] [4/5] background: red; [17:28:50] [5/5] }``` [17:29:36] oh i did something really strange for the background lol [17:29:44] [1/2] ' [17:29:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1391108803268837466/image.png?ex=686ab288&is=68696108&hm=1dc765abf513cad91ee7565822106d9b37d217c72758db6cd55875ea56cd477f& [17:29:47] ah ok [17:29:52] so it's much easier than i'd thought it be [17:31:28] how do i give it a border now [17:31:33] https://cdn.discordapp.com/attachments/407537962553966603/1391109261341491230/image.png?ex=686ab2f5&is=68696175&hm=bb3ed77a3cd6f6757a6f08f468bd68537f77582c9949be90be8d37081cc2b96e& [17:31:39] trying this but it doesn't seem to work [17:31:45] `border-width` [17:32:07] or `border: red solid 2px` [17:34:02] cool [17:34:13] now how can i delete the hide button [17:34:21] with variables you would set it as you did here and then do the same code i put above but with `background: var(--background-color-base)` [17:39:18] [1/7] ``` [17:39:19] [2/7] #vector-main-menu-pinned-container .vector-pinnable-header-unpin-button, [17:39:19] [3/7] #vector-page-tools-pinned-container .vector-pinnable-header-unpin-button, [17:39:19] [4/7] #vector-appearance-pinned-container .vector-pinnable-header-unpin-button { [17:39:20] [5/7] display: none; [17:39:20] [6/7] } [17:39:20] [7/7] ``` [17:39:52] awesome [17:39:53] ty [17:44:09] 😦 [18:06:02] huh [18:06:15] it appears that i have 2 problems now [18:06:30] [1/2] the table of content doesn't seem to be affected by this [18:06:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1391118055693746329/image.png?ex=686abb26&is=686969a6&hm=578c4e3f011bd5aaca35cfa39a9f8e0bc5bc8d15fe46912854dc41a96cbc9b00& [18:06:40] i tried `#vector-sticky-pinned-container` [18:06:46] doesn't seem to work [18:07:08] and the main menu doesn't seem to appear by default on other browsers [18:07:23] https://cdn.discordapp.com/attachments/407537962553966603/1391118276272062485/image.png?ex=686abb5a&is=686969da&hm=fcc2c64a67ac5d691734c196592223f900357db583a72ea9b34c24ed0c47ab33& [18:07:31] it goes up here if i try to open it from a new tab [18:12:56] [1/2] oops, didnt think about that and i was just looking at the main page which doesnt have a toc [18:12:56] [2/2] its `#vector-toc-pinned-container` [18:13:06] AH [18:13:10] it's toc and not sticky? [18:13:12] ok [18:22:42] huh [18:22:45] it doesn't appear to change [18:26:37] oh it changed [18:26:38] nvm [18:28:19] idk if there's a solution using just css [18:53:21] is that on "per wiki basis" or a global thing? basically asking if i should create a new ticket for my wiki or not [18:54:33] One ticket is fine unless the backup is particularly urgent [18:55:47] naah if it is a global thing and will eventually be patched it is fine, thanks [21:50:24] wait so is there actually no way to get this down to sidebar? [23:20:24] Is it at all possible to make individual pages private? [23:21:13] not really no, mediawiki isn't built for that [23:22:27] Ah shame [23:31:08] Is Lockdown not an option? [23:38:42] Well for starters you can read the big warning box at the top of it's extension page. [23:41:42] best we can do is make an entire wiki private [23:51:10] What about if I create a namespace and request to have it be restricted to administrator viewing only? [23:55:24] @pskyechology ETA on the social media cards being fixed? [23:56:14] ? [23:56:50] Not getting twitter cards when posting miraheze links [23:58:00] @blankeclair i think you were dealing with this, right? ^ [23:59:07] couldn't figure it out :p [23:59:26] wouldn't be surprised if it's a twitter issue [23:59:30] also practically impossible to enforce [23:59:38] probably [23:59:40] at least the image on their example page shows on discord now [23:59:45] https://geass.miraheze.org/wiki/Guren_Flight-Enabled_Version [23:59:53] elon musk is the type of person who'd change the meta tags to x:summary /hj