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

Module:UnitTests/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.

26 February 2025

  • curprev 05:3405:34, 26 February 2025 Prd talk contribs 4,139 bytes +4,139 Created page with "-- Example Unit tests for Module:UnitTests. Click talk page to run tests. requirestrict local p = require('Module:UnitTests') local frame0 = mw.getCurrentFrame() local frame0_getTitle = frame0:getTitle() local getCurrentFrame_getTitle = mw.getCurrentFrame():getTitle() local arg = ... function p._test(frame) return "# " .. frame:getTitle() .. "\n" .. "# " .. frame0:getTitle() .. "\n" .. "# " .. frame0_getTitle .. "\n" .. "# " .. getCurrentFrame_getTitle..."