Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:56, 22 May 2026 DarkMatterMan4500 talk contribs created page Module:TranslateThis (Created page with "local insert = table.insert local remove = table.remove local myFrame = mw.getCurrentFrame() local myLang = myFrame:callParserFunction('Int', 'Lang'):lower():gsub('_', '-') local myLangObj = mw.language.new(myLang) local myFallbacks = myLangObj:getFallbackLanguages() for i, lang in ipairs(myFallbacks) do lang = lang:lower():gsub('_', '-') if lang == myLang then remove(myFallbacks, i) break end end insert(myFallbacks, 1, myLang) local p = {}...")