[00:58:03] Is the Rye font supported? [00:58:33] [1/2] like this should work right [00:58:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1367304151880433795/image.png?ex=681418b9&is=6812c739&hm=5eb1089794a8342cf216810a2a87172601c0ff56f10cf9beb1ef052b7c2dff04& [00:58:43] but I don't see fonts change :( [00:58:55] Common.css file, at the top [00:59:00] nothing else modifying font [01:18:15] [1/2] On our wiki’s Google Search console, we’ve seen a trend where our indexed pages spike up like 200 and dwindles down to zero. Then once it reaches zero it spikes again. [01:18:15] [2/2] Any idea why? [02:57:29] [1/7] have u tried previewing it? [02:57:29] [2/7] also, if youre on citizen, you can just do [02:57:29] [3/7] ``` [02:57:30] [4/7] :root { [02:57:30] [5/7] --font-family-citizen-base: "Fredoka", sans-serif [02:57:30] [6/7] } [02:57:31] [7/7] ``` [03:19:18] I fixed it, sorry for not doing a followup! [04:03:12] <_vrm_> [1/2] hi quick question, [04:03:12] <_vrm_> [2/2] if i have a number from a magic word like 100 and want to subtract a fixed number from it like 25, and display the answer 75, how would i do that? [04:08:15] `{{#expr:100 - 25}}` [04:16:02] <_vrm_> thanks! works [05:48:14] Is there someone who managed to embed latest github version? [06:12:05] Guys, do you guys know how to make a css as gadget? [07:13:42] ive made a huge mess with testing the createpage extension, is there a convenient ui to mass select pages for deletion? [07:15:25] nuke extension? [07:29:43] ill try that thanks [14:20:39] how to stop a wikitable from taking up the entire width if i add in a picture? [14:20:53] how to restrict width to 25% of the article? [14:21:16] `{| style="width: 25%"` [14:21:32] thx, that easy huh [14:22:24] nope, the added image blows it out still [14:26:29] thumb works but is ugly [14:29:41] you can restrict the image size as well: [14:30:35] is there anything that doesnt need a specified pixel size but instead responds to the zoom and such? [14:31:15] i guess i use pixels then [14:31:57] its weird, the wikitable page is mentioning how outdated size in pixels is at every other line, but images apparently dont care [14:35:05] Yeah I really wish image syntax would allow something other than just px unit. Anything more than a few pixels if size (usually for paddings, margins borders and similar), it is 99% of cases a bad idea to use absolute units like px [16:55:20] [1/2] How would I make my info box push sections down on mobile rather than overlapping with them [16:55:21] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1367544922693173318/IMG_0798.png?ex=6814f8f5&is=6813a775&hm=3f1a9a56ebef9e711f0daa2cb18957df002e2202efe6be13658b94791116a46c& [17:05:14] [1/9] add the `infobox`class to it, then you can use [17:05:14] [2/9] ```css [17:05:15] [3/9] @media screen and (max-width: 800px) { [17:05:15] [4/9] .infobox { [17:05:15] [5/9] float: none; [17:05:16] [6/9] } [17:05:16] [7/9] } [17:05:16] [8/9] ``` [17:05:17] [9/9] (this prevents the infobox from floating on screens with a width smaller than 800px) [17:05:56] Ah that’s smart [17:06:10] Thanks [17:06:45] np [17:49:44] [1/2] What does this mean? [17:49:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1367558616768577576/20250501_204758.jpg?ex=681505b6&is=6813b436&hm=42c2b66c8579994faf7141935e12a5d1ab7d569577bac73d1913438ba108003e& [18:09:07] somewhere in the code a closing tag is missing [18:09:50] every opening tag (e.g. `