Module:Sandbox/Anirudh23042003: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 48:
p.sentence = function(frame)
local str = frame.args.words or ""
local out = string.sub(str, 1, 12)
return out
end