Module:ProfessionList: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 75: Line 75:
if page.activityJSON ~= nil then
if page.activityJSON ~= nil then
if type(page.activityJSON)=='string' then
if type(page.activityJSON)=='string' then
page.recipeJSON = { page.activityJSON }
page.activityJSON = { page.activityJSON }
end
end
for _, JSON in ipairs(page.activityJSON) do
for _, JSON in ipairs(page.activityJSON) do