틀:기업: 두 판 사이의 차이

식물 vs 좀비 위키
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
편집 요약 없음
1번째 줄: 1번째 줄:
<templatestyles src="기업/styles.css" />
<templatestyles src="기업/styles.css" />


<table class="company-infobox">
<div class="company-infobox">
<tr>
<div class="company-infobox__title">
<th colspan="2" class="company-infobox__title">
{{{이름|{{PAGENAME}}}}}
{{{이름|{{PAGENAME}}}}}
</th>
</div>
</tr>


{{#if:{{{로고|}}}|
<div class="company-infobox__panel">
<tr>
{{#if:{{{로고|}}}|
<td colspan="2" class="company-infobox__logo">
<div class="company-infobox__image">
[[파일:{{{로고}}}|200px]]
[[파일:{{{로고}}}|200px]]
</td>
</div>
</tr>
}}
}}


{{#if:{{{설립|}}}|
<table class="company-infobox__details">
<tr class="company-infobox__row">
{{#if:{{{설립|}}}|
<th scope="row">설립</th>
<tr>
<td>{{{설립}}}</td>
<th scope="row">설립</th>
</tr>
<td>{{{설립}}}</td>
}}
</tr>
}}


{{#if:{{{창립자|}}}|
{{#if:{{{창립자|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">창립자</th>
<th scope="row">창립자</th>
<td>{{{창립자}}}</td>
<td>{{{창립자}}}</td>
</tr>
</tr>
}}
}}


{{#if:{{{국가|}}}|
{{#if:{{{국가|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">국가</th>
<th scope="row">국가</th>
<td>{{{국가}}}</td>
<td>{{{국가}}}</td>
</tr>
</tr>
}}
}}


{{#if:{{{본사|}}}|
{{#if:{{{본사|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">본사</th>
<th scope="row">본사</th>
<td>{{{본사}}}</td>
<td>{{{본사}}}</td>
</tr>
</tr>
}}
}}


{{#if:{{{산업|}}}|
{{#if:{{{산업|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">산업</th>
<th scope="row">산업</th>
<td>{{{산업}}}</td>
<td>{{{산업}}}</td>
</tr>
</tr>
}}
}}


{{#if:{{{모기업|}}}|
{{#if:{{{모기업|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">모기업</th>
<th scope="row">모기업</th>
<td>{{{모기업}}}</td>
<td>{{{모기업}}}</td>
</tr>
</tr>
}}
}}


{{#if:{{{웹사이트|}}}|
{{#if:{{{웹사이트|}}}|
<tr class="company-infobox__row">
<tr>
<th scope="row">웹사이트</th>
<th scope="row">웹사이트</th>
<td>{{{웹사이트}}}</td>
<td>{{{웹사이트}}}</td>
</tr>
</tr>
}}
}}
</table>
</table>
</div>
</div>