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).
- 03:00, 23 February 2025 Prd talk contribs created page Module:Link list (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")