Module:Unstrip: Difference between revisions
Appearance
Content deleted Content added
←Created page with '-- This module provides a frontend to the mw.text.unstrip function local p = {} function p.unstrip(frame) local t = frame.args[1] or '' return mw.text.unstri...' |
No edit summary |
||
Line 5: | Line 5: | ||
return mw.text.unstrip(t) |
return mw.text.unstrip(t) |
||
end |
end |
||
return p |