- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 107:
Line 107:
− +
− +
no edit summary
end
end
function templates.format(formatstring, args)
function templates.format(formatstring, frame)
local _args = args or getArgs{frame = frame:getParent()}
local _args = frame.args[1] or getArgs{frame = frame:getParent()}
local map_id = _args
local map_id = _args
local map_nodes = require(string.format('Module:Map %s/Nodes', map_id))
local map_nodes = require(string.format('Module:Map %s/Nodes', map_id))