Template: ResearcherCard: Difference between revisions

From Innovation
Jump to: navigation, search
Bulk import from Excel
 
No edit summary
Line 10: Line 10:
<div style="font-size:85%; color:#666; margin-bottom:6px;">{{{NameEng|}}}</div>
<div style="font-size:85%; color:#666; margin-bottom:6px;">{{{NameEng|}}}</div>
{{#if: {{{Keyword|}}}
{{#if: {{{Keyword|}}}
  | <div style="margin:6px 0;"><span style="background:#e8f0fe; color:#1a73e8; padding:2px 10px; border-radius:10px; font-size:80%;">{{{Keyword}}}</span></div>
  | <div style="margin:6px 0;">{{#arraymap:{{{Keyword}}}|,|@@@|<span style="background:#e8f0fe; color:#1a73e8; padding:2px 10px; border-radius:10px; font-size:80%; margin:2px; display:inline-block;">@@@</span>| }}</div>
}}
}}
{{#if: {{{Major|}}}
{{#if: {{{Major|}}}
Line 22: Line 22:
}}
}}
</div></includeonly>
</div></includeonly>

Revision as of 12:44, 30 May 2026

이 template은 구성원 페이지의 카드 표시에 사용됩니다. 직접 사용하지 않고 #ask 쿼리의 template 인자로 호출됩니다.