Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(revert last 2 changes, I confused myself)
Tag: Manual revert
(exception case for variant, if it is 'N/A' then do not format as a link)
Line 449: Line 449:
if v == nil then
if v == nil then
return nil
return nil
elseif v == 'N/A' then
return 'N/A'
end
end
v = strip_link(v)
v = strip_link(v)