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).
- 23:03, 20 February 2025 Prd talk contribs created page Module:Metrics dashboard (Created page with "local p = {} local function listItem(value, label) return string.format('* <span class="md-value">%s</span><span class="md-label">%s</span>', value, label) end function p.list(frame) local output = '' local i = 1 local args = frame:getParent().args while args['figure' .. i .. '-value'] and args['figure' .. i .. '-label'] do local value = args['figure' .. i .. '-value'] local label = args['figure' .. i .. '-label'] output =...")