قالب:DNA sequence
{{{1}}}
Template documentation
Template for producing a stretch of nucleotide sequence. Adds CSS class dna-sequence.
وسيط | وصف | نوع | حالة | |
---|---|---|---|---|
sequence | 1 | دون وصف | محتوى | اختياري |
type | type | replace the "dna" class with something else
| غير معروف | اختياري |
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′";
}
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |