Module:Cite Q: Difference between revisions

Content deleted Content added
m DannyS712 moved page Module:Citeq to Module:Cite Q without leaving a redirect: requested move; consensus at Module talk:Cite Q
import unset ability from Module:Cite Q/sandbox
Line 172:
for k, v in pairs (args) do -- copy named parameters and their values into citeq_args
if type( k ) == 'string' then -- numbered parameters ignored
citeq_args[k]if 'unset' == v; then
citeq_args[k] = ''; -- set the parameter to empty string; this may be used later to unset authors and editors
else
citeq_args[k] = v;
end
end
end