틀:기업: 두 판 사이의 차이
식물 vs 좀비 위키
편집 요약 없음 태그: 모바일 편집 모바일 웹 편집 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
<templatestyles src="기업/styles.css" /> | <templatestyles src="기업/styles.css" /> | ||
< | <div class="company-infobox"> | ||
<div class="company-infobox__title"> | |||
< | |||
{{{이름|{{PAGENAME}}}}} | {{{이름|{{PAGENAME}}}}} | ||
</ | </div> | ||
{{#if:{{{로고|}}}| | <div class="company-infobox__panel"> | ||
< | {{#if:{{{로고|}}}| | ||
<div class="company-infobox__image"> | |||
[[파일:{{{로고}}}|200px]] | |||
</div> | |||
}} | |||
}} | |||
{{#if:{{{설립|}}}| | <table class="company-infobox__details"> | ||
<tr | {{#if:{{{설립|}}}| | ||
<tr> | |||
<th scope="row">설립</th> | |||
</tr> | <td>{{{설립}}}</td> | ||
}} | </tr> | ||
}} | |||
{{#if:{{{창립자|}}}| | {{#if:{{{창립자|}}}| | ||
<tr | <tr> | ||
<th scope="row">창립자</th> | |||
<td>{{{창립자}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{국가|}}}| | {{#if:{{{국가|}}}| | ||
<tr | <tr> | ||
<th scope="row">국가</th> | |||
<td>{{{국가}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{본사|}}}| | {{#if:{{{본사|}}}| | ||
<tr | <tr> | ||
<th scope="row">본사</th> | |||
<td>{{{본사}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{산업|}}}| | {{#if:{{{산업|}}}| | ||
<tr | <tr> | ||
<th scope="row">산업</th> | |||
<td>{{{산업}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{모기업|}}}| | {{#if:{{{모기업|}}}| | ||
<tr | <tr> | ||
<th scope="row">모기업</th> | |||
<td>{{{모기업}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{웹사이트|}}}| | {{#if:{{{웹사이트|}}}| | ||
<tr | <tr> | ||
<th scope="row">웹사이트</th> | |||
<td>{{{웹사이트}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</div> | |||
</div> | |||
