Module:NavboxBuilder: Revision history

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.

3 May 2023

  • curprev 17:0117:01, 3 May 2023PercyUK talk contribs 22,087 bytes +22,087 Created page with "-- <nowiki> local NBB = {} -- Constants local EXPANDED, COLLAPSED = 1, 2 -- Easy access to all arguments local arguments = {} -- Invokable - Navbox creation function NBB.create(frame) if frame then arguments = getArguments(frame) end if type(NBB.hlist) == 'boolean' then NBB.hlist = NBB.hlist and 'hlist' or '' end if type(NBB.vlist) == 'boolean' then NBB.vlist = NBB.vlist and 'vlist' or '' end local main = prepMain() local sections = prepSections(m..."