틀:Doi

위키백과 ― 우리 모두의 백과사전.

DOI:{{{id}}} Doi는 디지털 콘텐츠 식별자 (DOI)로 링크를 걸때 사용합니다. 보통 저널 논문 등에 이용됩니다.

[편집] Examples

{{doi|10.1016/j.coi.2004.08.001}}이라고 쓰면:

DOI:10.1016/j.coi.2004.08.001

If the DOI contains characters such as > and <, that causes the display to break, one may the id and label variables. The id variable represent a URL encoded version of the DOI, with the label is the normal DOI:

{{doi
  | id = 10.1175/1520-0442(2002)015%3C0487:SOCASI%3E2.0.CO;2 
  | label = 10.1175/1520-0442(2002)015<0487:SOCASI>2.0.CO;2
 }}

produces:

DOI:10.1175/1520-0442(2002)015<0487:SOCASI>2.0.CO;2

The escape code for < is %3C. For >, it is %3E

다른 언어