Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Core
(view source)
Revision as of 09:14, 15 August 2016
3 bytes added
,
8 years ago
m
no edit summary
Line 64:
Line 64:
function Utils.test_context(frame)
function Utils.test_context(frame)
local context = Utils.context(frame)
local context = Utils.context(frame)
−
return "arg = "
+
(context.arg or "?")
+
" @ "
+
(context.pagename or "?")
+
return "arg = "
..
(context.arg or "?")
..
" @ "
..
(context.pagename or "?")
end
end
return Utils
return Utils
がか
cssedit, gkautomate
7,064
edits