Module:Sandbox/User:Alsang/NodeDescriptionChecker: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(table to identify which recipes changed formatting)
No edit summary
Line 291: Line 291:
local result = tostring(query)
local result = tostring(query)
if result=='table' then
if result=='table' then
cell:wikitext(' has recipe')
--cell:wikitext(' has recipe') -- do nothing
elseif result=='nil' then
elseif result=='nil' then
cell:wikitext(' needs recipe')
cell:wikitext(' needs recipe')