Timeline
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Timeline/doc
local p = {}
function p.render( frame )
return frame.args[1]
end
return p