local p = {} function p.getPageID() local title = mw.title.getCurrentTitle() return tostring(title.id) -- Convert ID to string for output end return p