Content deleted Content added
reorder |
update interwiki format |
||
Line 1:
local p = {}
--In this order: name of the parameter, label, propertyId in Wikidata
--If using a Wikidata property ID, it must be a number without quotes
--If using an external URL, it must be in quotes and begin with http://, https://, or //. The ID should be represented by $1
--If using an interwiki URL, put the wiki name, a colon, and $1 in quotes
p.databases = {
--Biology
{ 'Wikidata', '[[Wikidata|Wd]]', '
{ 'APDB', 'APDB', 2036 },
{ 'AlgeaBase', '[[AlgaeBase]]', 1348 },
Line 65 ⟶ 68:
{ 'WSC genus', '[[World Spider Catalog]]', 'http://www.wsc.nmbe.ch/search?sFamily=&fMt=begin&sGenus=&gMt=begin&sSpecies=&sMt=begin&mMt=exact&multiPurpose=glsid&sMulti=$1' },
{ 'WSC family', '[[World Spider Catalog]]', 'http://www.wsc.nmbe.ch/search?sFamily=&fMt=begin&sGenus=&gMt=begin&sSpecies=&sMt=begin&mMt=exact&multiPurpose=flsid&sMulti=$1' },
{ 'Wikispecies', '[[Wikispecies]]', '
}
|