Timeline
Jump to navigation
Jump to search
(Created page with "local p = {} function p.render( frame ) error(frame.args[0]) end return p") |
|||
| Line 2: | Line 2: | ||
function p.render( frame ) | function p.render( frame ) | ||
print(frame.args[0]) | |||
end | end | ||
return p | return p | ||
Revision as of 19:06, 10 November 2022
Documentation for this module may be created at Module:Timeline/doc
local p = {}
function p.render( frame )
print(frame.args[0])
end
return p