Module:Cmap: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
function p.cmap(frame) | function p.cmap(frame) | ||
if frame.args[1] and frame.args[2] and frame.args[3] then | |||
smaller, _ = mw.ustring.gsub(frame.args[1], frame.args[2], frame.args[3]) | |||
return smaller | |||
end | |||
return '' | |||
end | end | ||
return p |