Content deleted Content added
Trialpears (talk | contribs) Remove exclude in print per Wikipedia:Templates_for_discussion/Log/2021_May_31#:Category:Exclude_in_print |
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
|