Jump to content

Module:Fragment

Unchecked
From Wikipedia

Module:Fragment


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