La documentation pour ce module peut être créée à Module:Test2/doc
local p = {} function p.test(f) local currentFullPageName if currentFullPageName == nil then currentFullPageName = mw.getCurrentFrame():preprocess('{{FULLPAGENAME}}') end return mw.title.new(currentFullPageName) end return p