Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:14, 9 May 2026 Sware talk contribs created page Module:category link (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")...")