Module:APIDoc: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

16 October 2024

  • curprev 15:0215:02, 16 October 2024Alex talk contribs 2,472 bytes +2,472 Created page with "local p = {} local styles = { w = 'width:1%;', ws = 'white-space:pre;', bgc = 'background-color:var(--wikitable-header-bg);' } function p.main(frame) local tArgs = frame:getParent().args local mArgs = {} local mArgNames = {} local argCount = 0 if not tArgs.funcName then error('APIDoc requires `funcName` argument', 0) end while tArgs['arg'..(argCount + 1)] do argCount = argCount + 1 end for i = 1, argCount do table.insert(mArgNames, tArgs['arg'....."