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).
- 04:23, 4 February 2025 Prd talk contribs created page MediaWiki:PAHandler.js (Created page with "$(document).ready(function() { var $pageActions = $('#p-views'); if ($pageActions.length) { // Move the page action tabs below the page title $('.firstHeading').after($pageActions); // Optional: Add dynamic styles $pageActions.css({ 'text-align': 'center', 'margin-bottom': '15px', 'background-color': '#444', 'padding': '5px', 'border-radius': '8px' }); } });")