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

Module:Italic title/testcases: 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.

14 March 2025

  • curprev 00:5700:57, 14 March 2025 Prd talk contribs 7,423 bytes +7,423 Created page with "local mItalicTitle = require('Module:Italic title/sandbox') local ScribuntoUnit = require('Module:ScribuntoUnit') local Spy = require('Module:Lua-mock/Spy') local suite = ScribuntoUnit:new() local function patchCurrentTitle(page, func) local oldGetCurrentTitle = mw.title.getCurrentTitle mw.title.getCurrentTitle = function () return mw.title.new(page) end func() mw.title.getCurrentTitle = oldGetCurrentTitle end local function patchDisplayTitle(func) local oldGet..."