Module:Sandbox/BrandonXLF/1

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 01:38, 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)
	if mw.ustring.match(frame..args[1], "%z") then
		return "false"
	else
		return "true"
	end
end