Difference between revisions of "Template:Infobox genome/doc"
Jump to navigation
Jump to search
imported>Rotideypoc41352 (→Purpose: capitalization →TemplateData: filled parts of it out based on existing template code and documentation) |
imported>Rotideypoc41352 (→TemplateData: updated to add alt parameter documentation) |
||
| Line 67: | Line 67: | ||
"organelle-size": {}, | "organelle-size": {}, | ||
"organelle-year": {}, | "organelle-year": {}, | ||
| − | "ucsc_assembly": {} | + | "ucsc_assembly": {}, |
| + | "alt": { | ||
| + | "description": "image alt text for accessibility", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | } | ||
}, | }, | ||
"description": "GenomeInfo for short, this template produces a table describing the information about the genome of a given organism.", | "description": "GenomeInfo for short, this template produces a table describing the information about the genome of a given organism.", | ||
Latest revision as of 17:51, 6 May 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 -->
}}
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 |
| 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 |
| Ploidy | ploidy | no description
| String | optional |
| Size | size | Size of genome in Mb | Number | optional |
| Chromosomes | chromosomes | number of chromosome pairs
| Number | 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 |