Module talk:Authority control

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

External functions[edit]

{{Edit request}} In this function (226 line) "hardwire the default" is "Authority control", and don't change when detecting another language. Wouldn't it be possible, if another language is detected, to direct to the corresponding interwiki? Best regards, --Galopax (talk) 14:49, 21 June 2023 (UTC)[reply]

@Galopax: Well, it already gets the corresponding interwiki from authority file (Q36524) (as far as I can tell), the problem is just that that item doesn’t have any sitelinks other than enwiki. Perhaps it should use authority control (Q118455746) instead? Lucas Werkmeister (talk) 20:06, 2 August 2023 (UTC)[reply]
@Talkpagelinktext, maybe authority file (Q36524) and authority control (Q118455746) make mistake. Perhaps they could be merged -they both address the same article - the first redirected, or use authority control (Q118455746), more general.--Galopax (talk) 18:23, 15 January 2024 (UTC)[reply]

Use interwiki links instead of external links if possible[edit]

Because this module is very widely used (some 17½ million transclusions), and external links put more strain on the database than interwiki links (see discussion at T343131), it would be great if this module could use interwiki links instead of external links for as many identifiers as possible (for instance, [[viaf:64009368|64009368]] instead of [https://viaf.org/viaf/64009368/ 64009368]). I’ve put together a first version of this on the sandbox (conf diff, code diff), which seems to work so far. It has two main limitations that I can see:

What do you think? (CC Jarekt.) Lucas Werkmeister (talk) 18:52, 2 August 2023 (UTC)[reply]

I've asked at d:Wikidata:Project chat#Interwiki for external sites about creating an equivalent to formatter URL (P1630). Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 19:24, 2 August 2023 (UTC)[reply]
https://commons.wikimedia.beta.wmflabs.org/wiki/External_link/test, see Phab. Interwiki vs. JS redirector both have their pros and cons so feel free to discuss. - Alexis Jazz ping plz 03:59, 3 August 2023 (UTC)[reply]
Thank you, but disabling links for people (or user agents) who do not use JavaScript is not a good idea. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 09:59, 3 August 2023 (UTC)[reply]
Lucas Werkmeister, I am camping until mid August with sporadic access to the internet. I will be happy to look at this when I am back. Feel free to ping me if I do not get back here before Aug 20 or so. --Jarekt (talk) 23:44, 3 August 2023 (UTC)[reply]
Lucas Werkmeister, I had a chance to look at proposed code and I think use of interwiki prefix at Wikimedia (P6720) by adding it to properties, the way Andy Mabbett did for viaf would work. I modified Template:Authority_control/IdentifierList_row to add them to all properties, regenerated Module:Authority control/conf with extra interwiki_format field and modified Module:Authority control/sandbox to use it. It added interwiki_format to VIAF and empty string to other properties. If you think this approach would work, I can deploy. I think it would be worth analyzing which domains are used the most and prioritize those when asking for new interwiki prefixes. --Jarekt (talk) 06:05, 8 August 2023 (UTC)[reply]
@Jarekt: Sounds good to me. Looking at the list, the top priorities should probably be OCLC control number (P243), ISNI (P213) and Library of Congress authority ID (P244). (I also noticed that www.worldcat.org has lots of HTTP matches in that list in addition to the HTTPS ones – I don’t think those are generated by this module, but we can still have a bot migrate them to the new interwiki once it exists.) Lucas Werkmeister (talk) 21:16, 8 August 2023 (UTC)[reply]
@Jarekt: Are you able to take a look at this now, please? Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 20:44, 31 August 2023 (UTC)[reply]
@Pigsonthewing and Lucas Werkmeister: I deployed the code. --Jarekt (talk) 01:36, 7 September 2023 (UTC)[reply]
@Jarekt: Thank you very much, that seems to have helped quite a bit – SELECT COUNT(*) FROM externallinks WHERE el_to_domain_index = 'https://org.viaf.'; went down from almost 12 million (P49955) to just 820 thousand now (specifically 820559 at the moment). Lucas Werkmeister (talk) 14:01, 20 January 2024 (UTC)[reply]
Lucas, I do not know the process of introducing interwiki prefixes for other external links, but if more are created (perhaps for OCLC control number (P243), ISNI (P213) and Library of Congress authority ID (P244)) and someone pings me I can add them to the ((tl|Authority control}}.--Jarekt (talk) 15:51, 21 January 2024 (UTC)[reply]
@Jarekt: I’ve just started a discussion on meta:Talk:Interwiki map#Several frequently used sites on Wikimedia Commons, let’s see how that goes. Lucas Werkmeister (talk) 21:42, 21 January 2024 (UTC)[reply]

Union List of Artist Names[edit]

Could we add Union List of Artist Names ID (P245)? Thanks for any input, --Marsupium (talk) 20:42, 1 September 2023 (UTC)[reply]

Marsupium ULAN should be part of this template. --Jarekt (talk) 01:31, 7 September 2023 (UTC)[reply]

ISNI[edit]

It looks like ISNI output is broken, both in the examples and on creator pages. The URLs 404 and the validation doesn't match the documentation on {{Authority control}} or ISNI (P213). AntiCompositeNumber (talk) 21:50, 29 December 2023 (UTC)[reply]

@AntiCompositeNumber and Jarekt: Yes, it looks like wikidata community has decided to change the format (see d:Property_talk:P213#To-do_list). I've updated this module, which fixed ISNI's pulled from wikidata, but not for ISNIs supplied by parameter, as the format at d:Q423048 is still "[0]{4} [0-9]{4} [0-9]{4} [0-9]{3}[0-9X]". —RP88 (talk) 21:55, 2 January 2024 (UTC)[reply]
OK, I've temporarily commented out the code that grouped ISNIs in a parameter. This fixes most of the errors in existing Creator templates. Creator template pages and pages containing them may need to be purged if you want to see the fix immediately. The wikidata community is still running a bot to change the format, so errors may appear on some items until the ISNI on wikidata is updated by the bot. —RP88 (talk) 22:05, 2 January 2024 (UTC)[reply]
RP88 thanks for handling this. --Jarekt (talk) 03:49, 5 January 2024 (UTC)[reply]