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

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

8 March 2025

  • curprev 01:3101:31, 8 March 2025 Prd talk contribs 7,594 bytes +7,594 Created page with "-- Unit tests for Module:URL. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_url() local cases = { '{{#invoke:URL/sandbox|url}}', '{{#invoke:URL/sandbox|url|}}', '{{#invoke:URL/sandbox|url||}}', } text = self.frame:expandTemplate{ title = 'tlx', args = { 'URL', "''example.com''", "''optional display text''" } } for _, case in ipairs(cases) do self:preprocess_equals(case, text)..."