• 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
Created page with "local Core = require('Module:Core') return { implicit = function(frame) local args = Core.getTemplateArgs(frame) return args.implicit.pagename end, ..."
local Core = require('Module:Core')

return {
implicit = function(frame)
local args = Core.getTemplateArgs(frame)
return args.implicit.pagename
end,
explicit = function(frame)
local args = Core.getTemplateArgs(frame)
return args.explicit.pagename
end,
}
cssedit, gkautomate
6,941

edits

Navigation menu