Content deleted Content added
Tom.Reding (talk | contribs) Template:? |
Tom.Reding (talk | contribs) Try hard-coding Taxonbar/Property for template resolving |
||
Line 9:
'|-\n' ..
'! Parameter !! data-sort-type=number style="white-space: nowrap;"|Wikidata ID!! Authority !! Description'
for _, db in pairs( conf.databases ) do
local param = mw.ustring.lower(db[1])
Line 17 ⟶ 16:
doctable = doctable .. '\n' ..
'|-\n' ..
'|'
end
end
|