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).
- 03:22, 24 February 2025 Prd talk contribs created page Module:TOC001 (Created page with "local p = {} function p.TOC001( frame ) local title = mw.title.getCurrentTitle() local pn = title.text local pagebase = mw.ustring.match(pn, '^(List of minor planets: )%d') or mw.ustring.match(pn, '^(Meanings of minor[ -]planet names: )%d') or 'testcase' local parent_from = mw.ustring.match(pn, '(%d+)–') or 0 --en dash; 1, 1001, 2001, ... local prefix = (parent_from - 1)/1000 --0, 1, 2, ... local left = parent_from - 5000 --left-most navigational 'fr...")