Module:Navbar/testcases: Revision history

From BoyWiki

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.

24 February 2022

  • curprev 20:3920:39, 24 February 2022Etenne talk contribs 921 bytes +921 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('Module:No globals') --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/>----..."