Changes
Jump to navigation
Jump to search
add Wikidata propertyId's in conf table
--In this order: name of the parameter, label, propertyId in Wikidata, formatting function
local conf = {
{ 'VIAF', '[[Virtual International Authority File|VIAF]]', 0214, viafLink }, { 'LCCN', '[[Library of Congress Control Number|LCCN]]', 0244, lccnLink }, { 'ISNI', '[[International Standard Name Identifier|ISNI]]', 0213, isniLink },
{ 'ORCID', '[[ORCID]]', 0, orcidLink },
{ 'GND', '[[Integrated Authority File|GND]]', 0227, gndLink },
{ 'PND', '[[Integrated Authority File|GND]]', 0, gndLink },
{ 'SELIBR', '[[LIBRIS]]', 0, selibrLink },
{ 'BNF', '[[Bibliothèque nationale de France|BNF]]', 0268, bnfLink },
{ 'BPN', '[[Biografisch Portaal|BPN]]', 0, bpnLink },
{ 'RID', '[[ResearcherID]]', 0, ridLink },
{ 'BIBSYS', '[[BIBSYS]]', 0, bibsysLink },
{ 'ULAN', '[[Union List of Artist Names|ULAN]]', 0245, bpnLink }
}