Difference between revisions of "Template:Infobox crater/doc"
Jump to navigation
Jump to search
imported>Jonesey95 (more cleanup after move) |
imported>Ikluft (move see-also links to instructions for templates about craters on Earth or the Moon) |
||
| Line 30: | Line 30: | ||
==Usage== | ==Usage== | ||
This template is intended to be used to create other templates for standardized crater data infoboxes for various solar system bodies. | This template is intended to be used to create other templates for standardized crater data infoboxes for various solar system bodies. | ||
| + | |||
| + | For impact craters and structures on Earth, use {{tl|Infobox terrestrial impact site}}. For impact craters on the Moon, use {{tl|Infobox lunar crater or mare}}. | ||
Its parameters are: | Its parameters are: | ||
| Line 67: | Line 69: | ||
== Tracking category == | == Tracking category == | ||
* {{clc|Pages using infobox crater with unknown parameters}} | * {{clc|Pages using infobox crater with unknown parameters}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
Revision as of 04:08, 8 October 2019
| This is a documentation subpage for Template:Infobox crater. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Template:Uses Wikidata Template:Parameter names example
Blank template
{{Infobox crater
|title = {{subst:PAGENAME}}
|titlecolor =
|image =
|caption =
|coordinates = <!-- {{coord|LAT|N/S|LON|E/W|globe:GLOBE_type:landmark|display=inline,title}} -->
|coordinates_footnotes = <!-- use <ref> tags -->
|globe =
|globe_type =
|quadrangle =
|diameter =
|depth =
|discoverer =
|eponym =
}}
Title Colors
- Mars - #FA8072
- Mercury - #D8BBA6
- Venus - #EDD58B
Usage
This template is intended to be used to create other templates for standardized crater data infoboxes for various solar system bodies.
For impact craters and structures on Earth, use {{Infobox terrestrial impact site}}. For impact craters on the Moon, use {{Infobox lunar crater or mare}}.
Its parameters are:
- titlecolor - background color for the title bar
- title - defaults to "Crater characteristics"
- image - an optional image
- caption - an optional caption for the image
- region - an optional freeform row where one may indicate a region the crater is in (e.g., Mare Imbrium, Shakespeare quadrangle)
- coordinate_title - the header for the geographic coordinates entry, defaults to [[Geographic coordinate system|Coordinates]]. The next four parameters are used to define the geographic location:
- coordinates - use {{coord}} with "display=inline,title"
- coordinates_footnotes - text to appear after the coordinates, wrapped in a <ref></ref> tag
- globe - the planet, dwarf planet, or natural satellite which the crater is located on. Also informs the "coord" template which page of external map links to use. Should be capitalized and not wikilinked (for example,
Marsnotmarsnor[[Mars]]). - globe_type - optional, type of body the crater is located on. May be wikilinked. Defaults to
[[Planet]]. - diameter - diameter of the crater, generally in kilometers
- depth - optional, depth of crater
- discoverer - optional, name of the person or probe that discovered the crater
- eponym - optional, for whom or what the crater has been named
Here's an example usage of the template with various pass-through parameters defined:
{{Infobox crater
|title={{subst:PAGENAME}}
|titlecolor =
|image = {{{image|}}}
|caption= {{{caption|}}}
|coordinates = {{{coordinates|}}}
|coordinates_footnotes = {{{coordinates_footnotes|}}}
|globe = Mars
|globe_type = [[Planet]]
|diameter = {{{diameter|}}}
|depth = {{{depth|}}}
|discoverer={{{discoverer|}}}
|eponym ={{{eponym|}}}
}}
Tracking category