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