首页
随机
登录
设置
关于東莞道路研究社
免责声明
東莞道路研究社
搜索
查看“︁Template:車站資訊框”︁的源代码
←
Template:車站資訊框
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面已受到保护,以防止编辑或其他操作。
您可以查看和复制此页面的源代码。
<div class="infobox" style="width: 300px;"> <div class="infobox-title" style=" background-color:aqua;"> {{{title|{{PAGENAME}}}}} </div> {{ #if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px|{{{text}}}]]</div> }} <table> <tr> <th colspan="2" style="text-align: center; background-color:aqua; width: 300px">巴士站信息</th> </tr> {{ #if:{{{other_name|}}}| <tr> <th>别名</th> <td>{{{other_name}}}</td> </tr> }} {{ #if:{{{former_name|}}}| <tr> <th>曾用名</th> <td>{{{other_name}}}</td> </tr> }} {{ #if:{{{address|}}}| <tr> <th>位置</th> <td>{{{address}}}</td> </tr> }} {{ #if:{{{owned|}}}| <tr> <th>管理方</th> <td>{{{owned}}}</td> </tr> }} {{ #if:{{{operator|}}}| <tr> <th>營運方</th> <td>{{{operator}}}</td> </tr> }} {{ #if:{{{dimensions|}}}| <tr> <th>面積</th> <td>{{{dimensions}}}</td> </tr> }} {{ #if:{{{attribute|}}}| <tr> <th>巴士站性質</th> <td>{{{attribute}}}</td> </tr> }} {{ #if:{{{opened|}}}| <tr> <th>啟用日期</th> <td>{{{opened}}}</td> </tr> }} {{ #if:{{{facilities|}}}| <tr> <th>配套設施</th> <td>{{{facilities}}}</td> </tr> }} {{ #if:{{{bus_stand|}}}| <tr> <th>站台/卡位數量</th> <td>{{{bus_stand}}}</td> </tr> }} {{ #if:{{{bus_routes|}}}| <tr> <th>停靠線路數目</th> <td>{{{bus_routes}}}</td> </tr> }} {{ #if:{{{accessible|}}}| <tr> <th>附近巴士站</th> <td>{{{accessible}}}</td> </tr> }} </table> </div>
返回
Template:車站資訊框
。