Content deleted Content added
Tom.Reding (talk | contribs) m interesting |
Tom.Reding (talk | contribs) m db |
||
Line 12:
for _, db in pairs( conf.databases ) do
local param = mw.ustring.lower(db[1])
local prop =
if
doctable = doctable .. '\n' ..
'|-\n' ..
'|' .. type(prop) .. param .. '||{{Taxonbar/Property|' .. prop .. '}}'
end
end
|