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

Module:Redirect and target: 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.

18 February 2025

  • curprev 04:3004:30, 18 February 2025 Prd talk contribs 570 bytes +570 Created page with "local getTarget = require('Module:Redirect').getTarget local p = {} function p.line(frame) local pageTitle = frame.args[1] local target = getTarget(pageTitle, true) if target then return string.format('%s%s', pageTitle, target) end return string.format('%s is not a redirect', pageTitle) end function p.report(frame) local pageTitle = frame.args[1] local target = getTarget(pageTitle, true) if target then return string.format('<i>%s (R)</i..."