Difference between revisions of "Template:Infobox tree/doc"
Jump to navigation
Jump to search
imported>Pigsonthewing |
imported>Plantdrew (Template Data values) |
||
| Line 50: | Line 50: | ||
</includeonly> | </includeonly> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "name": { | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | }, | ||
| + | "image": { | ||
| + | "type": "wiki-file-name", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "alt": { | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "image_caption": { | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "native_name": { | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "native_name_lang": {}, | ||
| + | "species": { | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "binomial": { | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "location": {}, | ||
| + | "coordinates": {}, | ||
| + | "seeded": {}, | ||
| + | "felled": {}, | ||
| + | "custodian": {}, | ||
| + | "website": {} | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 04:09, 12 December 2016
| This is a documentation subpage for Template:Infobox tree. It contains usage information, categories and other content that is not part of the original template page. |
For individual trees.
Usage
- name
- Name of the individual tree
- image
- alt
- image_caption
- native_name
- Name in non-English language
- native_name_lang
- ISO code
- species
- The vernacular name of the species
- binominal
- The scientific name of the species
- location
- Place
- coordinates
- Use {{coord}}
- seeded
- use {{Start date}} if after XXXX
- felled
- use {{End date}}
- custodian
- The owner or manager of the site
- website
- An official or definitive record of the tree
Blank
{{Infobox tree
| name =
| image =
| alt =
| image_caption =
| native_name =
| native_name_lang =
| species =
| binominal =
| location =
| 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}} -->
}}
Microformats
Template:UF-hcard-geo Template:UF-species
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Image | image | no description | File | suggested |
| Alt | alt | no description | String | optional |
| Image_caption | image_caption | no description | String | optional |
| Native_name | native_name | no description | String | optional |
| Native_name_lang | native_name_lang | no description | Unknown | optional |
| Species | species | no description | String | optional |
| Binomial | binomial | no description | String | optional |
| Location | location | no description | Unknown | optional |
| Coordinates | coordinates | no description | Unknown | optional |
| Seeded | seeded | no description | Unknown | optional |
| Felled | felled | no description | Unknown | optional |
| Custodian | custodian | no description | Unknown | optional |
| Website | website | no description | Unknown | optional |