Module:Article stub box: Difference between revisions

Content deleted Content added
prevent global variable disallowedUnicodeChars, triggers warnings at Template:Ankylosaurian-stub - assuming it was by accident - please revert if this breaks anything
Line 81:
local zwj = '\226\128\141' -- U+200D, E2 80 8D
local zwnj = '\226\128\140' -- U+200C, E2 80 8C
local disallowedUnicodeChars = '[^%w%p%s' .. zwj .. zwnj .. ']' -- for i18n we make this a separate string
local code
for k, _ in pairs(args) do