Template:DNA sequence
From WikiMD's Wellness Encyclopedia
{{{1}}}
Template documentation
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:
.dna-sequence::before {
font-size: smaller;
vertical-align: super;
content: "5′";
}