Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Link list: 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.

23 February 2025

  • curprev 03:0003:00, 23 February 2025 Prd talk contribs 391 bytes +391 Created page with "local p = {} local list = require('Module:List').horizontal function p.main() local params = {} local parent = mw.getCurrentFrame():getParent().args['parent'] for num, subpage in ipairs(mw.getCurrentFrame():getParent().args) do table.insert( params, '' .. num .. '' ) end params['class'] = 'inline' return list(params) end return p"