"틀:Hcp"의 두 판 사이의 차이
(태그: 편집 취소) |
|||
| 1번째 줄: | 1번째 줄: | ||
| − | < | + | <includeonly> |
| − | cellspacing=" | + | <table class="Info" style="width:400px; font-size:90%; border:1px dotted #cccccc; margin: 0px 2px 15px 15px;" cellspacing="10" align="right"> |
| − | + | <tr> | |
| − | + | <td colspan="2" style="background:#4A7C99; color:#ffffff; text-align:center;"><b>{{{대표명칭|}}}<br/>{{{위치|}}}</b></td> | |
| − | + | </tr> | |
| − | {{ | + | <tr> |
| − | [[ | + | <td colspan="2"> {{#if:{{{사진}}} | [[file:{{{사진|}}}|360px|thumb|center|{{{사진출처|}}}]]}}</td> |
| − | + | </tr> | |
| − | + | <tr> | |
| − | | | + | <td colspan="2" style="background:#4A7C99; color:#ffffff; text-align:center;"></td> |
| − | + | </tr> | |
| − | style="width: | + | {{#if:{{{대표명칭|}}} | <tr> |
| − | |- | + | <th style="text-align:center; width:20%;">대표명칭</th> |
| − | + | <td style="text-align:center; width:40%;">{{{대표명칭|}}}</td> | |
| − | + | </tr> }} | |
| − | + | {{#if:{{{위치|}}} | <tr> | |
| − | |- | + | <th style="text-align:center;">위치</th> |
| − | | | + | <td style="text-align:center;">{{{위치|}}}</td> |
| − | | | + | </tr> }} |
| − | | | + | {{#if:{{{VR|}}} | <tr> |
| − | + | <th style="text-align:center;">VR</th> | |
| + | <td style="text-align:center;">{{{VR|}}}</td> | ||
| + | </tr> }} | ||
| + | {{#if:{{{위도|}}} | <tr> | ||
| + | <th style="text-align:center; width:20%;">위도</th> | ||
| + | <td style="text-align:center; width:40%;">{{{위도|}}}</td> | ||
| + | </tr> }} | ||
| + | {{#if:{{{경도|}}} | <tr> | ||
| + | <th style="text-align:center; width:20%;">경도</th> | ||
| + | <td style="text-align:center; width:40%;">{{{경도|}}}</td> | ||
| + | </tr> }} | ||
| + | <tr> | ||
| + | <td colspan="2"> | ||
| + | {{#tag:googlemap | ||
| + | |{{{위도|}}}, {{{경도|}}}, '''{{{대표명칭|}}}'''<br/>위도: {{{위도|}}}, 경도: {{{경도|}}} | ||
| + | |type=normal | ||
| + | |zoom=8 | ||
| + | |width=100% | ||
| + | |height=250 | ||
| + | |lat={{{위도|}}} | ||
| + | |lon={{{경도|}}} | ||
| + | }} | ||
| + | </td> }} | ||
| + | </table> | ||
| + | </includeonly> | ||