Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:If preview/preview warning counter: 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.

15 March 2025

  • curprev 03:4103:41, 15 March 2025 Prd talk contribs 96 bytes +96 Created page with "local p = { count = 0 } function p.incr() p.count = p.count + 1 return p.count end return p"