Module:languages/print: 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.

15 November 2025

  • curprev 15:1815:18, 15 November 2025 Sware talk contribs 2,969 bytes +2,969 Created page with "local export = {} local byte = string.byte local concat = table.concat local escape = require("Module:debug/escape") local format = string.format local highlight = require("Module:debug").highlight local insert = table.insert local pairs = pairs local require = require local sorted_pairs = require("Module:table").sortedPairs local toJSON = require("Module:JSON").toJSON local function iterate_data(func, module_name) for code, data in pairs(require(module_name)) do fu..."