Module:WikidataIB/sandbox1: Difference between revisions

Content deleted Content added
get table right
rm debug
Line 872:
lat_long["display"] = disp
-- invoke template Coord with the values stored in the table
-- return frame:expandTemplate{title = 'coord', args = lat_long}
return table.concat(lat_long, ", ") --debug
end
end