বিষয়বস্তুতে চলুন

মডিউল:DisplayTitle

উইকিউক্তি, মুক্ত উক্তি-উদ্ধৃতির সংকলন থেকে
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