Module:DisplayTitle

ពីWiktionary

Documentation for this module may be created at Module:DisplayTitle/doc

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