Template:車站資訊框:修订间差异
创建页面,内容为“<div class="infobox"> <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;width: 400px; background-color:aqua;">General information</th> </tr> {{ #if:{{{Location|}}}| <tr> <th>Location</th> <td>{{{Location}}}</td> </tr…” |
小 已保护“Template:車站資訊框”([编辑=仅允许管理员](无限期)) |
||
(未显示2个用户的9个中间版本) | |||
第1行: | 第1行: | ||
<div class="infobox"> | <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}}}}} | ||
第11行: | 第11行: | ||
<table> | <table> | ||
<tr> | <tr> | ||
<th colspan="2" style="text-align: center | <th colspan="2" style="text-align: center; background-color:aqua; width: 300px">巴士站信息</th> | ||
</tr> | </tr> | ||
{{ | {{ | ||
#if:{{{ | #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> | <tr> | ||
<th> | <th>位置</th> | ||
<td>{{{ | <td>{{{address}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{owned|}}}| | #if:{{{owned|}}}| | ||
<tr> | <tr> | ||
<th> | <th>管理方</th> | ||
<td>{{{owned}}}</td> | <td>{{{owned}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{operator|}}}| | #if:{{{operator|}}}| | ||
<tr> | <tr> | ||
<th> | <th>營運方</th> | ||
<td>{{{operator}}}</td> | <td>{{{operator}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{ | #if:{{{dimensions|}}}| | ||
<tr> | <tr> | ||
<th> | <th>面積</th> | ||
<td>{{{ | <td>{{{dimensions}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{ | #if:{{{attribute|}}}| | ||
<tr> | <tr> | ||
<th> | <th>巴士站性質</th> | ||
<td>{{{ | <td>{{{attribute}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{ | #if:{{{opened|}}}| | ||
<tr> | <tr> | ||
<th> | <th>啟用日期</th> | ||
<td>{{{ | <td>{{{opened}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | {{ | ||
#if:{{{ | #if:{{{facilities|}}}| | ||
<tr> | <tr> | ||
<th> | <th>配套設施</th> | ||
<td>{{{ | <td>{{{facilities}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{ | |||
#if:{{{bus_stand|}}}| | |||
<tr> | <tr> | ||
<th | <th>站台/卡位數量</th> | ||
<td>{{{bus_stand}}}</td> | |||
</tr> | </tr> | ||
}} | |||
{{ | {{ | ||
#if:{{{ | #if:{{{bus_routes|}}}| | ||
<tr> | <tr> | ||
<th> | <th>停靠線路數目</th> | ||
<td>{{{ | <td>{{{bus_routes}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
第89行: | 第94行: | ||
#if:{{{accessible|}}}| | #if:{{{accessible|}}}| | ||
<tr> | <tr> | ||
<th> | <th>附近巴士站</th> | ||
<td>{{{accessible}}}</td> | <td>{{{accessible}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</div> | </div> |