Content deleted Content added
Tom.Reding (talk | contribs) m --ce |
Tom.Reding (talk | contribs) m --ce, AntWeb placeholder |
||
Line 3:
--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 --|
--|
--| set to
--| set to its negative | that database won't show unless forced; with link |
-----------------------------------------------------------------------------------------------
p.databases = {
--Biology
Line 79 ⟶ 81:
--URLs
-- { 'AntWeb', '[[AntWeb]]', '<base URL needed>:$1' },
{ '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 97 ⟶ 100:
}
--Alias entry format: {
p.aliases = {
{ 'Wd', 'Wikidata' },
|