행위

"Infobox(책)"의 두 판 사이의 차이

라이언의 꿀팁백과

(새 문서: <noinclude> <templatedata> { "params": { "제목": { "type": "string", "required": true }, "저자": { "type": "string", "required": true }, "옮긴이": {}, "삽화가": {}, "출판사": { "type": "string", "required": true }, "출판연도": { "type": "string" }, "분류": {}, "쪽수": { "type": "number" }, "ISBN": { "type": "number" } }, "description": "책에 대한 설명을 작성하는 Infobox", "paramOrder": [...)
 
43번째 줄: 43번째 줄:
</templatedata>
</templatedata>
</noinclude>
</noinclude>
<div class="infobox">
<div class="infobox-title">{{{제목|{{PAGENAME}}}}}</div>{{#if:{{{포스터|}}}|
<div class="infobox-image">[[File:{{{포스터}}}|100%]]</div>}}
<table>{{#if:{{{제목|}}}|<tr>
    <th>제목</th>
    <td>{{{제목}}}</td>
</tr>}}{{#if:{{{저자|}}}|<tr>
    <th>저자</th>
    <td>{{{저자}}}</td>
</tr>}}{{#if:{{옮긴이|}}}|<tr>
    <th>옮긴이</th>
    <td>{{{옮긴이}}}</td>
</tr>}}{{#if:{{{삽화가|}}}|<tr>
    <th>삽화가</th>
    <td>{{{삽화가}}}</td>
</tr>}}{{#if:{{{출판사|}}}|<tr>
    <th>출판사</th>
    <td>{{{출판사}}}</td>
</tr>}}{{#if:{{{출판연도|}}}|<tr>
    <th>출판연도</th>
    <td>{{{출판연도}}}</td>
</tr>}}{{#if:{{{쪽수|}}}|<tr>
    <th>쪽수</th>
    <td>{{{쪽수}}}</td>
</tr>}}{{#if:{{{ISBN|}}}|<tr>
    <th>ISBN</th>
    <td>{{{ISBN}}}</td>
</tr>}}</table>
</div>

2022년 1월 1일 (토) 12:58 판

책에 대한 설명을 작성하는 Infobox

틀 변수

변수설명형식상태
제목제목

설명 없음

문자열필수
저자저자

설명 없음

문자열필수
옮긴이옮긴이

설명 없음

알 수 없음선택 사항
삽화가삽화가

설명 없음

알 수 없음선택 사항
출판사출판사

설명 없음

문자열필수
출판연도출판연도

설명 없음

문자열선택 사항
분류분류

설명 없음

알 수 없음선택 사항
쪽수쪽수

설명 없음

숫자선택 사항
ISBNISBN

설명 없음

숫자선택 사항


Infobox(책)
옮긴이 {{{옮긴이}}}