Module:Template wrapper/sandbox: Difference between revisions

Content deleted Content added
No edit summary
or → and: must be neither
Line 50:
if '_template' == k then
template = v; -- save the name of template that we are wrapping
elseif '_exclude' ~= k orand '_include-positional' ~= k then -- these already handled so ignore here;
add_parameter (k, v, args, list); -- add all other parameters to args in the style dictated by list
end