Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:NodeInfoInvoke
(view source)
Revision as of 03:06, 12 December 2019
151 bytes added
,
4 years ago
no edit summary
Line 87:
Line 87:
Table = function(frame)
Table = function(frame)
local args = U.getTemplateArgs(frame)
local args = U.getTemplateArgs(frame)
+
local world, map = string.match(args.implicit.pagename, "([^/]+)/([^/]+)")
+
args.implicit.world = world
+
args.implicit.map = map
local table_string = NodeInfo:Table(args.explicit, args.implicit)
local table_string = NodeInfo:Table(args.explicit, args.implicit)
if args.explicit.diff or args.implicit.pagename and args.implicit.pagename:sub(1, 5) == "World" then
if args.explicit.diff or args.implicit.pagename and args.implicit.pagename:sub(1, 5) == "World" then
がか
cssedit, gkautomate
7,064
edits