Toggle menu
14
236
69
27.2K
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 23:48, 11 March 2025 by Prd (talk | contribs) (Created page with "-- *<code><nowiki>{{convert}}</nowiki></code> compared with <code><nowiki>{{convert/sandboxlua}}</nowiki></code> -- Unit Click talk page to run tests. local p = require('Module:UnitTests') function p:test_hello() self:preprocess_equals_preprocess_many('{{convert/sandboxlua|', '}}', '{{convert|', '}}', { {'2|m'}, {'2|m|lk=on'}, }) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Refer to
Module:Convert



-- *<code><nowiki>{{convert}}</nowiki></code> compared with <code><nowiki>{{convert/sandboxlua}}</nowiki></code>
-- Unit Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_hello()

self:preprocess_equals_preprocess_many('{{convert/sandboxlua|', '}}', '{{convert|', '}}', {
        {'2|m'},
        {'2|m|lk=on'},
    })
end

return p