Module:Taxonbar/confdoc: Difference between revisions

Content deleted Content added
m interesting
m db
Line 12:
for _, db in pairs( conf.databases ) do
local param = mw.ustring.lower(db[1])
local prop = tonumber(db[3])
if propparam > 0 then --avoid~= 'Wikidata' & non-propsthen
prop = db[3]
doctable = doctable .. '\n' ..
'|-\n' ..
'|' .. type(prop) .. param .. '||{{Taxonbar/Property|' .. prop .. '}}'
end
end