Module:category link/templates: 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.

9 May 2026

  • curprev 10:1410:14, 9 May 2026 Sware talk contribs 524 bytes +524 Created page with "-- Prevent substitution. if mw.isSubsting() then return require("Module:unsubst") end local make_link = require("Module:category link").make_link local process_params = require("Module:parameters").process local unpack = unpack or table.unpack -- Lua 5.2 compatibility local export = {} function export.category_t(frame) return make_link(unpack(process_params(frame:getParent().args, { [1] = {required = true, allow_empty = true, no_trim = true}, [2] = {allow_empty..."