Template:Infobox tree: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Documentation subpage}} | ||
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> | |||
| | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
| | |||
| | |||
| image | For ''individual'' trees. | ||
| | {{Infobox tree | ||
|name = General Sherman | |||
|image = United States - California - Sequoia National Park - General Sherman Tree - Panorama.jpg | |||
|image_caption = A view of the General Sherman, the largest single stem tree in the world | |||
|image_size = 128 | |||
|map = California | |||
|map_size = 160 | |||
|relief = 1 | |||
|species = Giant sequoia | |||
|binomial = ''[[Sequoiadendron giganteum]]'' | |||
|coordinates = {{coord|36|34|54|N|118|45|05.5|W|region:US_type:landmark|display=inline|format=dms}} | |||
|height = {{Convert|83.8|m|ft|abbr=on}} | |||
|diameter = {{Convert|7.7|m|ft|abbr=on}} | |||
|volume = {{Convert|1487|m3|ft3|abbr=on}} | |||
|seeded = 700–300 BC | |||
}} | |||
== Blank template == | |||
<syntaxhighlight lang="wikitext" style="width: 48em;"> | |||
{{Infobox tree | |||
| name= | |||
| image= | |||
| image_size= | |||
| alt= | |||
| image_caption= | |||
| map= | |||
| map_alt= | |||
| map_size= | |||
| map_caption= | |||
| relief= | |||
| | | label_position= | ||
| map_image= | |||
| native_name=<!-- {{native name}} or {{native name list}} --> | |||
| species= | |||
| binomial= | |||
| location= | |||
| height= | |||
| girth= | |||
| diameter= | |||
| volume= | |||
| coordinates=<!-- {{coord|LAT|LON|type:landmark_region:XX|display=inline,title}} --> | |||
| seeded=<!-- {{Start date|YYYY|MM|DD|df=y}} if after XXXX --> | |||
| felled=<!-- {{End date|YYYY|MM|DD|df=y}} --> | |||
| custodian= | |||
| website=<!-- {{URL|example.com}} --> | |||
}} | |||
</syntaxhighlight> | |||
| | == Parameters == | ||
; name : Name of the tree | |||
; image : Image of the tree, omitting the [[Help:Link|wikilink brackets]] and the "file:" or "image:" | |||
; image_size : Specify a pixel width for the image.<br /> Example: <code>map_size=230</code> (not <code>map_size=230px</code>). | |||
; alt : [[WP:ALT|Alt text]] for image, for people who can't see the image | |||
; image_caption : Image caption | |||
; map : The name of the map template used to construct location map, see [[Template:Location map#Available map templates]] <br /> Example: [[Module:Location map/data/USA Alabama|USA Alabama]]. | |||
; map_alt : [[WP:ALT|Alt text]] for image. | |||
; map_size : Specify a pixel width for the map image.<br /> Example: <code>map_size=230</code> (not <code>map_size=230px</code>). | |||
; map_caption : Text displayed below the map image. <br /> Example: FooTown | |||
; relief : Set this to <code>y</code> or any non-blank value to use a [[relief mapping (computer graphics)|relief map]] image provided by the selected location map template (if a relief map is available). For additional information, see [[Template:Location map#Relief parameter]]. | |||
; label_position : The position of the label on the pushpin location map relative to the pushpin mark. Valid values are left, right, top and bottom. This defaults to either left or right, depending on the coordinates of the marker and its position relative to the right border of the map image. | |||
; map_image : Image of a map of the tree, omitting the [[Help:Link|wikilink brackets]] and the "file:" or "image:" | |||
; native_name : Name of the tree in the local language, if different from '''name''' – use {{tl|native name}} or, for multiple names, use {{tl|native name list}} | |||
; species : The common name of the [[List of trees and shrubs by taxonomic family|tree's species]]<br /> Example: "Giant sequoia" | |||
; binomial : The scientific name of the tree's species. Please also include ''italic'' wiki markup and wikilink brackets<br /> Example: <code><nowiki>''[[Sequoiadendron giganteum]]''</nowiki></code> | |||
; location : Location of the tree | |||
; height : The [[tree height measurement]]. Use {{Tl|Convert}} to list both metres and feet<br /> Example: <code><nowiki>{{convert|10|m|ft|abbr=on}}</nowiki></code> | |||
; girth : The [[tree girth measurement]]<br/>Example: <code><nowiki>{{convert|10|m|ft|abbr=on}}</nowiki></code> | |||
; diameter : The diameter<br /> Example: <code><nowiki>{{convert|10|m|ft|abbr=on}}</nowiki></code> | |||
; volume : The [[tree volume measurement]]. Use {{Tl|Convert}} to list both cubic metres and cubic feet<br /> Example: <code><nowiki>{{Convert|10|m3|ft3|abbr=on}}</nowiki></code> | |||
; coordinates : Latitude and longitude. Use {{Tl|Coord}}; see that template's documentation for usage information. | |||
; seeded : Date seeded. Use {{Tl|Start date}} if after XXXX | |||
; felled : Date felled, if applicable | |||
; custodian : Custodian of the tree | |||
; website : Official or primary website. Use the template {{tl|URL}}. <br /> Example: <nowiki>{{URL|example.org}}</nowiki> | |||
| | ===Mapframe map=== | ||
| | A [[Template:Mapframe|Mapframe]] map is automatically included if: | ||
| | * There are coordinates specified on the page's Wikidata item | ||
* It has not been turned off by setting {{para|mapframe|no}} | |||
* Either another type of map has not been set, or {{para|mapframe|yes}} is set | |||
The following parameters are available for adjusting the mapframe map: | |||
{{Infobox mapframe/doc/parameters | |||
|mapframe={{kbd|no}} if a pushpin map or map image is specified, {{kbd|yes}} otherwise | |||
|mapframe-marker={{kbd|museum}} | |||
}} | |||
==TemplateData== | |||
{{TemplateData header}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": {"type": "wiki-file-name"}, | |||
"image_caption": {}, | |||
"image_size": {}, | |||
"map": {}, | |||
"map_size": {}, | |||
"species": {}, | |||
"binomial": {}, | |||
"height": {}, | |||
"diameter": {}, | |||
"volume": {}, | |||
"seeded": { | |||
"example": "{{Start date|YYYY|MM|DD|df=y}}" | |||
}, | |||
"relief": {}, | |||
"coordinates": { | |||
"example": "{{coord|LAT|LON|type:landmark_region:XX|display=inline,title}}" | |||
}, | |||
"felled": { | |||
"example": "{{End date|YYYY|MM|DD|df=y}}" | |||
}, | |||
"custodian": {}, | |||
"website": { | |||
"example": "{{URL|example.com}}" | |||
}, | |||
"map_alt": {}, | |||
"map_caption": {}, | |||
"alt": {}, | |||
"native_name": {}, | |||
"location": {}, | |||
"girth": {}, | |||
"label": {}, | |||
"label_position": {}, | |||
"map_image": {} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
== Microformats == | |||
{{UF-hcard-geo}} | |||
{{UF-species}} | |||
== Tracking category == | |||
* {{clc|Pages using infobox tree with unknown parameters}} | |||
<includeonly>{{Sandbox other|| | |||
<!-- Categories go here, and interwikis go in Wikidata --> | |||
[[Category:Templates that add a tracking category]] | |||
| | }}</includeonly> | ||
Revision as of 03:03, 27 May 2023
This template uses Lua: |
For individual trees.
This template uses Lua: |
For individual trees. Template loop detected: Template:Infobox tree
Blank template
{{Infobox tree
| name=
| image=
| image_size=
| alt=
| image_caption=
| map=
| map_alt=
| map_size=
| map_caption=
| relief=
| label_position=
| map_image=
| native_name=<!-- {{native name}} or {{native name list}} -->
| species=
| binomial=
| location=
| height=
| girth=
| diameter=
| volume=
| coordinates=<!-- {{coord|LAT|LON|type:landmark_region:XX|display=inline,title}} -->
| seeded=<!-- {{Start date|YYYY|MM|DD|df=y}} if after XXXX -->
| felled=<!-- {{End date|YYYY|MM|DD|df=y}} -->
| custodian=
| website=<!-- {{URL|example.com}} -->
}}
Parameters
- name
- Name of the tree
- image
- Image of the tree, omitting the wikilink brackets and the "file:" or "image:"
- image_size
- Specify a pixel width for the image.
Example:map_size=230
(notmap_size=230px
). - alt
- Alt text for image, for people who can't see the image
- image_caption
- Image caption
- map
- The name of the map template used to construct location map, see Template:Location map#Available map templates
Example: USA Alabama. - map_alt
- Alt text for image.
- map_size
- Specify a pixel width for the map image.
Example:map_size=230
(notmap_size=230px
). - map_caption
- Text displayed below the map image.
Example: FooTown - relief
- Set this to
y
or any non-blank value to use a relief map image provided by the selected location map template (if a relief map is available). For additional information, see Template:Location map#Relief parameter. - label_position
- The position of the label on the pushpin location map relative to the pushpin mark. Valid values are left, right, top and bottom. This defaults to either left or right, depending on the coordinates of the marker and its position relative to the right border of the map image.
- map_image
- Image of a map of the tree, omitting the wikilink brackets and the "file:" or "image:"
- native_name
- Name of the tree in the local language, if different from name – use {{native name}} or, for multiple names, use {{native name list}}
- species
- The common name of the tree's species
Example: "Giant sequoia" - binomial
- The scientific name of the tree's species. Please also include italic wiki markup and wikilink brackets
Example:''[[Sequoiadendron giganteum]]''
- location
- Location of the tree
- height
- The tree height measurement. Use {{Convert}} to list both metres and feet
Example:{{convert|10|m|ft|abbr=on}}
- girth
- The tree girth measurement
Example:{{convert|10|m|ft|abbr=on}}
- diameter
- The diameter
Example:{{convert|10|m|ft|abbr=on}}
- volume
- The tree volume measurement. Use {{Convert}} to list both cubic metres and cubic feet
Example:{{Convert|10|m3|ft3|abbr=on}}
- coordinates
- Latitude and longitude. Use {{Coord}}; see that template's documentation for usage information.
- seeded
- Date seeded. Use {{Start date}} if after XXXX
- felled
- Date felled, if applicable
- custodian
- Custodian of the tree
- website
- Official or primary website. Use the template {{URL}}.
Example: {{URL|example.org}}
Mapframe map
A Mapframe map is automatically included if:
- There are coordinates specified on the page's Wikidata item
- It has not been turned off by setting
|mapframe=no
- Either another type of map has not been set, or
|mapframe=yes
is set
The following parameters are available for adjusting the mapframe map: Template:Infobox mapframe/doc/parameters
TemplateData
TemplateData for Infobox tree
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | File | optional |
image_caption | image_caption | no description | Unknown | optional |
image_size | image_size | no description | Unknown | optional |
map | map | no description | Unknown | optional |
map_size | map_size | no description | Unknown | optional |
species | species | no description | Unknown | optional |
binomial | binomial | no description | Unknown | optional |
height | height | no description | Unknown | optional |
diameter | diameter | no description | Unknown | optional |
volume | volume | no description | Unknown | optional |
seeded | seeded | no description
| Unknown | optional |
relief | relief | no description | Unknown | optional |
coordinates | coordinates | no description
| Unknown | optional |
felled | felled | no description
| Unknown | optional |
custodian | custodian | no description | Unknown | optional |
website | website | no description
| Unknown | optional |
map_alt | map_alt | no description | Unknown | optional |
map_caption | map_caption | no description | Unknown | optional |
alt | alt | no description | Unknown | optional |
native_name | native_name | no description | Unknown | optional |
location | location | no description | Unknown | optional |
girth | girth | no description | Unknown | optional |
label | label | no description | Unknown | optional |
label_position | label_position | no description | Unknown | optional |
map_image | map_image | no description | Unknown | optional |
Microformats
The HTML markup produced by this template includes an hCard microformat, which makes the place-name and location parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.
Sub-templates
If the place or venue has "established", "founded", "opened" or similar dates, use {{start date}} for the earliest of those dates unless the date is before 1583 CE.
If it has a URL, use {{URL}}.
Please do not remove instances of these sub-templates.
Classes
hCard uses HTML classes including:
- adr
- agent
- category
- county-name
- extended-address
- fn
- label
- locality
- nickname
- note
- org
- region
- street-address
- uid
- url
- vcard
Geo is produced by calling {{coord}}, and uses HTML classes:
- geo
- latitude
- longitude
Please do not rename or remove these classes nor collapse nested elements which use them.
Precision
When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name=
parameter.
This template emits a "species" (or "biota") microformat.
The microformat is created by the use of class="biota"
, and classes for individual taxonomic ranks, such as class="domain"
in a span around {{{domain}}} (full list). Please do not change or remove those classes other than as part of development of the microformat. For background information, see microformats on Wikipedia and the microformat specification.
Tracking category
Blank template
{{Infobox tree
| name=
| image=
| image_size=
| alt=
| image_caption=
| map=
| map_alt=
| map_size=
| map_caption=
| relief=
| label_position=
| map_image=
| native_name=<!-- {{native name}} or {{native name list}} -->
| species=
| binomial=
| location=
| height=
| girth=
| diameter=
| volume=
| coordinates=<!-- {{coord|LAT|LON|type:landmark_region:XX|display=inline,title}} -->
| seeded=<!-- {{Start date|YYYY|MM|DD|df=y}} if after XXXX -->
| felled=<!-- {{End date|YYYY|MM|DD|df=y}} -->
| custodian=
| website=<!-- {{URL|example.com}} -->
}}
Parameters
- name
- Name of the tree
- image
- Image of the tree, omitting the wikilink brackets and the "file:" or "image:"
- image_size
- Specify a pixel width for the image.
Example:map_size=230
(notmap_size=230px
). - alt
- Alt text for image, for people who can't see the image
- image_caption
- Image caption
- map
- The name of the map template used to construct location map, see Template:Location map#Available map templates
Example: USA Alabama. - map_alt
- Alt text for image.
- map_size
- Specify a pixel width for the map image.
Example:map_size=230
(notmap_size=230px
). - map_caption
- Text displayed below the map image.
Example: FooTown - relief
- Set this to
y
or any non-blank value to use a relief map image provided by the selected location map template (if a relief map is available). For additional information, see Template:Location map#Relief parameter. - label_position
- The position of the label on the pushpin location map relative to the pushpin mark. Valid values are left, right, top and bottom. This defaults to either left or right, depending on the coordinates of the marker and its position relative to the right border of the map image.
- map_image
- Image of a map of the tree, omitting the wikilink brackets and the "file:" or "image:"
- native_name
- Name of the tree in the local language, if different from name – use {{native name}} or, for multiple names, use {{native name list}}
- species
- The common name of the tree's species
Example: "Giant sequoia" - binomial
- The scientific name of the tree's species. Please also include italic wiki markup and wikilink brackets
Example:''[[Sequoiadendron giganteum]]''
- location
- Location of the tree
- height
- The tree height measurement. Use {{Convert}} to list both metres and feet
Example:{{convert|10|m|ft|abbr=on}}
- girth
- The tree girth measurement
Example:{{convert|10|m|ft|abbr=on}}
- diameter
- The diameter
Example:{{convert|10|m|ft|abbr=on}}
- volume
- The tree volume measurement. Use {{Convert}} to list both cubic metres and cubic feet
Example:{{Convert|10|m3|ft3|abbr=on}}
- coordinates
- Latitude and longitude. Use {{Coord}}; see that template's documentation for usage information.
- seeded
- Date seeded. Use {{Start date}} if after XXXX
- felled
- Date felled, if applicable
- custodian
- Custodian of the tree
- website
- Official or primary website. Use the template {{URL}}.
Example: {{URL|example.org}}
Mapframe map
A Mapframe map is automatically included if:
- There are coordinates specified on the page's Wikidata item
- It has not been turned off by setting
|mapframe=no
- Either another type of map has not been set, or
|mapframe=yes
is set
The following parameters are available for adjusting the mapframe map: Template:Infobox mapframe/doc/parameters
TemplateData
TemplateData for Infobox tree
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | File | optional |
image_caption | image_caption | no description | Unknown | optional |
image_size | image_size | no description | Unknown | optional |
map | map | no description | Unknown | optional |
map_size | map_size | no description | Unknown | optional |
species | species | no description | Unknown | optional |
binomial | binomial | no description | Unknown | optional |
height | height | no description | Unknown | optional |
diameter | diameter | no description | Unknown | optional |
volume | volume | no description | Unknown | optional |
seeded | seeded | no description
| Unknown | optional |
relief | relief | no description | Unknown | optional |
coordinates | coordinates | no description
| Unknown | optional |
felled | felled | no description
| Unknown | optional |
custodian | custodian | no description | Unknown | optional |
website | website | no description
| Unknown | optional |
map_alt | map_alt | no description | Unknown | optional |
map_caption | map_caption | no description | Unknown | optional |
alt | alt | no description | Unknown | optional |
native_name | native_name | no description | Unknown | optional |
location | location | no description | Unknown | optional |
girth | girth | no description | Unknown | optional |
label | label | no description | Unknown | optional |
label_position | label_position | no description | Unknown | optional |
map_image | map_image | no description | Unknown | optional |
Microformats
The HTML markup produced by this template includes an hCard microformat, which makes the place-name and location parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.
Sub-templates
If the place or venue has "established", "founded", "opened" or similar dates, use {{start date}} for the earliest of those dates unless the date is before 1583 CE.
If it has a URL, use {{URL}}.
Please do not remove instances of these sub-templates.
Classes
hCard uses HTML classes including:
- adr
- agent
- category
- county-name
- extended-address
- fn
- label
- locality
- nickname
- note
- org
- region
- street-address
- uid
- url
- vcard
Geo is produced by calling {{coord}}, and uses HTML classes:
- geo
- latitude
- longitude
Please do not rename or remove these classes nor collapse nested elements which use them.
Precision
When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name=
parameter.
This template emits a "species" (or "biota") microformat.
The microformat is created by the use of class="biota"
, and classes for individual taxonomic ranks, such as class="domain"
in a span around {{{domain}}} (full list). Please do not change or remove those classes other than as part of development of the microformat. For background information, see microformats on Wikipedia and the microformat specification.
Tracking category