Module:Collapsible list: Difference between revisions

consistent comment placement
(more graceful failure for getListItem)
(consistent comment placement)
Line 10:
end
 
-- Returns an array containing the keys of all positional arguments
-- that contain data (i.e. non-whitespace values).
local function getArgNums( args )
-- Returns an array containing the keys of all positional arguments
-- that contain data (i.e. non-whitespace values).
local nums = {}
for k, v in pairs( args ) do
Anonymous user