Module:Command: Difference between revisions

mNo edit summary
mNo edit summary
Line 87: Line 87:
for k,j in pairs(v) do
for k,j in pairs(v) do
if j == params[param] or j:match('<.+>') then
if j == params[param] or j:match('<.+>') then
table.insert(section, j)
table.insert(section, params[param])
hasValue=true
hasValue=true
if k=='redirect' then
if k=='redirect' then