Module:Sandbox/BrandonXLF/1

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 01:49, 14 September 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Keep Here

function main(frame)
	args = frame.args
	if mw.ustring.match(args[1],"%z") then
		return "false"
	else
		return "true"
	end
end 

return {main = main}