Module:Sandbox/Evad37/X1: Difference between revisions

Content deleted Content added
adjust
m Update dependency name
Line 1:
-- This module is a sandbox. It is also used for testing XFDcloser
local getArgs = require('Module:Arguments').getArgs
local transcludetranscluder = require("Module:TranscludeTranscluder")
local mapframe = require("Module:Mapframe")
 
Line 16:
local title = args.article and mw.title.new(args.article) or mw.title.getCurrentTitle()
local content = frame:preprocess(
args.section and transcludetranscluder.getSection(content, args.section) or title:getContent()
)
local coords = {}