View source for Module:Taxonbar/conf
MyWikiBiz, Author Your Legacy — Saturday March 29, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
--Database entry format: { 'parameter name', 'label to display', propertyId in Wikidata or 'URL' }
--
-----------------------------------------------------------------------------------------------
--| If propertyId is... | then... |
--|------------------------|------------------------------------------------------------------|
--| a Wikidata property ID | it must be a number without quotes |
--| an external URL | it must be in quotes and begin with http://, https://, or // |
--| | The ID should be represented by $1 |
--| | (e.g. 'https://en.wikipedia.org/wiki/$1') |
--| an interwiki URL | put the interwiki name, a colon, and $1 in quotes (e.g. 'en:$1') |
--| set to 0 | that database won't show unless forced; taxon link suppressed |
--| set to its negative | that database won't show unless forced; taxon link allowed |
-----------------------------------------------------------------------------------------------
p.databases = {
{ 'Wikidata', '[[Wikidata]]', 'Wikidata:$1' }, --for ordering purposes: 1st
{ 'Wikispecies', '[[Wikispecies]]', 'Wikispecies:$1' }, --for ordering purposes: 2nd (if available)
--Wikidata properties for identifing taxa
{ 'ABA', '[[American Birding Association|ABA]]', 4526 },
000
1:0
Templates used on this page:
Return to Module:Taxonbar/conf.