Module:Lang: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 441:
 
if args.text:match ("^\'[^\']+") then -- first character is single \' which may interfere with italic markup; convert to entity
args.text:gsub ("^\'", '&\x27#39;')
end
 
if args.text:match ("[^\']\'$") then -- last character is single \' which may interfere with italic markup; convert to entity
args.text:gsub ("\'$", '&\x27#39;')
end
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu