Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
-- that most templates will actually be converted by the wiki users.
-- that most templates will actually be converted by the wiki users.
-- 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 math_mod = require "Module:Math";
math_mod = require "Module:Math",
local wikitext = require "Module:Wikitext"

wikitext = require "Module:Wikitext"
}
globalFrame = nil
globalFrame = nil