- 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 4:
Line 4:
− +
− +
no edit summary
function PageTitle.ID(frame)
function PageTitle.ID(frame)
return tostring(mw.getCurrentTitle().id)
return tostring(mw.title.getCurrentTitle().id)
end
end
function PageTitle.Title(frame)
function PageTitle.Title(frame)
return tostring(mw.getCurrentTitle().prefixedText)
return tostring(mw.title.getCurrentTitle().prefixedText)
end
end
return PageTitle
return PageTitle