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).
- 22:41, 10 March 2025 Prd talk contribs created page Module:Articles by importance/sandbox (Created page with "require('strict') local p = {} local importances = {'Top', 'High', 'Mid', 'Low', 'Bottom', 'NA', 'Unknown'} p.main = function(frame) local args = require('Module:Arguments').getArgs(frame) local title = args.page and mw.title.new(page) or mw.title.getCurrentTitle() local imp, topic, typ = title.text:match('^(%a+)-importance (.+) (%a+)$') if not topic then topic = title.text:match('^(.+) articles by importance') end local out, exist, cats = '', {}, {} local add_...")