Module talk:Languages/2/List
මාතෘකාවක් එක්කරන්නAppearance
oldid | date/time | username | edit summary |
---|---|---|---|
648564282 | 2022-04-13T08:19:24Z | TKsdik8900 | [[Special:MyLanguage/COM:AES|←]]Created page with 'local p = {}; -- --[[ Check this list by running this in the console of the Lua Module editor in MediaWiki: ="p.list = { '" .. table.concat(p.getSortedList(mw.language.fetchLanguageNames()), "', '") .. "' }" ]] function p.getSortedList(mwLangList) local sortedList = {} for lang, _ in pairs(mwLangList) do table.insert(sortedList, lang) end table.sort(sortedList) return sortedList end -- note that this fetch w...' |
Start a discussion about Module:Languages/2/List
Talk pages are where people discuss how to make content on Wikibooks the best that it can be. You can use this page to start a discussion with others about how to improve Module:Languages/2/List.