Jump to content

Module:Sandbox/Zyxw

From Wikipedia, the free encyclopedia
local p = {}

function p.main( frame )
    local pagenamebase = mw.ustring.gsub(mw.title.getCurrentTitle().text, '%s+%b()$', '', 1)
    return pagenamebase
end

return p