All public logs
From Idle Clans wiki
Combined display of all available logs of Idle Clans wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:18, 18 February 2025 XTCarnage talk contribs created page User:XTCarnage/common.js (Created page with "mw.loader.using(['jquery'], function() { $(document).ready(function() { // Create the slider var slider = $('<input type="range" min="0" max="100" value="0" id="time-slider">'); var sliderLabel = $('<p>Adjust Production Time: <span id="slider-value">0</span>%</p>'); // Append slider to the page $(".mw-slider-md").append(sliderLabel).append(slider); // Update the table values when the slider is moved...")