Module:Sourcrowd

From TestWiki
Revision as of 20:06, 12 March 2017 by Sourcrowd (talk | contribs) (user test module)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

--[[  

This module is intended as test environment of user:Sourcrowd.

PLEASE DO NOT MODIFY!

]]

local p = {}

function p.main(frame)
	if frame.args[2] then
		return "HTML"
	else
		return "UTF"
	end
end

return p