Anonimo

Modulo:DTGenerico: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 410: Riga 410:
URI = "http://www.wikisky.org/v2?ra=" .. RA .. "&de=" .. D .. "&zoom=4"
URI = "http://www.wikisky.org/v2?ra=" .. RA .. "&de=" .. D .. "&zoom=4"
Int, Frac = math.modf(RA)
Int, Frac = math.modf(RA)
return "[" .. URI .. " " ..  Int .. " " .. Frac .. "]"
return "[" .. URI .. " " ..  Int .. " " .. Frac * 60 .. "]"
end
end
--- Function to expand template contained within description,
--- Function to expand template contained within description,