All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:02, 16 October 2024 Alex talk contribs created page Module:APIDoc (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'.....")