Contains configuation details for Module:Authority control.

Syntax සංස්කරණය

The syntax for the p.config table is as follows:

  • Codename for identifier, inside quotation marks.
  • property = Wikidata property number, without the prefix P.
  • section = section number to place the identifier. See #List of sections for details.
  • pattern = Lua pattern of valid format for identifier. Note this is similar but not identical to a regular expression. If this is omitted, then the module will not check the validity of the identifiers.
  • link = the URL of the external page with details of the identifier. The code $1 will be replaced with the identifier.
  • label = the label for the link.
  • remark = a brief explanation of the authority control database, for use on the documentation of Template:Authority control only.

Example සංස්කරණය

The syntax below generates a link to the Dictionary of Irish Biography in section 5. It gets its data from Wikidata property (P6829) and identifiers need to be in the following form: 0, followed by 0 or 1, followed by 4 digits, possibly followed by a decimal point and then a letter from A to D.

{'DIB',
	property = 6829,
	section = 5,
	pattern = '^0[01]%d%d%d%d%.?[A-D]?$',
	link = 'https://doi.org/10.3318/dib.$1.v1',
	label = 'Ireland',
},

Advanced parameters සංස්කරණය

  • patterns = if more than one Lua pattern is needed, then use the plural form of this argument and include the comma-separated list of patterns enclosed by curly braces.
  • prefix = a prefix to be included before the links. In this case numbers 1, 2, ... will be used as the labels and the label field will be ignored.
  • valid = the name of a custom Lua function in /auxiliary used to determine if the identifier is valid or not, in case the pattern method cannot be used. It should return false if the identifier is invalid.
  • customlink = the name of a custom Lua function in /auxiliary which will produce the entire external link. It should return false if the identifier is invalid.
  • suppressedbyproperty = if this identifier should not be displayed if other identifiers are present, then specify them here in a comma-separated list enclosed by curley braces.

List of sections සංස්කරණය

SectionDescriptionIdentifiers
1GeneralISNI (P213), ORCID iD (P496), VIAF ID (P214), WorldCat Identities ID (superseded) (P7859), VIAF ID (P214)
2National librariesNORAF ID (P1015), CCAB ID (P1890), National Library of Spain ID (P950), Bibliothèque nationale de France ID (P268), BNMM authority ID (P3788), CANTIC ID (P9984), Encyclopedia of Modern Ukraine ID (P4613), GND ID (P227), SBN author ID (P396), National Library of Israel J9U ID (P8189), KANTO ID (P8980), Library of Congress authority ID (P244), National Library of Latvia ID (P1368), NCL ID (P1048), NDL Authority ID (P349), NL CR AUT ID (P691), Libraries Australia ID (P409), National Library of Greece ID (P3348), National Library of Korea ID (P5034), National Library of Romania ID (P1003), NSK ID (P1375), Nationale Thesaurus voor Auteursnamen ID (P1006), PLWABN ID (P7293), NLP ID (old) (P1695), RSL ID (person) (P947), SELIBR ID (P906), Vatican Library VcBA ID (P8034)
3Museum artistsAuckland Art Gallery artist ID (P3372), Art Gallery of South Australia creator ID (P6804), Museum of Modern Art artist ID (P2174), Musée d'Orsay artist ID (P2268), National Gallery of Victoria artist ID (P2041), Pinakothek artist ID (P4025), Städel Museum artist ID (P4581), Te Papa agent ID (P3544)
4Art research institutesBildindex der Kunst und Architektur ID (P2092), DAAO ID (P1707), Stuttgart Database of Scientific Illustrators ID (P2349), Find NZ Artists ID (P6792), Information Center for Israeli Art artist ID (P1736), Joconde work ID (P347), KulturNav-ID (P1248), Photographers’ Identities Catalog ID (P2750), RKDartists ID (P650), RKDimages ID (P350), SIKART ID (P781), Union List of Artist Names ID (P245)
5Biographical dictionariesAustralian Dictionary of Biography ID (P1907), autores.uy ID (P2558), Australian Women's Register ID (P4186), Biografisch Portaal van Nederland ID (P651), Treccani's Biographical Dictionary of Italian People ID (P1986), Dictionary of Irish Biography ID (P6829), Deutsche Biographie (GND) ID (P7902)
6Scientific databasesACM Digital Library author ID (P864), botanist author abbreviation (P428), NACSIS-CAT author ID (P271), DBLP author ID (P2456), Google Scholar author ID (P1960), MR Author ID (P4955), Mathematics Genealogy Project ID (P549), Publons author ID (P3829), ResearcherID (P1053), Scopus author ID (P1153), Terminologia Anatomica 98 ID (P1323), zbMATH author ID (P1556)
7LighthousesAdmiralty number (P3562), ARLHS lighthouse ID (P2980), Canadian Coastguard Lighthouse ID (P3920), Danish List of Lights and Fog signals ID (P4038), Finnish List of Lights ID (P4143), Italian Navy Lighthouses and Beacons ID (P3863), MarineTraffic Lighthouse ID (P3601), NGA lighthouse ID (P3563), Norwegian List of Lights ID (P4055), Online List of Lights ID (P3223), Portuguese lighthouse ID (P4423), USCG lighthouse ID (P3723), Vitaskrá ID (P3993)
8LocationsBGCI garden ID (P5818), EBIDAT ID (P9725), EUTA theatre ID (P4535), Pleiades ID (P1584), Global Volcanism Program ID (P1886), StadiumDB ID (P5288), Structurae structure ID (P454), UK railway station code (P4755), ලෝක උරුම අඩවි හැඳිනුම (P757)
9Otherabgeordnetenwatch.de politician ID (P5355), CWGC person ID (P1908), FAST ID (P2163), Grammy Awards artist ID (P7303), Guardian topic ID (P3106), HDS ID (P902), World Athletics athlete ID (P1146), Internet Encyclopedia of Ukraine ID (P9070), ISIL (P791), Lexicon istoric retic ID (P886), MusicBrainz artist ID (P434), MusicBrainz area ID (P982), MusicBrainz instrument ID (P1330), MusicBrainz label ID (P966), MusicBrainz place ID (P1004), MusicBrainz release group ID (P436), MusicBrainz series ID (P1407), MusicBrainz work ID (P435), U.S. National Archives Identifier (P1225), New York Times topic ID (P3221), Olympedia people ID (P8286), RISM ID (P5504), RERO ID (obsolete) (P3065), SNAC ARK ID (P3430), IdRef ID (P269), TDV İslam Ansiklopedisi ID (P7314), Theaterlexikon der Schweiz ID (P1362), NLA Trove people ID (P1315), UK Parliament ID (P6213), US Congress Bio ID (P1157)

See also සංස්කරණය

"https://si.wikipedia.org/w/index.php?title=Module:Authority_control/config/doc&oldid=540383" වෙතින් සම්ප්‍රවේශනය කෙරිණි