17,030
edits
(getTableFromList: Change to use one item per parameter/arg instead of a comma delimited list) |
(getTableForList: Revise method of obtaining args from template) |
||
Line 355: | Line 355: | ||
function p.getTableForList(frame) | function p.getTableForList(frame) | ||
local frameArgs = | local pFrame = frame.getParent() | ||
local frameArgs = pFrame.args ~= nil and pFrame.args or frame | |||
local includeModifiers = frame.includeModifiers ~= nil and string.upper(frame.includeModifiers) == 'TRUE' or false | local includeModifiers = frame.includeModifiers ~= nil and string.upper(frame.includeModifiers) == 'TRUE' or false | ||