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

Module:Search/sandbox: 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.

8 March 2025

  • curprev 21:2621:26, 8 March 2025 Prd talk contribs 2,737 bytes +2,737 Created page with "-- This module implements {{search}} 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(fram..."