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:Redirect category printworthiness: 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.

20 February 2025

  • curprev 04:4804:48, 20 February 2025 Prd talk contribs 461 bytes +461 Created page with "local p = {} function p.syn(frame) local base = mw.title.getCurrentTitle().baseText local n = '\n' local code = "{{Redirect category shell|"..n.. "{{"..base.."}}"..n.. "{{R printworthy}}"..n.. "}}"..n.. ""..n.. "{{Redirect category shell|"..n.. "{{"..base.."}}"..n.. "{{R unprintworthy}}"..n.. "}}" local args = { ['lang'] = 'wikitext', ['code'] = code } return frame:expandTemplate{ title = 'Syntaxhighlight', args = args } end return p"