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

Module:Findimage: 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.

24 February 2025

  • curprev 03:5603:56, 24 February 2025 Prd talk contribs 1,291 bytes +1,291 Created page with "-- Find Image -- returns the first filename in the current page -- checks for [[File:, [[Image:, infobox image, gallery local p = {} function p.scan(frame) local args = frame.args local pargs = frame:getParent().args for k, v in pairs(pargs) do args[k] = v end -- first unnamed parameter or |title= local title = mw.text.trim(args[1] or args.title or "", "\t\r\n\f %[%]") local titleobj if title == "" then titleobj = mw.title.getCurrentTitle() else titleob..."