Template: CitePub: Difference between revisions
From Innovation
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
이 템플릿은 SMW 쿼리에서 한 논문 항목을 BibTeX 스타일로 렌더링하는 데 사용됩니다. | 이 템플릿은 SMW 쿼리에서 한 논문 항목을 BibTeX 스타일로 렌더링하는 데 사용됩니다. | ||
사용법 | ==사용법== | ||
<pre> | |||
{{#ask: [[Year::2026]] | |||
| ?Author | |||
| valuesep = ; | |||
| ?Title | |||
| ?Venue | |||
| ?Volume | |||
| ?Issue | |||
| ?Pages | |||
| ?Year | |||
| ?DOI | |||
| sort=Title | |||
| order=asc | |||
| format=template | |||
| template=CitePub | |||
| named args=yes | |||
| limit=200 | |||
| default= | |||
}} | |||
</pre> | |||
쿼리에서 다음 properties를 이 순서로 넘기면 자동으로 named argument로 매핑됩니다: | 쿼리에서 다음 properties를 이 순서로 넘기면 자동으로 named argument로 매핑됩니다: | ||
?Author, ?Title, ?Venue, ?Volume, ?Issue, ?Pages, ?Year, ?DOI | ?Author, ?Title, ?Venue, ?Volume, ?Issue, ?Pages, ?Year, ?DOI | ||
</noinclude><includeonly> | |||
* '''Type''' (선택): Journal / Conference / Workshop / Preprint — 논문 종류에 따라 색상 뱃지 표시 | |||
== 함께 쓰는 템플릿 == | |||
* [[Template:CitePat]] — 특허, 소프트웨어 저작권 | |||
</noinclude><includeonly><div class="cite-pub" style="margin:8px 0; padding:12px 12px; border-left:4px solid #1a73e8; background:#fafbfd; border-radius:0 4px 4px 0; line-height:1.6;"> | |||
<div class="cite-pub-title" style="font-size:105%; font-weight:bold; color:#1a3a6c; margin-bottom:4px;">{{#if:{{{DOI|}}}|[https://doi.org/{{{DOI}}} {{{Title|}}}]|{{{Title|}}}}}</div> | |||
<div class="cite-pub-authors" style="font-size:93%; color:#444; margin-bottom:4px;">{{{Author|}}}</div> | |||
<div class="cite-pub-meta" style="font-size:90%; color:#555;">{{#if:{{{Venue|}}}|<span style="font-style:italic; color:#7a3a1a;">{{{Venue}}}</span>}}{{#if:{{{Volume|}}}|, vol. {{{Volume}}}{{#if:{{{Issue|}}}|, no. {{{Issue}}}}}}}{{#if:{{{Pages|}}}|, pp. {{{Pages}}}}}{{#if:{{{Year|}}}| <span style="display:inline-block; background:#1a73e8; color:#fff; padding:1px 1px; border-radius:10px; font-size:85%; font-weight:bold; margin-left:6px;">{{{Year}}}</span>}}{{#if:{{{Type|}}}| <span class="cite-pub-type cite-pub-type-{{lc:{{{Type}}}}}" style="display:inline-block; padding:1px 1px; border-radius:10px; font-size:80%; font-weight:bold; margin-left:4px; {{#switch:{{lc:{{{Type}}}}} | |||
|journal=background:#1ea84a; color:#fff; | |||
|conference=background:#e8741a; color:#fff; | |||
|workshop=background:#a89a1a; color:#fff; | |||
|preprint=background:#888; color:#fff; | |||
|#default=background:#888; color:#fff; | |||
}}">{{{Type}}}</span>}}</div> | |||
{{#if:{{{DOI|}}}|<div class="cite-pub-doi" style="font-size:82%; color:#888; margin-top:4px;">DOI: [https://doi.org/{{{DOI}}} {{{DOI}}}]</div>}} | |||
</div></includeonly> | |||
Latest revision as of 22:54, 2 May 2026
이 템플릿은 SMW 쿼리에서 한 논문 항목을 BibTeX 스타일로 렌더링하는 데 사용됩니다.
사용법
{{#ask: [[Year::2026]]
| ?Author
| valuesep = ;
| ?Title
| ?Venue
| ?Volume
| ?Issue
| ?Pages
| ?Year
| ?DOI
| sort=Title
| order=asc
| format=template
| template=CitePub
| named args=yes
| limit=200
| default=
}}
쿼리에서 다음 properties를 이 순서로 넘기면 자동으로 named argument로 매핑됩니다: ?Author, ?Title, ?Venue, ?Volume, ?Issue, ?Pages, ?Year, ?DOI
- Type (선택): Journal / Conference / Workshop / Preprint — 논문 종류에 따라 색상 뱃지 표시
함께 쓰는 템플릿
- Template:CitePat — 특허, 소프트웨어 저작권