[00:35:34] I don't know [00:35:43] gtg for now [01:09:02] https://cdn.discordapp.com/attachments/407537962553966603/1407169456022491206/image.png?ex=68a5202e&is=68a3ceae&hm=95cf120129c1866cb3230302da7ace47fac24e57ed5812820d86bac2d14be994& [01:09:09] I'll make a thread [01:21:14] Anyone have the link to phourge [01:21:15] I lost it [01:21:51] Since ur online I make a phourge task if I want to dump files into my miraheze wiki right [01:23:25] files, as in images and stuff? yeah, phorge [01:23:55] [[Phorge]] [01:23:56] [01:24:51] also remember to enable any filetypes you have in managewiki [01:25:34] Hopefully it gets answered soon [01:25:45] Hm? [01:27:33] [1/2] Dis? [01:27:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407174115143717034/IMG_0534.png?ex=68a52485&is=68a3d305&hm=f7b6d43cf4c074c2be2d09fda54c8771136aff63ffc7a83722cc199baead0e58& [01:31:58] The British Phorge... [01:32:41] Im British lol [01:40:57] My phorge login and phabricator login exploded [01:41:04] My email isn’t connected anymore [01:41:23] @kiju1108 halp kind steward [02:30:53] Why is my CSS suddenly gone [02:31:03] https://cdn.discordapp.com/attachments/407537962553966603/1407190096016576642/image.png?ex=68a53367&is=68a3e1e7&hm=16a7f579558029b27e648d2beeee6f858456b35395aeecac04bd4dc531065ee1& [02:34:32] What does the code block thing do in visual editor [02:48:18] If i remember, code block is only previewing the code, so yeah it only display, not actually make the code itself work [02:48:37] Better use the source editor instead of visual editor if you want to use code [02:48:52] Code block is something like
[02:48:57] 	  i think
[15:15:56] 	  After publishing a template, is it possible to go back and change it?
[15:16:09] 	  yes
[15:16:24] 	  templates are pages w/ `Template:` prefix
[15:16:37] 	  you can edit them
[15:20:52] 	  so I search something like w/Template:MyTemplate?
[15:30:01] 	  yeah
[15:30:14] 	  also you can use URL
[15:30:41] 	  just in address bar after `/wiki/` goes page name
[15:30:57] 	  it's just faster for me
[15:57:39] 	  [1/2] So this was supposed tp change the styling of the infobox but instead just puts the CSS as text on the page. Is the CSS not supposed to be here, and instead go somewhere else?
[15:57:39] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407393081711399002/image.png?ex=68a5f072&is=68a49ef2&hm=f1c7d5ba439539e929f82e81f28533ffae2c75396d67d18ebf78e15cacaabef7&
[15:59:07] 	  CSS normally goes on a different page than the template code, yes.
[15:59:23] 	  Where?
[16:00:06] 	  You can set it up using [[mw:Extension:TemplateStyles]]
[16:00:07] 	  
[16:00:16] 	  Mediawiki:Common.css or skinname.cas
[16:00:38] 	  or template styles too yeh
[16:01:09] 	  MediaWiki:Common.css is indeed the quickest way to add CSS, but not exactly recommended if you're experimenting a lot with CSS at the moment
[16:02:11] 	  That’s true
[16:02:38] 	  User:YourName/common.css is the quickest way for testing afaik
[16:05:02] 	  wym, you guys don't test on prod?
[16:06:25] 	  [1/17] If using TemplateStyles:
[16:06:25] 	  [2/17] 1) Make sure you have Extension:TemplateStyles enabled on the wiki.
[16:06:25] 	  [3/17] 2) Suppose you're creating a template named `Template:My Infobox` . Template code goes into the page `Template:My Infobox`, CSS goes into `Template:My Infobox/styles.css`
[16:06:25] 	  [4/17] 3) In `Template:My Infobox/styles.css`:
[16:06:26] 	  [5/17] ```css
[16:06:26] 	  [6/17] .my-css-class {
[16:06:26] 	  [7/17]   my-css-property: some-value;
[16:06:27] 	  [8/17] }
[16:06:27] 	  [9/17] ```
[16:06:27] 	  [10/17] 4) In `Template:My Infobox`:
[16:06:28] 	  [11/17] ```
[16:06:28] 	  [12/17] 
[16:06:28] 	  [13/17] 
[16:06:29] 	  [14/17] ...Other wikicode
[16:06:29] 	  [15/17] /infobox
[16:06:30] 	  [16/17] ```
[16:06:30] 	  [17/17] 5) All changes to `Template:My Infobox/styles.css` will then show immediately on `Template:My Infobox` (tho there are times you might need to purge).
[16:09:34] 	  I can make a css page for a template without having to declare it into common.css, that's so nice :l
[16:10:19] 	  can I do this for javascript?
[16:10:51] 	  no. go on detox.
[16:11:34] 	  the automation framework...?
[16:11:41] 	  -# you can use [Gadgets]() tho
[16:12:07] 	  mmmmhmm
[16:12:51] 	  Could I straight up just run API calls d
[16:13:02] 	  that shouldn't be a problem
[16:13:06] 	  right? 👀
[16:13:23] 	  get CSP'd
[16:14:04] 	  Better question does cargo exposes the tables in the API? 🤔
[16:21:12] 	  you apparently call `api.php?action=cargoquery` but the [API doesn't seem very well-documented to me]().
[16:21:40] 	  got that link from here: 
[16:23:17] 	  tyvm
[16:23:45] 	  Thinking about wrapping our cargo data into a proper api endpoint for the game's community
[16:24:05] 	  would allow for some nice 3rd party tools to be made
[16:32:08] 	  [1/3] btw if you're developing scripts to use on the wiki (as opposed to a script off-wiki that makes calls to the MW API), then MediaWiki has a convenience class for making calls to the MW API. 
[16:32:08] 	  [2/3] 
[16:32:08] 	  [3/3] Thing to note is that `mw.Api().get()` returns a jQuery promise, not a JS promise, so you have to use `mw.Api().get(...).done(...).fail(...).always(...);` instead of `then, catch, finally`
[16:32:29] 	 > I think deem28 makes a clear point Meta doesn't need 8-9 admins the amount of work is not sufficient enough to warrant 8-10 Meta admins in addition to this the amount of task on Meta is fairly low? If someone can convince me otherwise perhaps I can change my point of view  
[16:33:46] 	  what are you doing here lol
[17:05:06] 	  [1/4] I'm still having problems setting the style. The MyInfobox class is supposed to make the background green and the text red, but neither is reflected in the infobox on the page after purging it
[17:05:06] 	  [2/4] https://cdn.discordapp.com/attachments/407537962553966603/1407410054201868431/image.png?ex=68a60041&is=68a4aec1&hm=c9d0b3c786b0e0bd8d5954ffc267e9f094850eb381783c6219671c215377fea6&
[17:05:06] 	  [3/4] https://cdn.discordapp.com/attachments/407537962553966603/1407410054524571810/image.png?ex=68a60041&is=68a4aec1&hm=dfeadc6efe085f64c32bf8ab931c8006c32737cd5274dbb5f3e81b31e6a68f31&
[17:05:07] 	  [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1407410054780420177/image.png?ex=68a60041&is=68a4aec1&hm=8fb94e3fcfa002e29b73b549ee9841f3b917f1676bc444008048a1b2e701df39&
[17:10:51] 	  it's because you haven't set `my-css-class` to the infobox
[17:13:30] 	  [1/2] pizzatower.wiki has a good example of an Infobox design that you can study from:
[17:13:30] 	  [2/2]  [Code]()
[17:17:15] 	  bad idea lol
[17:18:29] 	  this is not a beginner friendly example
[17:31:56] 	  Weird, my vpn is set to direct mode for Miraheze, but every time I turn it on, it gives ERR_CONNECTION_CLOSED
[17:58:16] 	  I'm getting a message saying that attribute class is not supported in  tag
[18:21:30] 	  [1/5] Been busy with DevTools in my browser to theme my wiki to be more unique, and it's coming along okay so far in comparison to what I had on Fandom. I wanted to go with a skeuomorphic design like what I had on Fandom with its light/dark modes, so I'm gonna bring that over to the new wiki. I'll be tweaking the text shadow, since it looks tacky to me, but I'm also aware of contr
[18:21:31] 	  [2/5] ast ratios as well, so I'll just yeet the text shadow entirely. So, I'll get to work on either darkening the article background and stick with it, since I know the Cosmo skin's dark mode is, safe to say, not really the best. In other news, I found a little quirk with using the new Parsoid text parser that, when activated, it'll break the infoboxes. Yet, turning it off in you
[18:21:31] 	  [3/5] r user preferences undoes the breakage. I noticed that when turning it on, but when it's off, it undoes the breakage.
[18:21:31] 	  [4/5] https://cdn.discordapp.com/attachments/407537962553966603/1407429283764244520/image.png?ex=68a6122a&is=68a4c0aa&hm=a57aa160e3aa5df9273b7c287602a512f9fa561bd10c89690e75faf4cba509f9&
[18:21:32] 	  [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1407429284389322784/image.png?ex=68a6122a&is=68a4c0aa&hm=af6b74edf5eaaf0e79bf2c88905bd9333edc70c1f0eef6f8cafb66b4346e6a84&
[19:09:30] 	  Whats the license policy of Miraheze again
[19:19:15] 	  miraheze wikis can have different license policies individually, but default one id CC BY SA 4.0
[19:26:44] 	  are there any extensions for project tracking? It's ok to say "just use trello" or something like that
[19:27:06] 	  I'm trying to find a quick solution to track what's missing and what's planned for my wiki team
[19:36:12] 	  pt wiki used trello or something like that
[19:41:28] 	  Use Azure Devops
[19:42:05] 	  phorge :3
[19:42:26] 	  discord threads if you're feeling particularly insane
[19:46:29] 	  could I use miraheze as an oauth provider? 🤔
[19:46:43] 	  You could technically speaking
[19:47:07] 	  We’d like you to not just for the sake of it
[19:47:32] 	  But if it’s related to your wiki sure ig
[19:55:34] 	  if you really wanna you can create templates
[19:55:58] 	  tickets are made and status are updated manually anyway
[20:03:59] 	  Sure
[20:08:28] 	  mmhm, I don't think I'd need to use miraheze for it, can just use discord for that, then have editors link(somehow, probably writing a bot for this) and assign permissions based on discord roles or smth
[20:08:53] 	  granted, that's 2 accounts needed 😅
[21:43:13] 	  [1/2] Is this normal? 👀
[21:43:13] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407480047270625500/image.png?ex=68a64170&is=68a4eff0&hm=3e307fd8cd292c37c893a2eb8e30296782c613a6a0a61f914445a79e32d4e5fe&
[21:54:07] 	  I tried to do a local installation of wikibase to do a lot of my heavy processing but I get this on all history pages
[21:56:48] 	  no, can you post the error code
[21:56:55] 	  I decided it is better to just do all the heavy processing in mongodb since I don't really care about preserving my own bot edit history. I have never had as hard a time processing 560 MB of data as I have over the past week.
[22:00:33] 	  [1/2] I'll reproduce it again, also a thing to note, this is constantly there
[22:00:34] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407484410433114235/image.png?ex=68a64581&is=68a4f401&hm=b774b1af16beb4544f48c93ec7462e6e59824738f43dae690ab0699f2139cc28&
[22:00:47] 	  I'm looking at the options for the Miraheze wiki- out of curiosity, what is an "Organization (coordination) wiki"
[22:02:01] 	  [1/2] it's just the one option that doesnt seem immediatly intuitive to understand to me
[22:02:01] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407484779384803500/image.png?ex=68a645d9&is=68a4f459&hm=2989d991379bc5fea3275229d5774d6567f0f143a26eaafd73fc2a6f3188a41e&
[22:02:18] 	  Why
[22:02:28] 	  [1/2] all I did
[22:02:29] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407484892714897418/image.png?ex=68a645f4&is=68a4f474&hm=b19b4e3f64b8554854b0575d1850f05355787e486cbce7b7aaf4d218de73118c&
[22:05:15] 	  Organizations use wikis to work on their projects
[22:07:29] 	  So it's used like, to _organize_ the work/info for a project?
[22:07:47] 	  Yes
[22:08:46] 	  i mean use our service for any random thing
[22:08:59] 	  if its tan miraheze / wiki topic go for it
[22:09:09] 	  Oh yeah I guess
[22:09:31] 	  but dont use miraheze for accounts on idk your home lab web services
[22:09:51] 	  I shall write a bot that registers more accounts and set them up as bots, then loop on every account!
[22:09:56] 	  I think someone setting up their home lab would understand why that would be a bad idea
[22:10:20] 	  Home lab people are the other kind of crazy
[22:10:26] 	  huh
[22:10:28] 	  that's mean
[22:13:17] 	  [1/3] regardless if the person works for a third party (organization) or if they're solo?
[22:13:17] 	  [2/3] cuz i don't work for anyone i just wanna register the info about my passion projects ;w;' because there's stuff like worldbuilding for example for a game I plan on making and cuz their scope is pretty large and I like having an accessible way to place it all down for me to not forget or keep documentation on it and so far i was thinking the worldbuilding or game s
[22:13:17] 	  [3/3] eries wiki options would work best but now I am not sure at all-
[22:14:15] 	  There is a "Fictional worldbuilding" category
[22:15:52] 	  That is what I was thinking would work best, just I'm not 100% sure because like other stuff I feel also fits just as well and it makes me confused
[22:16:54] 	  Yeah I feel like coordination wouldn't be the primary purpose if you have nobody else to coordinate with
[22:17:55] 	  [1/2] It's probably not that important, anyways
[22:17:55] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407488780536909904/image.png?ex=68a64993&is=68a4f813&hm=e6193100ce417d63601a742950e05ee8a62e2ce5885d849440d8f7153c153a53&
[22:18:28] 	  it should match your scope somewhat
[22:18:39] 	  I didn't mean the category part
[22:18:42] 	  I meant this one
[22:19:11] 	  [1/2] like, more than one in the list fit the purpose itself so
[22:19:11] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407489098863612004/image.png?ex=68a649df&is=68a4f85f&hm=ec9b61541061030169379ed0e0b3a6d4086e9c52464b5a25d6062c1fcc1ac2f9&
[22:19:35] 	  Uh yeah I screenshotted the wrong thing
[22:19:42] 	  I guess that's more important
[22:20:16] 	  But given that you immediately described it as a worldbuilding wiki that's probably the purpose you want
[22:21:21] 	  Yeah, I don’t really understand how there were two purpose things in the wiki application that just seems a bit weird
[22:21:39] 	  So just as long as the purpose that fits the core/concept is to be put in there, regardless if another one also fits it
[22:21:39] 	  "Video game" isn't applicable if you're not documenting it for players but yourself
[22:21:50] 	  Yeah
[22:22:05] 	  All right all right- tyty
[22:22:14] 	  will go w worldbuilding then after i get some food
[22:51:31] 	  OK, this is great basically what was taking me many days and hundreds of thousands of edits I managed to do in about 60 seconds using Mongo.
[23:02:41] 	  [1/2] @kockaadmiralac  - I'm getting around to testing Parsoid PI's with the template/scribunto module you shared and I'm not sure if its an issue with the module or if I'm missing something but i guess its kinda working?
[23:02:41] 	  [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1407500045703708762/image.png?ex=68a65410&is=68a50290&hm=bd5f1f205d124db8e4ecab11dde09405788b04e43c6f9defe5b6c1a0b405a5a3&
[23:03:22] 	  it's evaluating the Lua which is a good sign - I probably borked it but don't know Lua so who knows lol
[23:03:45] 	  (Unless its trying to pull from the frame whatever its passing and doesn't get it hmmm)
[23:03:58] 	  Mmm I wonder why it's not picking up the media
[23:04:41] 	  The parameters are not explicitly passed to the invocation but grabbed through frame:getParent().args
[23:05:12] 	  So if that's the cause then that would be worrying I guess
[23:05:35] 	  (its the same error under the legacy parser also so Idk I probably fucked something up)
[23:05:42] 	  Oh okay
[23:05:52] 	  which is weird because its clearly working for you just not for me heh
[23:05:57] 	  Well did you copy the entire Module:Soundtrack/data
[23:06:18] 	  Yeah I have /, /data, and just return {} for /motif
[23:07:27] 	  Did you try it on the page named MEGALOVANIA
[23:07:55] 	  yea thats where I took this infobox from
[23:08:03] 	  I meant like
[23:08:09] 	  Is your page named MEGALOVANIA
[23:08:20] 	  Or is it named TEST
[23:08:32] 	  its named TEST?
[23:08:42] 	  does the module rely on the page being named that?
[23:08:42] 	  huh
[23:09:06] 	  Yeah it's using the page name to determine the order in the album
[23:09:28] 	  ah now it works
[23:09:30] 	  on parsoid too thats good
[23:09:48] 	  Awesome, so no problems grabbing parent frame arguments