Bu modul uchun Modul:tili/cache/doc nomli hujjat sahifasini yaratishingiz mumkin
localgetByCode=require("Module:tili").getByCodelocallangs={}-- Auto-create language objects: langs.en -> language object for English.setmetatable(langs,{__index=function(self,key)locallang=getByCode(key,nil,true,true)orfalseself[key]=langreturnlangend})returnlangs