Toggle menu
9
205
64
18.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Articles by importance/sandbox: Revision history

From Kenshi Wiki

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.

10 March 2025

  • curprev 22:4122:41, 10 March 2025 Prd talk contribs 3,298 bytes +3,298 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_..."