Changes

Module:Documentation

88 bytes added, 19:37, 15 January 2014
need to check type as well
-- No need to include the links if the documentation is on the template page itself.
local linksData = p.makeStartBoxLinksData(args, env)
if type(linksData ) == 'table' then
links = p.renderStartBoxLinks(linksData)
else
-- linksData is nil or an error message.
return linksData
end
end
Anonymous user