- 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 BaseData = require("Module:BaseData") local PageTitle = BaseData{} function PageTitle.ID(frame) return tostring(mw.getCurrentTitle().id) end function PageTitle.Ti..."
local BaseData = require("Module:BaseData")
local PageTitle = BaseData{}
function PageTitle.ID(frame)
return tostring(mw.getCurrentTitle().id)
end
function PageTitle.Title(frame)
return tostring(mw.getCurrentTitle().prefixedText)
end
return PageTitle
local PageTitle = BaseData{}
function PageTitle.ID(frame)
return tostring(mw.getCurrentTitle().id)
end
function PageTitle.Title(frame)
return tostring(mw.getCurrentTitle().prefixedText)
end
return PageTitle