Actions

Special

Main public logs

Combined display of all available logs of SUALEX. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:28, 29 January 2026 Jawad talk contribs created page Module:language (Created page with "-- Module:language local p = {} local format = require("Module:format") function p.invoke(frame) local args = frame.args or {} local lang_code = args[1] or "" if lang_code == "" then return "" end return format.language_name(lang_code) end return p")