মডিউল:List: সংশোধিত সংস্করণের মধ্যে পার্থক্য
Implement edit request - don't trim passed arguments while still removing whitespace-only parameters |
|||
১৮০ নং লাইন: | ১৮০ নং লাইন: | ||
p[listType] = function (frame) | p[listType] = function (frame) | ||
local mArguments = require('Module:Arguments') | local mArguments = require('Module:Arguments') | ||
local origArgs = mArguments.getArgs(frame | local origArgs = mArguments.getArgs(frame) | ||
-- Copy all the arguments to a new table, for faster indexing. | -- Copy all the arguments to a new table, for faster indexing. | ||
local args = {} | local args = {} |