[01:38:41] evil blonde blazer is back. [01:38:44] https://cdn.discordapp.com/attachments/407537962553966603/1539810888347816059/image.png?ex=6a87ac24&is=6a865aa4&hm=d4c3db1c12e05f60ff47554100dcf46cea9f7a8013f73197246b63286c5a4c62& [01:38:52] why is my infobox image to the left slightly whyyy [01:38:55] am i losing it [01:39:42] oh my goodness dont tell me that adding the stub css where the figure is affected means that itll affect corymogus [01:40:14] yep that was the issue [01:40:15] amazing [01:40:59] alright blonde blazer out [02:23:28] Amogus infobox [02:32:24] @Stewards Can a steward please DM me for an OS request? [03:02:04] Susbox. [03:49:40] AWB from what I remember was affected with the TLS 1.2 deprecation here [03:50:20] Not sure if that applies but it does affect legacy browsers [04:24:08] 🔥 [04:52:45] 🔥 [10:06:00] any idea how one would go about doing admin announcements on a wiki? [10:08:20] matters of importance can be announced on MediaWiki:Sitenotice, and for a new announcement after people would have dismissed the old one, increment the number on MediaWiki:Sitenotice_id [10:08:46] you might want to style it because the default setup is barely visible text squeezed in the top of the page [13:35:41] rip [13:36:41] https://cdn.discordapp.com/attachments/407537962553966603/1539991568063406080/image.png?ex=6a885469&is=6a8702e9&hm=8b4332873d8d0022ac1a15034d8608fc3c9f6174f9a9573efc1fa28129e39767& [14:20:52] A general question; is there a way to hide pages from special:lonelypages; like an "EXPECTORPHAN ? [14:42:42] ... link to them? [14:43:13] I use to stop stuff from showing up as unused [18:17:42] [1/4] hello, im planning to make my own wiki for my fictional works/universes and all that, and im currently in the middle of writing up a request [18:17:42] [2/4] theres a checkbox where its asking if the wiki "is moving or forking from an existing wiki" [18:17:42] [3/4] im active in another wiki outside miraheze and im planning to move majority of my pages from there to here, but would that count as a fork? [18:17:43] [4/4] my wiki will also include stuff unrelated from that another wiki so im not sure whether to put the checkmark or not [18:37:24] [1/2] In your case I don't think its necessary to check off, especially if you just note the circumstance within the request. I often lean check it out of caution anyway even if it makes little difference and would not be a fork in the sense we are sensitive to, but for what you describe, nah. The only real consideration is if you submitted it to a wiki with an open license then that would [18:37:24] [2/2] still be good to keep in mind and what you submitted there should make reference to or be imported from where it was first posted, assuming its compatible creative commons [19:18:37] idk if it's my eyes playing tricks on me but i swear when i put a higher quality image as the wiki icon it causes more lag 😭 [19:22:23] higher quality images take more time to load do they not? [19:22:53] It shouldn't be that noticeable [19:24:16] What file type is ir? [19:24:53] [1/2] jpg [19:24:54] [2/2] the lower quality one i webp [19:25:26] [1/2] yea but the site icons don't take that long [19:25:26] [2/2] and with "lag" i moreso mean jittering when scrolling through pages [19:26:30] ok yea nvm just my eyes playing tricks on me, or the wiki simply just havign to adjust to the new one for a bit [19:27:45] [1/2] Higher quality is 1,080×1,080 px [19:27:46] [2/2] Lower quality is 256×256 px [19:29:57] That is possibly your eyes [19:30:24] Wikis don't have to adjust to having a new logo [19:41:14] alr [20:41:41] [1/2] How do i get wikicode in a page without it actually using the wikicode? [20:41:41] [2/2] i want to make a page for easy access to some of the general wikicode used around the wiki so that people can quickly go to the page and copy the code. [20:53:41] [1/2] Depending on how you want to layout the code you'll probably want to use /nowiki [20:53:41] [2/2] Additionally you can create a page like I have and go into the page information and change the content model if you just want a straight copy and paste without any wikitext explanations. [21:05:07] i see i see [21:05:11] thx [21:45:29]
/pre ?
[21:45:41] 	  that's what I tend to use
[21:54:09] 	  ooooooo even better
[21:54:11] 	  🩵
[21:54:46] 	  i cant remember which it is but i know there's a tag which has a copy button by default
[21:55:03] 	  it might be , but not certain
[21:55:52] 	  if its a full block of code i usually use `
.../pre`, but for inline stuff (like a small piece of code inside a normal paragraph description) i use `.../nowiki/code`
[21:55:53] 	  there's also {{#tag:pre|}} depending on what you plan to do on the page.
[22:00:18] 	  using `

` `
` `` and `` in the same line of code 😍 [22:00:22] amalgamation [22:16:51] cant find it and feel like I'm going crazy 😭 [22:17:24] `` [22:21:17] @davyvm2009 this is probably what you're looking for [22:22:07] there's so many ways to do it oh my god- [22:22:08] 😭 [22:27:17] yes, web dev is like that, but that's sort of the beauty! you can do it in your own way [22:28:35] isn't this just the same as

[22:34:34] 	  it should also add a button to quickly copy the text
[22:37:52] 	  syntaxhighlight has many more features than pre
[22:45:28] 	  it's more like a combination of pre & code i think
[22:45:39] 	  it makes the code have fun colors
[22:46:05] 	  block, monospace, and can have the copy button
[23:14:49] 	  well yeah you get to choose the language to highlight, you can add a copy button, you can make it inline rather than a block, maybe other things but I can't think of them off the top of my head
[23:15:15] 	  and you can also exceed the expensive parser function limit!!! can't do that with measly old pre
[23:23:26] 	  wow. guess you can say its. pre tty interesting