Module:Sourcrowd

From TestWiki
Revision as of 20:12, 12 March 2017 by Sourcrowd (talk | contribs) (modify)

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

function p.a2b( str )
	return
end

function p.b2a( str, ctype ) 
	return
end
return p