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:ParameterCount/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.

9 March 2025

  • curprev 04:3604:36, 9 March 2025 Prd talk contribs 613 bytes +613 Created page with "-- Unit tests for Module:ParameterCount. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_all() self:preprocess_equals_many('{{#invoke:ParameterCount/sandbox|all', '}}', { {'', '0'}, {'|', '0'}, {'|1', '1'}, {'|A', '1'}, {'|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20', '20'}, {'|1| | |4|5|6|7|8|9|10', '8'}, {'|checkblanks=no|1| | |4|5|6|7|8|9|10', '8'}, {'|checkblanks=yes|1| | |4|5|6|7|8|9|10', '10'}, {'|a..."