Content deleted Content added
standardizing |
Minor cleanup |
||
Line 20:
end
local function ifnotempty(s, a, b)
end▼
end
Line 43 ⟶ 39:
local function parsecoord(frame, s)
return frame:expandTemplate{
title = 'coord',
▲ if( lat and NS and lon and EW ) then
}
▲ return frame:expandTemplate{ title = 'coord', args = {lat, NS, lon, EW, 'type:landmark'} }
end
Line 243 ⟶ 238:
end
return infobox(frame)
end
|