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

Module:Search: 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 23:5023:50, 19 February 2025 Prd talk contribs 2,694 bytes +2,694 Created page with "local p = {} local function urlencode(text) -- Return equivalent of {{urlencode:text}}. local function byte(char) return string.format('%%%02X', string.byte(char)) end return text:gsub('[^ %w%-._]', byte):gsub(' ', '+') end local function make_link(url, expansion, display_text, after) return mw.ustring.format( '[%s <abbr title="%s">%s</abbr>]%s', url, expansion, display_text, after or '' ) end function p.main(frame) local args = require('Module:Argu..."