Toggle menu
15
245
116
28K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 00:22, 11 March 2025 by Prd (talk | contribs) (Created page with "-- Unit tests for Module:Check for unknown parameters. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_01_1_check() self:preprocess_equals_sandbox_many('{{Module:Check for unknown parameters/testcases/template call', '', { {"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"}, }, {nowiki=1}) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Refer to
Module:Check for unknown parameters



-- Unit tests for [[Module:Check for unknown parameters]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_01_1_check()
	self:preprocess_equals_sandbox_many('{{Module:Check for unknown parameters/testcases/template call', '', {
		{"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"},
	    }, {nowiki=1})
end

return p