Modulo:RaDec: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nuovo modulo |
m fix spazio |
||
Riga 58:
local h, m, s = args[1] and (args[1] .. '<sup>h</sup> ') or '', args[2] or ':', args[3] or ':'
m = m .. (m == ':' and '' or '<sup>m</sup> ')
s = s .. (s == ':' and '' or '<sup>s</sup>
return h .. m .. (m == ':' and '' or s)
end
Riga 67:
local d, m, s = args[1] and (args[1] .. '° ') or '', args[2] or ':', args[3] or ':'
m = m .. (m == ':' and '' or '′ ')
s = s .. (s == ':' and '' or '&Prime
return d .. m .. (m == ':' and '' or s)
end
|