跳至內容

模板:DNA序列

維基百科,自由的百科全書

{{{1}}}

文件圖示 模板文件

Template for producing a stretch of nucleotide sequence. Adds CSS class dna-sequence.

模板參數[編輯模板資料]

此模板以參數行內格式為優先。

參數描述類型狀態
sequence1

沒有描述

內容非必填
typetype

replace the "dna" class with something else

預設
dna
範例
aa; rna
不明非必填

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