Template:Infobox genome
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.
This template produces a table describing the information about the genome of a given organism.
Usage
| [[File:{{{image}}}|{{{image_size}}}|upright=1.16]] {{{caption}}} | |
| NCBI genome ID | {{{taxId}}} |
|---|---|
| Specimen sequenced | {{{specimen}}} |
| Ploidy | {{{ploidy}}} |
| Genome size | {{{size}}} |
| Number of chromosomes | {{{chromosomes}}} |
| Number of genes | {{{genes}}} |
| Protein-coding | {{{protein-coding}}} |
| Year of completion | {{{year}}} |
| Sequenced organelle | {{{organelle}}} |
| Organelle size | {{{organelle-size}}} |
| Year of completion | {{{organelle-year}}} |
{{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 -->
| specimen = <!-- specimen, individual or cultivar sequenced-->
| ploidy = <!-- haploid, diploid or polypoloid -->
| chromosomes = <!-- number (unit is pairs) -->
| size = <!-- number (unit is Mb) -->
| genes = <!-- number of genes -->
| protein-coding = <!-- number of coding regions -->
| year =
| organelle = <!-- type of organelle sequenced -->
| organelle-size = <!-- number (unit is Mb) -->
| organelle-year = <!-- year of sequencing of organelle -->
}}
GenomeInfo for short, this template produces a table describing the information about the genome of a given organism.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image | image | Karyotype, for instance
| Unknown | optional |
| imageclass | imageclass | CSS class of image element | String | optional |
| image_size | image_size | no description | Unknown | optional |
| caption | caption | no description | String | optional |
| taxId | taxId | genome ID on NCBI Genome website (or another type of ID if type parameter is set to different value)
| String | optional |
| type | type | type of NCBI ID
| String | optional |
| specimen | specimen | specimen, individual or cultivar sequenced
| String | optional |
| ploidy | ploidy | no description
| String | optional |
| size | size | Size of genome in Mb | Number | optional |
| chromosomes | chromosomes | number of chromosome pairs
| Number | optional |
| genes | genes | no description | Unknown | optional |
| protein-coding | protein-coding | 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 |
| ucsc_assembly | ucsc_assembly | no description | Unknown | optional |
| alt | alt | image alt text for accessibility | String | suggested |