The page has not been checked
Documentation for this module may be created at Module:LangDir/doc
local p = {} function p.dir( frame ) return lang:isRTL() end return p