Module:Fragment
local p = {} function p.f(frame) return mw.title.getCurrentTitle().fullText end return p;