User:Daask/MultiResolver
Appearance
Author(s) | User:Daask |
---|---|
Status | Stable |
First released | December 20, 2024 |
Updated | December 21, 2024 |
Source | User:Daask/MultiResolver/en.wikipedia.js |
MultiResolver is a tool for displaying links to multiple resolvers for an identifier, using information stored on Wikidata. The original proposal with use cases can be found at d:Wikidata:Project chat/Archive/2024/01 § Landing page for multiple formatter URL values. It can be used for any Wikidata property.
Contribute
[edit]- Let me know of other identifiers for which this tool would be useful at User talk:Daask/MultiResolver. Or, you can add them yourself with only minimal coding skills! This is all it takes:
findAndLinkIdentifiersByHref( 'P1297', // Wikidata property '\\d+', // RegExp for identifier value '/wiki/EIN_(identifier)' // How the identifier name is linked on Wikipedia );
- Edit the CSS to improve usability and appearance.
- Write a SPARQL query to retrieve qualifiers for formatter URLs from Wikidata.
- Help get this hosted on Toolforge as a standalone page, so it can be linked as a page rather than just using a modal dialog. (The code is already written as
generateMultiResolverFromURL()
.)