Module:Taxonbar/confdoc: Difference between revisions

Content deleted Content added
better non-prop avoidance
m interesting
Line 12:
for _, db in pairs( conf.databases ) do
local param = mw.ustring.lower(db[1])
local prop = tonumber(db[3])
if prop > 0 then --avoid 'Wikidata' & non-props
prop = tostring(prop)db[3]
doctable = doctable .. '\n' ..
'|-\n' ..