[00:55:24] p858snake: okay, I peeked at the license thing. The main issue is that the license labels want to be localized (I think), so it needs to be in some giant switch statement basically since JSON/Lua pages aren't translatable... [01:02:22] this is the same problem I've run into on Commons for moving more POTY stuff into Lua [01:04:59] * Izno looks at Wikidata [01:05:08] oh hmmm [01:05:48] the license list is also reused on wikitech, but outdated and not a quick and copy and paste from memory [01:05:53] ok [01:05:59] I think Wikidata will work, thanks Izno [01:06:10] :) [01:06:39] not like we have this whole wiki dedicated to permanent identifiers tying to multilingual text [01:07:45] (I have no idea if in fact that is helpful but if SDC can use it, you might be able to.) [01:09:39] so what I think we do is have a bot take https://github.com/spdx/license-list-data/blob/main/json/licenses.json and munge it a bit (e.g. key it by license ID instead of an array), and also query for the SPDX property to pull the Wikidata ID, so we can display the localized label [01:11:27] can wikitech pull from Wikidata? anyways, that's a second problem. [01:11:52] it also wouldn't be the worst to just export the Wikidata labels into a JSON blob or something [01:13:36] Step 1. Add SPARQL support to mwbot-rs [01:13:40] is wikitech on noc.wm or somewhere else? [01:14:50] it may be lsited as something else from memory [01:14:57] labswiki iirc [01:15:16] there is a labswiki [01:17:40] looks like wikitech cannot access wikidata. `wmgUseWikibaseRepo: false` [01:17:47] https://noc.wikimedia.org/wiki.php?wiki=labswiki#wmgUseWikibaseCirrusSearch [01:18:01] bunch of falses on the pertinent ones [01:19:36] for Commons/POTY I'm going to move the messages into WikimediaMessages [01:20:57] also just to be clear, not planning to work on the license module thing now, maybe whenever I next feel the itch to do Lua things, unless someone beats me to it :) [02:06:40] Izno: Random fact, It dates back to when labswiki and wikitech were seperate wikis and wikitech was merged into labs