La documentation pour ce module peut être créée à Module:bac à sable/Yun/Documentation

local p = {}
function p.hello(frame)
    return frame.args[1] .. ' : ' .. mw.ustring.len(frame.args[1])
end
return p