niente spazio se il nome finisce per apostrofo |
meglio |
||
Riga 683:
})
else
if args.Nome then
self:_addText(args.Nome)
end
if args.Cognome then
▲ local space
▲ space = mw.ustring.match(args.Nome, "'$") and '' or " "
self:_addText(space, args.Cognome)
end
|