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,
or nil
)
Line 505:
:tag('td')
:wikitext(entityData.ipv6Ranges
and table.concat(entityData.ipv6Ranges,
or nil
)
|