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

JH. YQ留言 | 贡献
无编辑摘要
JH. YQ留言 | 贡献
无编辑摘要
第17行: 第17行:
     #if:{{{other_name|}}}|
     #if:{{{other_name|}}}|
     <tr>
     <tr>
         <th>Other names</th>
         <th>别名</th>
        <td>{{{other_name}}}</td>
    </tr>
}}
{{
    #if:{{{former_name|}}}|
    <tr>
        <th>曾用名</th>
         <td>{{{other_name}}}</td>
         <td>{{{other_name}}}</td>
     </tr>
     </tr>
第24行: 第31行:
     #if:{{{Location|}}}|
     #if:{{{Location|}}}|
     <tr>
     <tr>
         <th>Location</th>
         <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>附近100m範圍內的巴士站</th>
         <td>{{{opened}}}</td>
         <td>{{{accessible}}}</td>
     </tr>
     </tr>
}}
}}
</table>
</table>
</div>
</div>