Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(copy from test2wiki. Tried to import, but that doesn't presently work for Modules)
 
No edit summary
Line 4: Line 4:
-- Attempt is not really to write a nice and proper module from scratch :D
-- Attempt is not really to write a nice and proper module from scratch :D
local coordinates = {
local coordinates = {
prec_dec = require "Module:Coord_prec_dec",
mod_math = require "Module:Math",
precision = require "Module:Precision",
wikitext = require "Module:Wikitext"
wikitext = require "Module:Wikitext"
}
}