Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Preview expense: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 February 2025

  • curprev 23:5123:51, 15 February 2025 Prd talk contribs 469 bytes +469 Created page with "local p = {} function p.main(frame) local count = 500 while pcall(mw.incrementExpensiveFunctionCount) do count = count - 1 end if count == 500 then count = 'at least 500' end return '<span style="color:yellow;background-color:red">There are ' .. count .. ' expensive function calls before this point</span><span style="display:none">http://www.encyclopediadramatica.com</span>' -- Hidden dead link to blacklisted site prevents accidental saving end return p"