Module:DisplayTitle

From www.PSALTIKI.info
Jump to: navigation, search

local p = {}

function p.set(frame)

       return mw.ext.displaytitle.set(frame.args[1])

end

function p.get(frame)

       return mw.ext.displaytitle.get(frame.args[1])

end

return p