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).
- 01:30, 19 February 2025 Prd talk contribs created page Module:Hash function (Created page with "local p = {} function p.main(frame) local algo = frame.args['algo'] or frame.args[1] local value = frame.args['value'] or frame.args[2] return mw.hash.hashValue( algo, value ) end function p.list() return mw.dumpObject(mw.hash.listAlgorithms()) end return p")