[00:03:50] [1/2] Where does this come from, and is it possible to customize it? (Using Citizen skin) [00:03:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1197330473471442984/image.png?ex=65badfe6&is=65a86ae6&hm=fb849891923d686e81f1901bfad71cca7d74223d3ab34f2fc5dd61987111e8d7& [00:42:50] re: the fair dealing/fair use convo above, what should I do about the MediaWiki:Licenses page on my wiki [00:43:10] given the swift situation i've not been uploading files so it hasn't been affecting me that much [01:32:04] To everyone on images, if you're using images licensed by CC, it doesn't mfatter where you are. The license says what you can and can't do. That's the butty of using wikimedia commons images since they are licensed for pretty muchy anybody to use them, with or without changes, so long as you attribute and follow the license. [01:37:47] i just got another 503 on cp24 though it seems to have resolved itself [01:37:50] lasted about a minute [01:39:20] [1/14] looking to set up my infobox template so I can exclude headings in the article source itself by either not putting the variable down or by leaving it blank. [01:39:20] [2/14] currently I'm trying out something like this: [01:39:20] [3/14] > |- [01:39:21] [4/14] > {{#if: {{{altname|}}} | [01:39:21] https://meta.miraheze.org/wiki/%23if:Template:_%7b%7b%7baltname [01:39:21] [5/14] > ! Alternate Names [01:39:21] [6/14] > | {{{altname}}} [01:39:21] https://meta.miraheze.org/wiki/Template:%7baltname [01:39:21] [7/14] > }} [01:39:22] [8/14] in the template and then [01:39:22] [9/14] > | altname = Frederich [01:39:22] [10/14] in the article source but it's making the infobox show up like this [01:39:23] [11/14] for fields i leave blank like [01:39:23] [12/14] > | isbn = [01:39:24] [13/14] the heading just doesn't show up [01:39:24] [14/14] https://cdn.discordapp.com/attachments/407537962553966603/1197354503943495730/image.png?ex=65baf647&is=65a88147&hm=291a578a92441ed7e3458a9e0ce870f2a02cc1832eab6e20792034d7a0c7a074& [01:40:45] Normally you'll need to specify a default value, even if it's just an empty space, for a heading to appear, but exact methods vary depending on which flavor of infobox you're creating. [01:54:55] [1/20] i don't want the row to appear at all if it's not specified in the article source, this one is hardcoded like that: [01:54:55] [2/20] > |- [01:54:55] [3/20] > ! Japanese Name [01:54:56] [4/20] > | {{{ja_kanji}}}/span [01:54:56] https://meta.miraheze.org/wiki/Template:%7bja_kanji [01:54:56] [5/20] > [01:54:56] [6/20] > |- [01:54:56] [7/20] > ! Romanized [01:54:57] [8/20] > | {{{ja_romaji}}}/i [01:54:57] https://meta.miraheze.org/wiki/Template:%7bja_romaji [01:54:57] [9/20] > [01:54:58] [10/20] > |- [01:54:58] [11/20] > ! Alternate Names [01:54:59] [12/20] > | {{{altname}}} [01:54:59] https://meta.miraheze.org/wiki/Template:%7baltname [01:54:59] [13/20] in the template and [01:55:00] [14/20] > | title = Frederick [01:55:00] [15/20] > | image = manga_vol_01.jpg [01:55:01] [16/20] > | ja_romaji = [01:55:01] [17/20] > | altname = Frederich [01:55:02] [18/20] in the article source. ja_kanji has no value assigned to it. [01:55:02] [19/20] in this example, I want the romanized and kanji heading to disappear entirely, the rest is fine. [01:55:03] [20/20] https://cdn.discordapp.com/attachments/407537962553966603/1197358426540490842/image.png?ex=65baf9ee&is=65a884ee&hm=27acd7a56dc156c99cbf560eb39c5fa9de48b89c7aa7acfccb5aac92e2ff7dce& [01:57:03] An if parameter checking for `ja_kanji` not being blank should work [01:58:21] but is there a way to exclude the whole row if the value is blank (like in the romanized case) [02:02:33] [1/6] ```{{#if:{{{var|}}} | [02:02:33] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7bvar [02:02:34] [2/6] {{!}}- [02:02:34] https://meta.miraheze.org/wiki/Template:! [02:02:34] [3/6] ! Parameter title [02:02:34] [4/6] {{!}} Parameter content [02:02:34] https://meta.miraheze.org/wiki/Template:! [02:02:35] [5/6] |}}``` [02:02:35] [6/6] is a generalized version [02:02:52] The {{!}} represents an escaped pipe [02:02:52] https://meta.miraheze.org/wiki/Template:! [02:03:23] somebody catch it quick [02:03:35] thanks, ill try it out when i have the time [02:55:50] Is there a person here with permission to enable ExternalData extension on my wiki, so I can make contact with an external DB? [02:56:17] (an awake one ofcourse ๐Ÿ˜„ ) [02:56:46] https://jwmeeting.miraheze.org/ [02:59:49] [1/3] I'm off to bed now for say 5, 6 hours. ๐Ÿ˜„ [02:59:49] [2/3] I'll see if it's done or I'll ask again tomorrow ๐Ÿ™‚ [02:59:49] [3/3] Night Night [03:27:51] Night c: [05:03:05] Is /common.css the right place to be changing stuff for your whole wiki? I seem to be having some trouble getting changes to happen. Iโ€™ve created common.css but for some reason Iโ€™m not seeing the changes. Iโ€™ve done the Ctrl+F5 to refresh with clear cache. Any hints? [05:05:24] MediaWiki:Common.css (on your wiki) is indeed the correct place to modify your wiki's look (if you only want to customize a specific skin, each one has a CSS page you can edit); changes may take some time to appear due to caching [05:05:51] When you say a while, do you mean a few minutes or hours? [05:06:09] Usually a few minutes [05:07:46] Oh I see what Iโ€™ve done wrong. Iโ€™ve just created a common.css, I missed the โ€œMediaWiki:โ€ portion of the url. Ooft [05:11:43] Thanks for your help. [05:12:09] Thanks for your help [06:26:26] loosy translations on Meta again, guess I'll have to talk [10:47:24] Is there a steward in the room? [10:56:12] perhaps [10:56:53] ๐Ÿ™‚ [10:58:05] [1/4] I opened a request on the steward page.. but I see that there isn't much life there. [10:58:05] [2/4] https://meta.miraheze.org/wiki/Steward_requests#JW_Meeting [10:58:06] [3/4] So I was hoping you'd be willing to take a look there? [10:58:06] [4/4] Pretty please? ๐Ÿ™‚ [10:58:51] sure though I believe you'll need to configure ExternalData first [10:59:21] I'll look [11:01:03] [1/2] How do I do that? [11:01:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1197495864978051073/image.png?ex=65bb79ee&is=65a904ee&hm=aeaae2925de6ef022ed9dff4cc9b7addb16a0dfd71a6cd76889ab9b2f638f31a& [11:01:19] oh no, the extension is far too complex to configure through ManageWiki [11:02:09] You'll need to send us over the configuration code so we can apply it in LocalSettings.php, otherwise ExternalData won't know where to get data from [11:02:45] I want to connect to Wikidata. [11:03:20] I don't know what code it is that you need for that? [11:04:32] https://www.mediawiki.org/wiki/Extension:External_Data/Configuration [11:04:59] is an example [11:08:39] [1/2] ๐Ÿ˜ฎ I have to say that that is going way above my pay grade ๐Ÿ˜„ (I'm not payed) lol [11:08:39] [2/2] This is really abracadabra for me. What is it exactly what I am looking for, because I see a lot of codes I don't recognize (I'm 50+ and never learned web building) [11:08:59] can't blame you [11:09:04] I don't understand it either lol [11:09:12] oof [11:09:59] also why image renders 4 times here lol [11:10:18] I wasn't even sure it's possible w/ wiki pages [11:10:19] I was wondering that too @theoneandonlylegroom [11:12:12] https://www.wikidata.org/wiki/Wikidata:Data_access/en [11:12:18] Can this help? [11:13:17] it only talks about access through SQL queries and the API [11:13:20] [11:14:58] Ah ok [11:17:18] [1/2] Anything here? [11:17:18] [2/2] https://www.wikidata.org/wiki/Wikidata:Tools/Query_data [11:24:05] [1/3] Oh hang on... "To check if these functionalities are activated on a wiki, you can access the page Special:Version. In the section "Parser function hooks", if "statements" appears in the list, that means that you can use it on this wiki." [11:24:05] [2/3] https://jwmeeting.miraheze.org/wiki/Special:Version [11:24:06] [3/3] No "statements" there. Isn't that installed? [11:25:22] I believe that refers to Wikimedia wikis [11:25:49] Ah [11:36:52] Perhaps I should go a different route ๐Ÿ˜ข [11:42:02] [1/8] I have been doing a lot manually. [11:42:02] [2/8] For example I made a template to put the data in from codes like these: [11:42:02] [3/8] [{"congGuid":"C8E61239-475F-4D7B-9B17-CCCA80B567D9","congNumber":"471","congName":"F\u00e5revejle Menighed","language":"Danish","meetingPlace":{"address":"
Tuborgvej 38 d\r\n4540  F\u00e5revejle<\/bdi><\/pre>","location":{"lat":55.783316,"lng":11.460118}},"midweekMeetingTime":{"weekday":4,"time":"19:00:00"},"weekendMeetingTime":{"weekday":7,"time":"10:30:00"},"mapUrl":"http
[11:42:03] 	  [4/8] s:\/\/maps.googleapis.com\/maps\/api\/staticmap?center=55.783316,11.460118&zoom=13&size=300x300&markers=color:red|55.783316,11.460118&key=AIzaSyC1KylxTSeMFZKKQhtD4y7zmD1wKyMzb98&signature=bcBRbE2WXO1KrajnanusMeD0D8k=","donationsEnabled":true}]
[11:42:03] 	  [5/8] I just use Chat GPT to put it in the template and post it on the page.
[11:42:03] 	  [6/8] https://jwmeeting.miraheze.org/wiki/F%C3%A5revejle_Kingdom_Hall
[11:42:04] 	  [7/8] It's just a lot of work, and it does not update automatically if something changes. So it would be better if I could connect to jw.org but I have no way of knowing how to connect. 
[11:42:04] 	  [8/8] I can pull this one by one.
[11:43:22] 	  First I have to look up the congregation, put it in the Apps link, let ChatGPT put it in the template, and then I can subst it into an article.
[11:45:51] 	  It would be nice then to fill in the blanks from Wikidata to make it a complete article
[11:53:10] 	  Oh, that's pretty cool. I never thought about jw.org having an API to be able to get info on congregations and Kingdom Halls
[11:53:24] 	  too bad they don't have an API Portal or docs ๐Ÿ˜†
[12:01:17] 	  https://apps.jw.org/ui/E/meeting-search.html provides a local map with congregations/Kingdom Halls.
[12:02:05] 	  always fun to find hidden gems \:P
[12:02:09] 	  https://apps.jw.org/api/conventions/convention-congregation-list/DNK?name=F%C3%A5revejle provides the code forit
[12:02:27] 	  Then Chat GPT does it's magic
[12:02:32] 	  And voila.
[12:02:45] 	  It's just work intensive.
[12:02:54] 	  Wished it could be easier
[12:02:55] 	  I can imagine
[12:03:24] 	  if only the branch offered assistance in those endeavors lol
[12:03:38] 	  I bet they won't ๐Ÿ˜„
[12:04:18] 	  as long as we get almost Disney quality Caleb and Sofia videos, I'm content heh
[12:04:26] 	  I want to build an archive with Kingdom Halls with their history, news clippings, etc
[12:05:03] 	  Or the new film we're getting this summer ๐Ÿ˜‰
[12:05:23] 	  already excited for the regional convention ๐Ÿ˜†
[12:05:31] 	  Yup ๐Ÿ˜„
[12:05:51] 	  Can't wait after that last broadcast ๐Ÿ˜„
[12:06:25] 	  oh yeah, 100%. The annual meeting always brings a lot of exciting things
[12:06:44] 	  Definitly!
[12:09:21] 	  Funny to find a fellow minded person on a discord chat ๐Ÿ™‚
[12:10:10] 	  I agree. I've never bumped into another fellow minded person on Discord either
[12:10:15] 	  so that's always nice
[12:38:07] 	  [1/2] Hello, I am new here.
[12:38:08] 	  [2/2] I want to make a wiki that is anime/manga oriented and would have a variety of genres of things and what not. I do also want to cover NSFW topics, but not upload NSFW material itself. Am I allowed to write articles on my wiki about anything without hosting NSFW material?
[12:40:07] 	  [1/2] it is allowed, if there's only few such articles wiki shouldn't be marked as nsfw
[12:40:07] 	  [2/2] maybe express this in a disclaimer or make a hatnote/warning template fpr such pages
[12:40:17] 	  I have something similar w/ my wiki
[12:40:27] 	  Also how long does it take for a wiki to be approved?
[12:40:57] 	  depends on who amongst wiki creator volunteers is currently available, from 30 min to couple hours
[12:41:05] 	  shouldn't take a whole day
[12:41:25] 	  but creator might ask you to specify info so you gotta reply
[12:41:52] 	  [1/2] Oh and I didn't ask.
[12:41:52] 	  [2/2] How is censored NSFW imagery treated? If the cover of a manga, for example, is NSFW, and if I censor it, how is the article (and wiki) treated?
[12:42:21] 	  you might need to check [[Content Policy]]
[12:42:21] 	 https://meta.miraheze.org/wiki/Content_Policy
[12:42:22] 	  
[12:42:41] 	  the main rule is that NSFW imagery should not appear on main page
[12:43:03] 	  but I don't have experience of running full NSFW wiki, the ones I saw are private too
[12:43:07] 	  such imagery should be collapsed and non-viewable by default as well
[12:43:31] 	  But what about the image itself? Is censored imagery still NSFW if properly censored?
[12:43:51] 	  that'd be up to Steward interpretation
[12:44:08] 	  but probably not
[12:44:10] 	  maybe make blur filter w/ hover
[12:44:40] 	  No. I don't want to host anything NSFW at all. I want it fully censored. Source material can be accessed elsewhere easier anyway
[12:45:16] 	  that's up to me anyways
[12:48:38] 	  well, Agent is steward, and by his reply I think you are good?
[12:48:44] 	  yup
[13:00:23] 	  [1/2] guys, anyone else using VE got buttons disappearing for no reasons?
[13:00:24] 	  [2/2] trying to untangle per one thread, apparently it happened on my wiki too lol
[13:00:43] 	  and my other wiki is fine
[13:07:12] 	  Sorry... I don't touch the visual editor. Wikicodes rule ๐Ÿ˜„
[13:11:18] 	  I agree absolutely but there's sadly still demand for VE xd
[13:11:40] 	  despite how borked it is across all farms
[13:12:10] 	  yeah especially with tables
[13:40:19] 	  [1/2] I think it's the worst invention for Wiki.
[13:40:20] 	  [2/2] It makes people lazy, new ones ignorant, and when it crashes, no one knows what to do with them selves, and I just sit and laugh ๐Ÿ˜„
[13:42:06] 	  Did MatomoAnalytics reset?
[13:51:22] 	  Shouldn't, it's a rolling update
[13:54:29] 	  [1/2] How comes the preview page text shows up like this?
[13:54:29] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1197539510565732362/Screenshot_20240118-112328_Chrome.png?ex=65bba294&is=65a92d94&hm=38dc05f8a26d674493f67660cc411f2c465f31e3d160bbf3714431ec9cf5b4ab&
[13:54:39] 	  When I go on incognito, it displays correctly
[13:58:36] 	  that's very strange .....
[14:01:16] 	  How can I enable CSS for all pages?
[14:03:33] 	  wdym
[14:03:55] 	  I think he wants to edit css on all pages.
[14:04:08] 	  CSS is applied to all pages if it's in Common.css or skin specific CSS pages
[14:04:39] 	  ediawiki.org/wiki/Manual:CSS
[14:05:05] 	  [[mw:Manual:CSS]]
[14:05:05] 	 https://www.mediawiki.org/wiki/Manual:CSS
[14:05:06] 	  
[14:05:27] 	  ok thx
[14:05:30] 	  also you need to `/auth` to post links here, anti spam measure
[14:06:59] 	  Is page name "MediaWiki:Common.css"?
[14:07:11] 	  ใ‚‚ใกใ‚ใ‚“
[14:07:44] 	  Are you Japanese?
[14:07:48] 	  yes
[14:07:59] 	  ok ty
[14:07:59] 	  ใชใ„ใ€ใงใ‚‚ๆ—ฅๆœฌ่ชžใ‚’ๅฐ‘ใ—่ฉฑใ—ใงใใ‚‹
[14:08:05] 	  ok
[14:08:09] 	  I'm from Japan
[14:08:21] 	  ใ™ใ”ใ„
[14:08:22] 	  Good
[14:08:34] 	  Father Google knows best and picks its own descriptions even though each page generates its own
[14:09:31] 	  but I never seen it picking up text from all the way in footer lol
[14:09:50] 	  I've seen cases of site/global notice text being used
[14:10:18] 	  It's pretty random it seems
[14:14:46] 	  I think it's possible to manipilate this via Wikicode. Not completely sure though
[14:15:00] 	  Something with INDEX
[14:21:40] 	  [1/2] How can I create this sidebar?
[14:21:40] 	  [2/2] https://minecraftjapan.miraheze.org/wiki/Minecraft_Japan_Wiki/
[14:23:16] 	  Likely a combination of JS and css so check those page on the wiki if there is anything relevant there
[14:35:08] 	  WikiSEO extension, manually via parser function, or automatically in conjunction w/ TextExtract extension
[15:47:10] 	  yes
[16:23:00] 	  i know i said yesterday about login issues but one person can't even make an account
[16:23:10] 	  https://cdn.discordapp.com/attachments/407537962553966603/1197576928245338222/Screenshot_2024-01-18-17-02-29-18_40deb401b9ffe8e1df2f1cc5ba480b12.png?ex=65bbc56d&is=65a9506d&hm=9ad14460873cd0ec2cc9a0c1c102f8471754adc1f62ac5091867e48b11a7f25c&
[16:23:39] 	  [1/2] there's another four with
[16:23:39] 	  [2/2] "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
[16:24:01] 	  when will miraheze transfer to the new servers?
[16:34:36] 	  Unsure, we're awaiting server delivery still
[16:35:18] 	  I haven't seen other wikis reporting this as for now
[16:35:38] 	  We use ReCAPTCHA?
[16:35:47] 	  I thought we used hCaptcha
[16:43:52] 	  re: moving wiki from fandom that i asked for help in here prior. someone found this: https://github.com/WikiTeam/wikiteam
[16:44:14] 	  it looks useful, but first instinct is to wonder if fandom allows the use of tools like this for wiki migration
[16:44:41] 	  it downloads the data in .xml files, so this should work for migration if weโ€™re allowed to do it, right?
[16:44:48] 	  Technically, Fandom prohibits image scraping however, in practice, they don't care
[16:45:06] 	  :EpicFaceMH:
[16:45:55] 	  what would they even do if they were to. like. crack down on image scraping?
[16:46:20] 	  How do you enable JsonConfig?
[16:46:28] 	  Do you have to enable the ExternalData extension?
[16:46:53] 	  they could just block your IP from connecting to their servers or ban your account
[16:47:05] 	  but to date, I've never heard of them doing that to anyone
[16:47:05] 	  โ€ฆ so, no loss then
[16:47:19] 	  nope
[16:48:14] 	  and just to confirm, since this tool downloads the data as a .xml file, uploading it to miraheze via the usual channels will still work?
[16:48:23] 	  yes
[16:48:28] 	  sweet
[16:48:31] 	  though Fandom does provide XML dumps
[16:48:36] 	  btw not recommended + not allowed but i just deleted most existing pages (i made them all anyway)
[16:48:38] 	  and replaced the `MediaWiki:Noarticletext` with a link to the new wiki :)
[16:48:39] 	  have you tried using those?
[16:48:48] 	  not sure what the status is on that actually
[16:49:04] 	  iโ€™m helping a wiki migrate from fandom, but the wiki team seems slightly dead
[16:49:18] 	  if you need help, do feel free to reach out to us as well
[16:49:30] 	  totally, yall have been a great help thus far
[16:49:35] 	  just working out logistics with them
[16:52:37] 	  did the script work for you tho?
[17:00:52] 	  [1/2] How do you fix
[17:00:52] 	  [2/2] `Lua error in Module:Unicode_data at line 467: attempt to index field 'scripts' (a boolean value)`?
[17:32:56] 	  [1/3] Has anyone her had this error?
[17:32:56] 	  [2/3] Lua error in Module:Unicode_data at line 467: attempt to index field 'scripts' (a boolean value).
[17:32:56] 	  [3/3] I tried importing Module:Lang and Module:Unicode_data but this happens.
[17:34:01] 	  general advice: don't import from Wikipedia unless you know Lua
[17:34:10] 	  it's always gonna be some errors
[17:34:12] 	  well RIP
[19:31:30] 	  did something happen to the support forum channel
[19:32:23] 	  probably locked behind /auth
[19:33:30] 	  last thing I want is to get in licensing trouble ykwis
[19:33:55] 	  you need help w/ licenses?
[19:34:56] 	  maybe im not sure
[19:35:09] 	  if it did, that'd be pretty bad considering how few people know about it
[19:35:15] 	  oh the message i sent isnt sending
[19:35:50] 	  type /auth
[19:37:02] 	  says the application did not respond
[19:37:03] 	  i think my wifi is cheeks rn my earlier message isnt sending cuz it had a picture
[19:37:18] 	  please try again in 15 min
[19:37:24] 	  bot loves taking naps
[19:37:41] 	  will do
[19:37:50] 	  only auth'ed members can post links, it's an anti spam measure
[19:38:03] 	  makes sense
[19:39:10] 	  but ya my concern was I was uploading an image I got from Wikipedia and I got a message "This file is a duplicate of the following file:" followed by the wiki link. the file is the portrait of Per Albin Hansson used on his page, and Wiki says the image is in public domain. am I doing anything wrong?
[19:39:24] 	  [1/2] but anywho I'm attempting to upload a file of a portrait of Fmr Swedish PM Per Albin Hansson I got from Wikipedia and im getting this message. is this bad? Wikipedia says the photo is in public domain
[19:39:24] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1197626312999845989/IMG_4119.jpg?ex=65bbf36b&is=65a97e6b&hm=2a0894ef0a2aceeca19fb9c6a71631eff303d51098b7a1e6a2e13619875944ae&
[19:39:30] 	  oh there we go
[19:40:30] 	  it's a tie w/ Wikimedia Commons, which contains all images from Wikipedia and other Wikimedia projects
[19:40:51] 	  so you don't have to upload the file on wiki, you can just use it directly from them
[19:41:18] 	  bit the setting can be turned off and let you upload like usual
[19:43:30] 	  oh cool, how would I go about that?
[19:44:29] 	  just type the file name from Wikimedia
[19:44:36] 	  it will fetch it
[19:46:02] 	  ohhh bet
[19:46:14] 	  thank you
[19:59:14] 	  how can i disable the commons link?
[19:59:47] 	  nvm `$wgUseQuickInstantCommons`
[20:00:05] 	  Additional settings -> Media
[20:18:23] 	  https://cdn.discordapp.com/attachments/407537962553966603/1197636122898079855/image.png?ex=65bbfc8e&is=65a9878e&hm=985bdf375b490d4780ebb41b00d24810288cdf5c794b17992eef6c3fa594cd67&
[20:18:27] 	  bloop
[20:19:22] 	  @WikiAuthBot
[20:19:35] 	  H u h
[20:19:48] 	  How do you work for fandom sir
[21:16:11] 	  Have cached special pages like WantedPages not been updating on anyone else's wikis? It's been about a week
[21:16:45] 	  It's not a major issue for me right now, but
[21:17:31] 	 A week isn't long
[21:17:35] 	 Let's see how often it should
[21:18:00] 	  I think we recently started using miser mode
[21:20:15] 	  Should be every 3 days if I can read cron syntax
[21:20:38] 	  @agentisai you got access?
[21:20:47] 	  @am43210 what wiki?
[21:24:58] 	  is it possible to message people via. like. fandomโ€ฆ? i know mira has an email thing but
[21:26:40] 	  :emmyLurk: is there too much point in having the Wikitide discord server, since everything seems to be discussed in this one?
[21:26:57] 	  Like the message wall?
[21:26:59] 	  I know we're still in a measured integration period
[21:27:36] 	  does the message wall notify them in some way? iโ€™m wholly unfamiliar with how fandom works
[21:27:58] 	  as far as iโ€™m aware, user talk pages on mira donโ€™t notify the user
[21:28:03] 	  or maybe thatโ€™s untrue
[21:33:06] 	  This is it, essentially.  We'll likely decomm the other server once migration is further along.
[21:33:21] 	  The main one i'm noticing is sona pona
[21:35:55] 	  can someone check the logs?
[21:36:00] 	  What's the url?
[21:38:59] 	  sona (dot) pona (dot) la
[21:39:05] 	  (I'm iffy on authing right now, i might decide to later)
[22:11:54] 	 <.labster, replying to am43210> Just curious: why donโ€™t you want to auth?
[22:26:05] 	  is anyone able to check on the state of this process? i've given it the full 24 hours but nothing seems to have changed
[22:32:25] 	  Check now
[22:32:57] 	  Just ran something that should fix it
[22:33:39] 	  i think it worked, thank u very much
[22:33:49] 	  No problem
[22:38:46] 	  [1/2] Just a bit nervous about linking accounts together for general privacy reasons
[22:38:46] 	  [2/2] I don't think i have anything to be worried about but you never know
[22:40:12] 	  Totally understandable
[22:42:24] 	  Yep, completely fair.
[23:08:11] 	  [1/2] hi guys! where would i be able to add a blurb/summary for our wiki to appear on these embeds?
[23:08:12] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1197678857491337337/image.png?ex=65bc245b&is=65a9af5b&hm=ff37a2b7f5633567c520906e43614fd2c69567b0b24387a68e8ceae90c4376bc&
[23:08:17] 	  (if thats possible)
[23:09:16] 	  Yes, see [[mw:Extension:WikiSEO]] for instructions
[23:09:16] 	 https://www.mediawiki.org/wiki/Extension:WikiSEO
[23:09:17] 	  
[23:09:42] 	  hmmm
[23:10:23] 	  im not quite sure which parameter, for context this is for the base url, i.e. just  without any subpages
[23:13:34] 	  also sorry, unrelated issue, a user tried to sign up for our wiki and they clicked sign up too many times and now apparently theyre blocked from signing up on their IP address... can i do anything about that?
[23:15:01] 	  [1/3] The description parameter
[23:15:01] 	  [2/3] {{#seo:
[23:15:02] 	  [3/3] |description=
[23:15:17] 	  in the main page?
[23:15:50] 	  Yes, for the main page, that is what you are talking about right?
[23:16:12] 	  It'll only apply to the page it is on
[23:16:39] 	  yeah i am ๐Ÿ˜… sorry for the confusion, its because  and  give two seperate SEO embeds so i wasnt sure if they would link up, if that makes sense
[23:18:25] 	  Yeah that'll give both of them the same description in the embed
[23:21:39] 	 <7101334> [1/3] I'm having this problem where embedding images in tables just using regular [[File:Image.png|150px]] or [[Image:Image.png|150px]] causes it to "bump down" text in all following columns. I tried setting it to be slightly (10px) thinner than the column width, and that also didn't help.
[23:21:39] 	 https://meta.miraheze.org/wiki/File:Image.png https://meta.miraheze.org/wiki/Image:Image.png
[23:21:39] 	 <7101334> [2/3] I'm used to using Fandom and this is my first time running my own wiki so.... how fix? ๐Ÿ‘€ Thanks for any help
[23:21:39] 	 <7101334> [3/3] (I can't post a link or an example I guess so, you'll just have to use your imagination)
[23:22:11] 	  You need to /auth to post links
[23:23:37] 	  @7101334 It appears that the authentication process failed; try authing again
[23:23:40] 	 <7101334> Tried twice
[23:23:59] 	 <7101334> it said "Thanks! Your account has been..." and some other stuff that I couldnt read before the page closed
[23:28:42] 	  Are you on mobile rn? I've personally found the bot to not work for me on my phone
[23:28:46] 	 <7101334> Nope
[23:29:04] 	 <7101334> Using Brave Browser + uBlock Origin if that might make any difference though
[23:43:41] 	 <7101334> ๐Ÿ‘€ @tali64 any help? Auth will not work.
[23:47:55] 	  Hm, this seems like a issue with the bot
[23:48:04] 	  oh worked noe
[23:48:53] 	  try now?
[23:48:59] 	  Truely living up to its "WikiNapBot" Nickname? ๐Ÿ˜„
[23:49:48] 	 <7101334, replying to pixldev> Still nothing as far as I can tell
[23:49:53] 	 <7101334> The "Thanks! Your account has been..." window pops up every time
[23:54:42] 	  Do you see WikiAuthBot on https://meta.miraheze.org/wiki/Special:OAuthManageMyGrants ?