see also Module:Sandbox/Galobtter/Short_description_from_country
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