Actions

Module

languages: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2026

29 January 2026

  • curprev 07:2807:28, 29 January 2026 Jawad talk contribs 1,287 bytes +1,287 Created page with "-- Module:languages local languages_data = require("Module:languages/data") local languages = {} local language_cache = {} function languages.get_canonical_name(lang_code) local data = languages_data[lang_code] return (data and data[1]) or lang_code end function languages.get_ancestor_code(lang_code) local data = languages_data[lang_code] return data and data[2] or nil end function languages.get_all_ancestors(lang_code) if language_cache[lang_cod..."