Template: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′";
}