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
add_parameter (k, v, args, list); -- add all other parameters to args in the style dictated by list
end
|