Module:Param Parse: Difference between revisions
exception case for variant, if it is 'N/A' then do not format as a link
(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:
if v == nil then
return nil
elseif v == 'N/A' then
return 'N/A'
end
v = strip_link(v)
|