<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FRexxS%2FBlacklist</id>
	<title>Module:Sandbox/RexxS/Blacklist - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FRexxS%2FBlacklist"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/RexxS/Blacklist&amp;action=history"/>
	<updated>2026-05-24T02:32:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/RexxS/Blacklist&amp;diff=146063&amp;oldid=prev</id>
		<title>imported&gt;RexxS: try implicit separators, rather than punctuation (which includes _)</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/RexxS/Blacklist&amp;diff=146063&amp;oldid=prev"/>
		<updated>2017-11-03T22:54:33Z</updated>

		<summary type="html">&lt;p&gt;try implicit separators, rather than punctuation (which includes _)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- fragment to demo exact matching for field names in blacklist&lt;br /&gt;
-- #invoke Sandbox/RexxS/Blacklist&lt;br /&gt;
local p = {}&lt;br /&gt;
p.isBlacklisted = function(frame)&lt;br /&gt;
	local blacklist = frame.args.suppressfields or &amp;quot;aaa; bbb; other title 1; ccc; ddd&amp;quot;&lt;br /&gt;
	local fieldname = frame.args.name or &amp;quot;title&amp;quot;&lt;br /&gt;
	if blacklist then&lt;br /&gt;
		blacklisted = false&lt;br /&gt;
		for wrd in string.gmatch(blacklist, &amp;quot;[^,;]+&amp;quot;) do&lt;br /&gt;
			if fieldname == mw.text.trim(wrd) then&lt;br /&gt;
				blacklisted = true&lt;br /&gt;
				break&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		if blacklisted then&lt;br /&gt;
			return &amp;quot;blacklisted&amp;quot;&lt;br /&gt;
		else&lt;br /&gt;
			return &amp;quot;not blacklisted&amp;quot;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;RexxS</name></author>
	</entry>
</feed>