Module:Cmap: Difference between revisions
Jump to navigation
Jump to search
(Created page with "local p = {} --p stands for package function p.cmap(frame) return frame.args[1] end") |
No edit summary |
||
Line 2: | Line 2: | ||
function p.cmap(frame) | function p.cmap(frame) | ||
return frame.args | return frame.args.input | ||
end | end |