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:45, 19 February 2025 Prd talk contribs created page Module:SortName (Created page with "local p = {} function p.sortname(frame) local currentpage = mw.title.getCurrentTitle() local pagetitle = frame.args[1] or currentpage.text local langvar = mw.language.getContentLanguage() local text1 = '' local text2 = '' local parts = { 'de','De','von','Von','du','Du','del','Del','zu','Zu','di','Di','van','Van','na','Na','le','Le','de\'','De\'' } local partmatch = false if string.find( pagetitle, ' ' ) ~= nil then pagetitle = str...")