Module:head/languages: Revision history

Jump to navigation Jump to search

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.

18 February 2024

6 December 2023

13 August 2023

12 August 2023

6 August 2023

  • curprev 20:1520:15, 6 August 2023Maria talk contribs 611 bytes +73 No edit summary
  • curprev 20:0020:00, 6 August 2023Maria talk contribs 538 bytes +72 No edit summary
  • curprev 19:5019:50, 6 August 2023Maria talk contribs 466 bytes +466 Created page with "local export = {} function export.get_args(args, params, inflection_params) for k, _ in pairs(inflection_params) do params[k] = {list = true} end local p = require("Module:parameters").process(args, params) local inflections = {} for k, v in pairs(inflection_params) do local inflection = p[k] inflection["label"] = v["label"] inflection["glossary"] = v["glossary"] table.insert(inflections, inflection) end return p, inflections end return export"