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).
- 21:44, 22 February 2025 Prd talk contribs created page Module:ArticleSize (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")