Module:uses lua: 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.

20 April 2026

  • curprev 17:2017:20, 20 April 2026 Sware talk contribs 774 bytes +5 No edit summary
  • curprev 16:5916:59, 20 April 2026 Sware talk contribs 769 bytes +769 Created page with "local export = {} local concat = table.concat local ipairs = ipairs local process_params = require("Module:parameters").process function export.show(frame) local titles = process_params(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 828} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>%s</li>"):format(mod.fullText) end return ([===[<div class="floatright notice-box" style="font-size:smaller;border:1px..."