Skip to content

Commit afed004

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
headers are updated
1 parent 3393db7 commit afed004

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

layouts/shortcodes/csv-block-table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<table>
55
<tbody>
66
<tr>
7-
<th>Name</th>
7+
<th>Data field name</th>
88
<th>Type</th>
9-
<th>Description</th>
9+
<th>Data field description</th>
1010
{{ if eq $isEnterprise "false" }}
1111
<th>Included in...</th>
1212
{{ end }}

layouts/shortcodes/csv-block-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ $isEnterprise := .Get "isEnterprise" }}
22
{{ $includeUtility := .Get "includeUtility" }}
33

4-
| Name | Type | Description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
4+
| Data field name | Type | Data field description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
55
|------|------|-------------|{{ if eq $isEnterprise "false" }}-------------{{ end }}|
66
| network | IP network as a string | This is the IPv4 or IPv6 network in CIDR format such as "2.21.92.0/29" or "2001:4b0::/80". {{ if eq $includeUtility "true" }}We offer a utility to convert this column to start/end IPs or start/end integers. See the conversion utility section for details.{{ end }} | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
77
| geoname_id | integer | A unique identifier for the network's location as specified by [GeoNames](https://www.geonames.org/). This ID can be used to look up the location information in the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |

layouts/shortcodes/csv-location-table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<table>
44
<tbody>
55
<tr>
6-
<th>Name</th>
6+
<th>Data field name</th>
77
<th>Type</th>
8-
<th>Description</th>
8+
<th>Data field description</th>
99
{{ if eq $isEnterprise "false" }}
1010
<th>Included in...</th>
1111
{{ end }}

layouts/shortcodes/csv-location-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $isEnterprise := .Get "isEnterprise" }}
22

3-
| Name | Type | Description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
3+
| Data field name | Type | Data field description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
44
|------|------|-------------|{{ if eq $isEnterprise "false" }}-------------{{ end }}|
55
| geoname_id | integer | A unique identifier for the location as specified by [GeoNames](https://www.geonames.org/). This ID can be used as a key for the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
66
| locale_code | string | The locale that the names in this row are in. This will always correspond to the locale name of the file. | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |

0 commit comments

Comments
 (0)