Content deleted Content added
Tom.Reding (talk | contribs) m Pipe for shorter link (esp since the ID string is fairly long) |
Tom.Reding (talk | contribs) Test hidden/disabled database, --ce |
||
Line 1:
local p = {}
--Database entry format: { name of the parameter, label to display, propertyId in Wikidata or URL }
--
--------------------------------------------------------------------------------
Line 75:
{ 'Xeno-canto', '[[Xeno-canto]]', 2426 },
{ 'ZooBank', '[[ZooBank]]', 1746 },
--URLs
{ 'eMonocot', '[[eMonocot]]', 'http://e-monocot.org/taxon/urn:kew.org:wcs:taxon:$1' },
{ 'emonocotfamily', '[[eMonocot]]', 'http://e-monocot.org/taxon/urn:kew.org:wcs:family:$1' },
Line 83 ⟶ 84:
{ '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]]', 'Wikispecies:$1' },
--hidden/disabled databases (usually b/c !English, see Taxonbar/doc#Excluded databases)
{ 'TAXREF', 'TAXREF', 0 },
}
--Alias entry format: { alternate name, parameter name
p.aliases = {
{ 'Wd', 'Wikidata' },
|