Content deleted Content added
Fred Gandt (talk | contribs) making possible to feed "sections" a list of pages |
Fred Gandt (talk | contribs) ignore empty page args |
||
Line 39:
end
-- Otherwise, add the page name to our table
elseif value ~= "" then
pages[#pages + 1] = value
end
|