Module:User:Njardarlogar/from pagename

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Njardarlogar, for their own experimentation. Items in this module may be added and removed at Njardarlogar's discretion; do not rely on this module's stability.


local p = {}

function p.main(frame)
    pagename = frame:preprocess('{{subst:PAGENAME}}')
    text = pagename:gsub('ar$', '')
    return text
end

return p