Actions

Module

language: 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.

31 January 2026

30 January 2026

29 January 2026

  • curprev 07:2807:28, 29 January 2026 Jawad talk contribs 267 bytes +267 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"