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:Type in location: 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.

21 February 2025

  • curprev 19:4219:42, 21 February 2025 Prd talk contribs 3,650 bytes +3,650 Created page with "local p = {} local plaintext = require("Module:Plain text")._main local language = mw.language.getContentLanguage() --Cleanup/format location for use in short descriptions function p.prepareLoc (frame) return p._prepareLoc (frame.args[1]) end function p._prepareLoc (text) text = plaintext(text) text = text..',' --comma at the end makes things convenient text = mw.ustring.gsub(text,'%b()', ', ') --remove things in brackets as extraneous information text = mw.ustrin..."