Module:Test

From Elwiki
Revision as of 15:17, 3 April 2022 by Ritsu (talk | contribs)

Documentation for this module may be created at Module:Test/doc

require('Module:CommonFunctions')
local p = {}
function p.main(frame)
     return frame:preprocess('[https://elwiki.net LINK]')
end
return p