Module:Taxonbar/conf का स्रोत देखें
नेविगेशन पर जाएँ
खोज पर जाएँ
आपको इस पृष्ठ को सम्पादित करने की अनुमति नहीं हैं, निम्नलिखित कारण की वजह से:
आप इस पृष्ठ का स्रोत देख सकते हैं और उसकी नकल उतार सकते हैं:
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
000
1:0
इस पृष्ठ पर प्रयुक्त साँचे:
Module:Taxonbar/conf को लौटें।