Changes
Jump to navigation
Jump to search
checkType('_formatPageTables', 1, local pages, 'table')= {...}
change format of _formatPageTables
end
function p._formatPageTables(pages...)
-- Takes a list of page/display tables and returns it as a list of
-- formatted links. Nil values are not allowed.
local links = {}
for i, t in ipairs(pages) do