Modulo:Infobox nave: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
r |
||
Riga 91:
if value then
local s = tostring(value)
s = s:gsub("%.", ",")
return sep_thousand(s)
end
Riga 136:
dump(out, nmi_formatted, " [[Miglio nautico|miglia]]" )
if kn_formatted then
dump(out, " a ", kn_formatted, "&
end
end
Riga 145:
dump(out, km_formatted, " [[chilometro|km]]" )
if kmh_formatted then
dump(out, " a ", kmh_formatted, "&
end
if kn_formated then
|