Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Metrics dashboard: 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.

20 February 2025

  • curprev 23:0323:03, 20 February 2025 Prd talk contribs 1,308 bytes +1,308 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 =..."