Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:20, 10 March 2025 Prd talk contribs created page Module:Navbar/testcases (Created page with "--Quick and few tests of using the _navbar function directly, as they won't be caught in tests of {{navbar}} local p = {} local n = require('Module:Navbar') local ns = require('Module:Navbar/sandbox') require('strict') --make sure no globals function p.main() local out = {} for i = 1,2 do local k = {'yes', nil} table.insert(out, { n._navbar({collapsible = k[i], template = 'V/doc'}), ns._navbar({collapsible = k[i], template = 'V/doc'}), '<br/>----', n._nav...")