Template:車站資訊框:修订间差异

JH. YQ留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
已保护“Template:車站資訊框”​([编辑=仅允许管理员](无限期))
 
(未显示2个用户的5个中间版本)
第1行: 第1行:
<div class="infobox" style="width: 400px;">
<div class="infobox" style="width: 300px;">
<div class="infobox-title" style=" background-color:aqua;">
<div class="infobox-title" style=" background-color:aqua;">
{{{title|{{PAGENAME}}}}}
{{{title|{{PAGENAME}}}}}
第6行: 第6行:
{{
{{
     #if:{{{image|}}}|
     #if:{{{image|}}}|
     <div class="infobox-image">[[File:{{{image}}}|400px|{{{text}}}]]</div>
     <div class="infobox-image">[[File:{{{image}}}|300px|{{{text}}}]]</div>
}}
}}


<table>
<table>
     <tr>
     <tr>
         <th colspan="2" style="text-align: center; background-color:aqua; width: 400px">巴士站信息</th>
         <th colspan="2" style="text-align: center; background-color:aqua; width: 300px">巴士站信息</th>
     </tr>
     </tr>


第17行: 第17行:
     #if:{{{other_name|}}}|
     #if:{{{other_name|}}}|
     <tr>
     <tr>
         <th>Other names</th>
         <th>别名</th>
         <td>{{{other_name}}}</td>
         <td>{{{other_name}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{Location|}}}|
     #if:{{{former_name|}}}|
     <tr>
     <tr>
         <th>Location</th>
         <th>曾用名</th>
        <td>{{{other_name}}}</td>
    </tr>
}}
{{
    #if:{{{address|}}}|
    <tr>
        <th>位置</th>
         <td>{{{address}}}</td>
         <td>{{{address}}}</td>
     </tr>
     </tr>
第31行: 第38行:
     #if:{{{owned|}}}|
     #if:{{{owned|}}}|
     <tr>
     <tr>
         <th>Owned by</th>
         <th>管理方</th>
         <td>{{{owned}}}</td>
         <td>{{{owned}}}</td>
     </tr>
     </tr>
第38行: 第45行:
     #if:{{{operator|}}}|
     #if:{{{operator|}}}|
     <tr>
     <tr>
         <th>Operated by</th>
         <th>營運方</th>
         <td>{{{operator}}}</td>
         <td>{{{operator}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{bus_routes|}}}|
     #if:{{{dimensions|}}}|
     <tr>
     <tr>
         <th>Bus routes</th>
         <th>面積</th>
         <td>{{{bus_routes}}}</td>
         <td>{{{dimensions}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{bus_stands|}}}|
     #if:{{{attribute|}}}|
     <tr>
     <tr>
         <th>Bus stands</th>
         <th>巴士站性質</th>
         <td>{{{bus_stands}}}</td>
         <td>{{{attribute}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{bus_operators|}}}|
     #if:{{{opened|}}}|
     <tr>
     <tr>
         <th>Bus operators</th>
         <th>啟用日期</th>
         <td>{{{bus_operators}}}</td>
         <td>{{{opened}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{connections|}}}|
     #if:{{{facilities|}}}|
     <tr>
     <tr>
         <th>Connections</th>
         <th>配套設施</th>
         <td>{{{connections}}}</td>
         <td>{{{facilities}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{structure|}}}|
     #if:{{{bus_stand|}}}|
     <tr>
     <tr>
         <th>Structure type</th>
         <th>站台/卡位數量</th>
         <td>{{{structure}}}</td>
         <td>{{{bus_stand}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{accessible|}}}|
     #if:{{{bus_routes|}}}|
     <tr>
     <tr>
         <th>Accessible</th>
         <th>停靠線路數目</th>
         <td>{{{accessible}}}</td>
         <td>{{{bus_routes}}}</td>
     </tr>
     </tr>
}}
}}
{{
{{
     #if:{{{opened|}}}|
     #if:{{{accessible|}}}|
     <tr>
     <tr>
         <th>Opened</th>
         <th>附近巴士站</th>
         <td>{{{opened}}}</td>
         <td>{{{accessible}}}</td>
     </tr>
     </tr>
}}
}}
</table>
</table>
</div>
</div>