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

Module:Portal toolbox: 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.

19 February 2025

  • curprev 06:5006:50, 19 February 2025 Prd talk contribs 2,264 bytes +2,264 Created page with "local getArgs = require('Module:Arguments').getArgs p = {} local function add_header_row(frame, tbl, text) local row = tbl:tag('tr') row:tag('th') :attr('colspan', '2') :wikitext(text) end local function edit(frame, pagename) return frame:expandTemplate{ title='edit', args={ pagename } } end local function add_template_row(frame, tbl, pagename) local row = tbl:tag('tr') row:tag('td') :wikitext(frame:expandTemplate{ title='tl', args={ pagename } }) row:tag..."