Toggle menu
15
236
73
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

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).

Logs
  • 06:31, 4 February 2025 Prd talk contribs created page MediaWiki:AJAXTest.js (Created page with "$(document).ready(function() { // Create a test button var ajaxButton = $('<button id="ajax-test-button">Load Recent Edit</button>'); var ajaxResult = $('<div id="ajax-result"></div>'); // Append the button and result div to the body $('#content').prepend(ajaxButton, ajaxResult); // Set up click event for AJAX call $('#ajax-test-button').click(function() { $('#ajax-result').html('Loading...'); // Show loading state $.ajax({...")