There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:WhatReq/doc
require("Module:What")
local p = {}
function p.name(frame)
return 'name2 ' .. name(frame.args[1]);
end
return p