Module:IsNewCardTableSets

From Yugipedia
Jump to: navigation, search
return {
	main = function( frame )
		local v = frame.args.v or ''

		return not ( v:lower():match( 'card table set' ) or v:match( '%[%[') )
			or '' -- Because is to be used by wikitext.
	end
}