Modulo:Coord/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
test
Nessun oggetto della modifica
Riga 395:
htmlTitle = "<span style=\"font-size: small;\"><span " .. noprint .. "id=\"coordinates\">[[Coordinate geografiche|Coordinate]]: "
 
-- formatta il risultato a seconda di args["display"] (nil, "inline", "title", "inline,title")
text = text .. (args["source"] or "")
htmlTitle = htmlTitle .. "test"
return (display.inline and text or "") ..
(display.title and (htmlTitle .. text .. "</span></span>") or "") .. "test"
end