The page has not been checked
Documentation for this module may be created at Module:TestVog/doc
local p = {} function p.test(frame) local n = frame.args["n"] a = "" for i = 1, n do a = a .. "I am [[Male user:Vogone]] from Germany. " end return a end return p