Content deleted Content added
Tom.Reding (talk | contribs) m Don't show hidden/disabled dbs |
Tom.Reding (talk | contribs) m Update |
||
Line 8:
local doctable = '{| class="wikitable sortable"\n' ..
'|-\n' ..
'! Parameter !! data-sort-type=number style="white-space: nowrap;"|
for _, db in pairs( conf.databases ) do
local param = mw.ustring.lower(db[1])
local prop = db[3]
if type(prop) == 'number' and prop
local TaxonbarProperty = frame:expandTemplate{ title = 'Taxonbar/Property', args = { prop } }
doctable = doctable .. '\n' ..
|