Module:category link: 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 612 bytes +612 Created page with "local concat = table.concat local html_create = mw.html.create local is_internal_title = require("Module:pages").is_internal_title local make_title = mw.title.makeTitle local tostring = tostring local export = {} function export.make_link(name, sortkey) -- Unconditionally add the "Category:" prefix. local fullname = "Category:" .. name if is_internal_title(make_title(14, name)) then fullname = "" .. fullname .. "" end return tostring(html_create("code")..."