Module:Sandbox/BrownHairedGirl/IrelandByCountyCatNav2: Difference between revisions

Content deleted Content added
.
.
Line 55:
function is_title_specified(prefix, suffix)
local prefix_and_suffix = ""
-- if not (prefix == nil or prefix == '' or string.match(prefix, "^ +$")) then
if not (prefix == nil or prefix == '') then
return false
end
-- if not (suffix == nil or suffix == '' or string.match(suffix, "^ +$")) then
if not (suffix == nil or suffix == '') then
return false
end