Module:Cmap: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
function p.cmap(frame) | function p.cmap(frame) | ||
if frame.args | if frame.args[1] then | ||
return | return frame.args[1] | ||
end | end | ||
return '' | return '' | ||
end | end | ||
return p |