Module:User:Erutuon/Mongolian

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


local export = {}

function export.vertical_title(frame)
	local pagename = mw.title.getCurrentTitle().prefixedText
	return frame:callParserFunction{name="DISPLAYTITLE", args='<span class="Mong">' .. pagename .. '</span>'}
end

return export