Changes
Jump to navigation
Jump to search
Use HTTPS for the geonames.usgs.gov "Feature Search" link to provide increased user privacy/security (the HTTP URL generates a 301 (Moved Permanently) redirect to an HTTPS URL), use HTTPS for example geonames.usgs.gov URLs
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
[[Template:GNIS 4]] generates an external link to a Feature Detail Report from the [[Geographic Names Information System]] (GNIS), published by the [[United States Geological Survey]] (USGS). The [[anchor text]] displayed for this external link is the GNIS Feature ID number.
== Usage ==
The only required parameter is the GNIS Feature ID number (optionally, this parameter can be named <code>id</code>).
<nowiki>{{</nowiki>GNIS 4|''ID''}}
<nowiki>{{</nowiki>GNIS 4|id=''ID''}}
For GNIS features in Antarctica, add <code>|type=antarid</code>.
<nowiki>{{</nowiki>GNIS 4|''ID''|type=antarid}}
<nowiki>{{</nowiki>GNIS 4|id=''ID''|type=antarid}}
== TemplateData ==
{{TemplateDataHeader}}
<templatedata>{
"description": "This template generates an external link to a Feature Detail Report from the Geographic Names Information System (GNIS), published by the United States Geological Survey (USGS). The anchor text displayed for this external link is the GNIS Feature ID number.",
"params": {
"1": {
"label": "ID",
"aliases": ["id"],
"description": "GNIS Feature ID, a number without leading zeros.",
"type": "number",
"default": "",
"required": true
},
"type": {
"label": "Type",
"description": "Use the value 'antarid' (type=antarid) for features in Antarctica.",
"type": "string",
"default": "",
"required": false
}
}}</templatedata>
== Instructions ==
# Go to the [https://geonames.usgs.gov/apex/f?p=gnispq GNIS Feature Search] page.
# Search for the name, location, and/or class of the feature desired, e.g., to find a mountain called 'Mt. Foo', type '<code>mount foo</code>' in the Feature Name box and select 'Summit' from the Feature Class list.
# Copy the 'ID' number for the desired feature and insert it into the <code><nowiki>{{</nowiki>GNIS 4|...}}</code> template.
# The latitude and longitude can also be copied and used in the {{tlx|coord}} template, inserting the '{{para}}' vertical bar between degrees, minutes, seconds, and direction, e.g.: 441613N 0711812W → <code><nowiki>{{</nowiki>coord|44|16|13|N|071|18|12|W|region:US}}</code>
== Examples ==
URL: https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:871352
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 | 871352 }}</code>
** ''Result:'' {{GNIS 4 | 871352 }}
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 |id= 871352 }}</code>
** ''Result:'' {{GNIS 4 |id= 871352 }}
URL: https://geonames.usgs.gov/apex/f?p=gnispq:5:::NO::P5_ANTAR_ID:2828
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 | 2828 |type= antarid }}</code>
** ''Result:'' {{GNIS 4 | 2828 |type= antarid }}
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 |id= 2828 |type= antarid }}</code>
** ''Result:'' {{GNIS 4 |id= 2828 |type= antarid }}
== See also ==
Other GNIS templates:
* [[Template:GNIS]] – link with anchor text "U.S. Geological Survey Geographic Names Information System: ''Name''"
* [[Template:GNIS 2]] – link with anchor text "[1]" or "''Name''"
* [[Template:GNIS 3]] – link as bare [[URL]] only, without anchor text
* [[Template:Cite GNIS]] – link using the {{tl|Cite web}} template, for use as a reference
List of pages linking to [[Special:Linksearch/geonames.usgs.gov|geonames.usgs.gov]]:
* [[Special:Linksearch/geonames.usgs.gov/apex/f?p=gnispq]] (current format)
* [[Special:Linksearch/geonames.usgs.gov/pls/gnispublic/f?p=gnispq]] (old format)
Similar templates:
* [[Template:Mountain index row]] – includes an optional GNIS link
* [[Template:Cite cgndb]] – for links to [[Canadian Geographical Names Data Base]]
** [[Template:Cite bcgnis]] – for links to [[BC Geographical Names]] for British Columbia
* [[Template:GPN]] – for links to Gazetteer of Planetary Nomenclature
* [[Template:GEOnet2]] and [[Template:Cite GNS]] – for links to non-U.S. geographic feature names from [[GEOnet Names Server]]
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:United States government external link templates]]
}}</includeonly>
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
[[Template:GNIS 4]] generates an external link to a Feature Detail Report from the [[Geographic Names Information System]] (GNIS), published by the [[United States Geological Survey]] (USGS). The [[anchor text]] displayed for this external link is the GNIS Feature ID number.
== Usage ==
The only required parameter is the GNIS Feature ID number (optionally, this parameter can be named <code>id</code>).
<nowiki>{{</nowiki>GNIS 4|''ID''}}
<nowiki>{{</nowiki>GNIS 4|id=''ID''}}
For GNIS features in Antarctica, add <code>|type=antarid</code>.
<nowiki>{{</nowiki>GNIS 4|''ID''|type=antarid}}
<nowiki>{{</nowiki>GNIS 4|id=''ID''|type=antarid}}
== TemplateData ==
{{TemplateDataHeader}}
<templatedata>{
"description": "This template generates an external link to a Feature Detail Report from the Geographic Names Information System (GNIS), published by the United States Geological Survey (USGS). The anchor text displayed for this external link is the GNIS Feature ID number.",
"params": {
"1": {
"label": "ID",
"aliases": ["id"],
"description": "GNIS Feature ID, a number without leading zeros.",
"type": "number",
"default": "",
"required": true
},
"type": {
"label": "Type",
"description": "Use the value 'antarid' (type=antarid) for features in Antarctica.",
"type": "string",
"default": "",
"required": false
}
}}</templatedata>
== Instructions ==
# Go to the [https://geonames.usgs.gov/apex/f?p=gnispq GNIS Feature Search] page.
# Search for the name, location, and/or class of the feature desired, e.g., to find a mountain called 'Mt. Foo', type '<code>mount foo</code>' in the Feature Name box and select 'Summit' from the Feature Class list.
# Copy the 'ID' number for the desired feature and insert it into the <code><nowiki>{{</nowiki>GNIS 4|...}}</code> template.
# The latitude and longitude can also be copied and used in the {{tlx|coord}} template, inserting the '{{para}}' vertical bar between degrees, minutes, seconds, and direction, e.g.: 441613N 0711812W → <code><nowiki>{{</nowiki>coord|44|16|13|N|071|18|12|W|region:US}}</code>
== Examples ==
URL: https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:871352
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 | 871352 }}</code>
** ''Result:'' {{GNIS 4 | 871352 }}
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 |id= 871352 }}</code>
** ''Result:'' {{GNIS 4 |id= 871352 }}
URL: https://geonames.usgs.gov/apex/f?p=gnispq:5:::NO::P5_ANTAR_ID:2828
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 | 2828 |type= antarid }}</code>
** ''Result:'' {{GNIS 4 | 2828 |type= antarid }}
* ''Usage:'' <code><nowiki>{{</nowiki>GNIS 4 |id= 2828 |type= antarid }}</code>
** ''Result:'' {{GNIS 4 |id= 2828 |type= antarid }}
== See also ==
Other GNIS templates:
* [[Template:GNIS]] – link with anchor text "U.S. Geological Survey Geographic Names Information System: ''Name''"
* [[Template:GNIS 2]] – link with anchor text "[1]" or "''Name''"
* [[Template:GNIS 3]] – link as bare [[URL]] only, without anchor text
* [[Template:Cite GNIS]] – link using the {{tl|Cite web}} template, for use as a reference
List of pages linking to [[Special:Linksearch/geonames.usgs.gov|geonames.usgs.gov]]:
* [[Special:Linksearch/geonames.usgs.gov/apex/f?p=gnispq]] (current format)
* [[Special:Linksearch/geonames.usgs.gov/pls/gnispublic/f?p=gnispq]] (old format)
Similar templates:
* [[Template:Mountain index row]] – includes an optional GNIS link
* [[Template:Cite cgndb]] – for links to [[Canadian Geographical Names Data Base]]
** [[Template:Cite bcgnis]] – for links to [[BC Geographical Names]] for British Columbia
* [[Template:GPN]] – for links to Gazetteer of Planetary Nomenclature
* [[Template:GEOnet2]] and [[Template:Cite GNS]] – for links to non-U.S. geographic feature names from [[GEOnet Names Server]]
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:United States government external link templates]]
}}</includeonly>