- 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 108:
Line 108:
− +
no edit summary
function templates.format(formatstring, frame)
function templates.format(formatstring, frame)
local _args = frame.args[1] or getArgs{frame = frame:getParent()}
local _args = frame-- 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))