Difference between revisions of "Template:Infobox genome/doc"
Jump to navigation
Jump to search
imported>Zackmann08 (+Category:Biology infobox templates) |
imported>Artoria2e5 (→Usage) |
||
| Line 11: | Line 11: | ||
| image = <!-- Karyotype, for instance --> | | image = <!-- Karyotype, for instance --> | ||
| caption = | | caption = | ||
| + | | type = <!-- defaults to "genome", can be "nucleotide" or anything too --> | ||
| taxId = <!-- genome ID on NCBI Genome website --> | | taxId = <!-- genome ID on NCBI Genome website --> | ||
| ploidy = <!-- haploid, diploid or polypoloid --> | | ploidy = <!-- haploid, diploid or polypoloid --> | ||
| Line 26: | Line 27: | ||
[[Category:Biology infobox templates]] | [[Category:Biology infobox templates]] | ||
</includeonly> | </includeonly> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "image": {}, | ||
| + | "image_size": {}, | ||
| + | "caption": {}, | ||
| + | "taxId": {}, | ||
| + | "type": {}, | ||
| + | "ploidy": {}, | ||
| + | "size": {}, | ||
| + | "chromosomes": {}, | ||
| + | "year": {}, | ||
| + | "organelle": {}, | ||
| + | "organelle-size": {}, | ||
| + | "organelle-year": {} | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 09:16, 19 January 2020
| This is a documentation subpage for Template:Infobox genome. It contains usage information, categories and other content that is not part of the original template page. |
Purpose
This template produces a table describing the information about the Genome of a given organism.
Usage
Template:Parameter names example
{{Infobox genome <!-- a.k.a GenomeInfo for short -->
| image = <!-- Karyotype, for instance -->
| caption =
| type = <!-- defaults to "genome", can be "nucleotide" or anything too -->
| taxId = <!-- genome ID on NCBI Genome website -->
| ploidy = <!-- haploid, diploid or polypoloid -->
| chromosomes = <!-- number (unit is pairs) -->
| size = <!-- number (unit is Mb) -->
| year =
| organelle = <!-- type of organelle sequenced -->
| organelle-size = <!-- number (unit is Mb) -->
| organelle-year = <!-- year of sequencing of organelle -->
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | no description | Unknown | optional |
| Image_size | image_size | no description | Unknown | optional |
| Caption | caption | no description | Unknown | optional |
| TaxId | taxId | no description | Unknown | optional |
| Type | type | no description | Unknown | optional |
| Ploidy | ploidy | no description | Unknown | optional |
| Size | size | no description | Unknown | optional |
| Chromosomes | chromosomes | no description | Unknown | optional |
| Year | year | no description | Unknown | optional |
| Organelle | organelle | no description | Unknown | optional |
| Organelle-size | organelle-size | no description | Unknown | optional |
| Organelle-year | organelle-year | no description | Unknown | optional |