Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
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 = {
mod_math = require "Module:Math",
math_mod = require "Module:Math",
wikitext = require "Module:Wikitext"
wikitext = require "Module:Wikitext"
}
}