Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:07, 17 February 2025 Prd talk contribs created page Module:Multi-section link (Created page with "-- This module creates a section link with multiple section names. local p = {} local function normalizePageName(page) local title = mw.title.new(page) if not title then error(string.format("'%s' is not a valid page name", page), 3) elseif title.namespace == 6 or title.namespace == 14 then return ':' .. title.prefixedText else return title.prefixedText end end function p._main(args) -- Sort the arguments. local sections = {} local page = "" for k, v in...")