Template:DNA sequence
{{{1}}}

Template for producing a stretch of nucleotide sequence. Adds CSS class dna-sequence.
Parameter | Description | Type | Status | |
---|---|---|---|---|
sequence | 1 | no description | Content | optional |
type | type | replace the "dna" class with something else
| Unknown | optional |
CSS
The CSS class can be used in user styles to customize the formatting of DNA sequences. For example, to add a 5' marker: <syntaxhighlight lang="css"> .dna-sequence::before {
font-size: smaller; vertical-align: super; content: "5′";
} </syntaxhighlight>