Module:ArgsUtil: Revision history

From Space Station 14 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.

19 May 2025

18 February 2024

  • curprev 11:2611:26, 18 February 2024 support-wikigg>RheingoldRiver 4,948 bytes +4,948 Created page with "local util_map = require('Module:MapUtil') local util_text = require('Module:TextUtil') local util_table = require('Module:TableUtil') local bool_false = { ['false'] = true, ['no'] = true, [''] = true, ['0'] = true, ['nil'] = true } local bool_true = { ['true'] = true, ['yes'] = true } local lang = mw.getLanguage('en') local p = {} local h = {} function p.norm(v) if not v then return false end local lc = lang:lc(v) if bool_false[lc] then return false elseif..."