Open main menu

Changes

Module:Hatnote

32 bytes removed, 12:44, 24 April 2014
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.
checkType('_formatPageTables', 1, local pages, 'table')= {...}
local links = {}
for i, t in ipairs(pages) do
Anonymous user