Modul:Hatnote: Unterschied zwischen den Versionen
checkType will work in for loops as well, with the power of the i variable
(add error check to _formatPageTables) |
(checkType will work in for loops as well, with the power of the i variable) |
||
Zeile 66: | Zeile 66: | ||
local links = {} | local links = {} | ||
for i, t in ipairs(pages) do | for i, t in ipairs(pages) do | ||
checkType('_formatPageTables', i, t, 'table') | |||
local link = t[1] | local link = t[1] | ||
local display = t[2] | local display = t[2] |