Content deleted Content added
reoutputme |
reoutputme raw |
||
Line 854:
function main.reoutputme(frame)
--if (frame.args.preprocess and frame.args.preprocess == 'yes') then
-- return frame:preprocess(mw.text.decode(mw.text.unstrip(frame.args[1])))
--else
-- return mw.text.decode(mw.text.unstrip(frame.args[1]))
--end
----[[
local input = mw.text.decode(mw.text.unstrip(frame.args[1])) s = 'Len=' .. #input .. ' '
Line 866 ⟶ 867:
s = s .. string.sub(input, i, i) .. ' '
end
return s--]]
end
|