Modulo:Maplink/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 109:
-- maplink
local ml = {}
agg(ml,'<maplink zoom="',zoom,'" text="[Schermo intero]">[ {"type": "FeatureCollection", "features": [')
for i=1,#pp do
if (i>1) then agg(ml,',') end
Riga 126:
agg(txt,'\n{| width="100%"\n|-\n|width=50% valign=top|<small>')
for i=1,#pp do
agg(txt,numLeg({ pp[i].num, pp[i].col}),' ',pp[i].nome}),'<br/>')
if (i == math.floor(#pp/2 +0.5)) then agg(txt,'</small>\n|width=50% valign=top|<small>') end
end
Riga 134:
agg(txt,'<small>')
for i=1,#pp do
agg(txt,numLeg({ pp[i].num, pp[i].col}),' ',pp[i].nome}),'<br/>')
end
end