Modulo:Bio/sandbox: differenze tra le versioni

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