模板:DNA序列
外觀
{{{1}}}
模板文件
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′";
}