Module:GathererList: Difference between revisions

m
remove unknown value cell parameter, no longer used.
(offload much of the search, screen, and format functions to the new ProfessionList module, so they work the same for all tables)
m (remove unknown value cell parameter, no longer used.)
 
Line 99:
:done()
:done()
 
local unknown_value_cell = mw.html.create('td')
:addClass('table-bg-gray')
:css{ ['text-align'] = 'center' }
:wikitext("''unknown''")
 
for i, item in ipairs(results) do
11,305

edits