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:ArticleSize: 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.

22 February 2025

  • curprev 21:4421:44, 22 February 2025 Prd talk contribs 293 bytes +293 Created page with "local p = {} function p.size(frame) local title = frame.args[1] or mw.title.getCurrentTitle().text local page = mw.title.new(title) local content = page and page:getContent() or "" local size = #content return mw.language.getContentLanguage():formatNum(size) end return p"