Module:Sensitive IP addresses/API: Difference between revisions

Content deleted Content added
add more options to the summary table function
actually use the separator
Line 499:
:tag('td')
:wikitext(entityData.ipv4Ranges
and table.concat(entityData.ipv4Ranges, ', 'separator)
or nil
)
Line 505:
:tag('td')
:wikitext(entityData.ipv6Ranges
and table.concat(entityData.ipv6Ranges, ', 'separator)
or nil
)