Module:WikidataIB/sandbox1: Difference between revisions

Content deleted Content added
use precision to cap the digits displayed
debug
Line 802:
-------------------------------------------------------------------------------
-- getCoords is used to get coordinates for display in an infobox
-- whitelist and blacklist to beare implemented
-- optional 'display' parameter is allowed, defaults to "inline, title"
--
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(args, ", ") --debug
end
end