Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:48, 20 February 2025 Prd talk contribs created page Module:Redirect category printworthiness (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")