打开/关闭菜单
9
15
19
421
跨群系线铁路系统官方wiki站
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Test:修订间差异

来自跨群系线铁路系统官方wiki站
无编辑摘要
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
{| class="wikitable"
{| class="infobox floatright"
!变量
|-class="infobox-image"
!对应内容
| {{#if:{{{Picture|}}}|[[文件:{{{Picture|}}}|center|400px|link=]]<p style="text-align:center; padding-top:-10px;">{{{Description|}}}</p>|}}
!是否必填
|-class="infobox-title" style="text-align:center;"
!可选值
! <span>{{#if:{{{Logo|}}}|[[文件:{{{Logo|}}}|x24px|link=]]|[[文件:Train.svg|x24px|link=]]}}{{{Name|}}}</span>
!输出结果
|-class="infobox-data infobox-col1"
!备注
! <hr/>
|-
|-class="infobox-data infobox-col2"
|Picture
! 运营地点
|图片
| {{{Location|}}}
|
|-class="infobox-data infobox-col2"
|
! 服务类型
|
| {{{Type|}}}
|例:MetroNebulaeWorld.png
|-class="infobox-data infobox-col2"
|-
! 所属系统
|Description
| {{{System|}}}
|图片下的介绍
|-class="infobox-data infobox-col2"
|
! 目前状况
|
| {{{Situation|}}}
|
|-class="infobox-data infobox-col2"
|仅在“Picture”有指定值时生效
! 起点站
|-
| {{{Start|}}}
|Logo
|-class="infobox-data infobox-col2"
|运营方Logo
! 终点站
|
| {{{End|}}}
|
|-class="infobox-data infobox-col1"
|
! 英文代号
|无需填写“文件:
| {{{English|}}}
无指定值则显示为中国国铁标志
|-class="infobox-data infobox-col1"
|-
! <hr/>
|Name
|-class="infobox-data infobox-col2"
|线路名
! 线路结构
|
| {{{Structure|}}}
|
|-class="infobox-data infobox-col2"
|
! 线路长度
|例:星云轨道交通星云世界线
| {{{Length|}}}
|-
|-class="infobox-data infobox-col2"
|Location
! 最高速度
|运营地点
| {{{Speed|}}}
|
|-class="infobox-data infobox-col2"
|
! 正线数目
|
| {{{Lines|}}}
|例:星云市
|-class="infobox-data infobox-col2"
|-
! 车站数目
|Type
| {{{Stations|}}}
|服务类型
|-class="infobox-data infobox-col2"
|
! 轨距
|
| {{{Gauge|}}}
|
|-class="infobox-data infobox-col2"
|例:通勤铁路
! 电气化方式
|-
| {{{Electrification|}}}
|System
|-class="infobox-data infobox-col2"
|所属系统
! 列车编组
|
| {{{Formation|}}}
|
|-class="infobox-data infobox-col1"
|
! <hr/>
|例:星云市域铁路
|-class="infobox-data infobox-col2"
|-
! 开通运营
|Situation
| {{#if:{{{Opening|}}}|{{{Opening|}}}|暂未开通}}
|目前状况
|-class="infobox-data infobox-col2"
|
! {{#if:{{{Extending|}}}|最近延伸|}}
|
| {{{Extending|}}}
|
|-class="infobox-data infobox-col2"
|例:建设中
! 拥有者
|-
| {{{Owner|}}}
|Start
|-class="infobox-data infobox-col2"
|起点站
! 运营者
|
|style="margin-bottom: 14px"| {{{Operator|}}}
|
|
|
|-
|End
|终点站
|
|
|
|
|-
|English
|英文代号
|
|
|
|
|-
|Structure
|线路结构
|
|
|
|例:地下、高架
|-
|Length
|线路长度
|
|
|
|例:0.00km (0.00mi)
|-
|Speed
|最高速度
|
|
|
|例:120千米/小时
|-
|Lines
|正线数目
|
|
|
|例:2条
|-
|Stations
|车站数目
|
|
|
|例:4个
|-
|Gauge
|轨距
|
|
|
|例:1,435毫米(准轨)
|-
|Electrification
|电气化方式
|
|
|
|例:AC 2.5kV 接触网供电
|-
|Formation
|列车编组
|
|
|
|例:4节/8节地铁D型车
|-
|Opening
|开通运营
|
|
|
|
|-
|Extending
|最近延伸
|
|
|
|
|-
|Owner
|拥有者
|
|
|
|例:星云轨道交通集团有限公司
|-
|Operator
|运营者
|是
|
|
|例:星云地铁第二运营有限公司
|}
|}
.infobox {
overflow: visible;
width: 100%;
max-width: 400px;
margin-top: 0;
margin-bottom: 1.6rem!important;
background: var(--color-surface-2);
border-radius: 8px;
border-spacing: 0;
box-shadow: var(--box-shadow-card);
font-size: 0.875rem;
text-align: left;
}
.infobox tbody {
display: flex;
flex-wrap: wrap;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
margin-top: 10px;
}
.infobox th,
.infobox td {
padding: 0 5px;
}
.infobox .infobox-nocol {
width: 100%;
flex-direction: row;
}
.infobox .infobox-nocol th {
width: 30%;
}
.infobox .infobox-nocol td {
width: 70%;
}
.infobox .infobox-col1 {
width: 100%;
}
.infobox .infobox-col2 {
width: 50%;
}
.infobox .infobox-col3 {
width: calc( 100% / 3 );
}
.infobox .infobox-col4 {
width: 25%;
}
.infobox-data {
min-width: 25%;
}
.infobox .infobox-image {
overflow: hidden;
padding: 0;
margin-top: 0;
border-radius: 8px 8px 0 0;
}
.infobox-image td {
padding: 0;
}
.infobox-image th{
padding: 0;
}
.infobox-image--light .image {
background: #eaecf0;
}
.infobox-image--dark .image {
background: #2b2f36;
}
.infobox-image .image:hover img {
transform: scale( 1.1 );
}
.infobox-image .image img {
display: block;
max-width: 100%;
background: var( --background-color-quiet--hover );
}
.infobox-image .image img[ src$='.svg' ] {
background: #eaecf0;
}
.infobox .infobox-title {
width: 100%;
margin-top: 20px;
margin-bottom: 5px;
color: var( --color-base--emphasized );
font-size: 1.4rem;
line-height: 1.4;
}
.infobox .infobox-title span img {
position: relative;
margin-top: -4px;
margin-right: 4px;
}
.infobox .infobox-indicator {
margin-top: 0;
padding: 0;
}
.infobox .infobox-subtitle {
margin-top: -5px;
margin-bottom: 5px;
}
.infobox .infobox-indicator th,
.infobox .infobox-subtitle th {
display: none;
}
.infobox .infobox-header {
width: 100%;
padding-top: 15px;
    border-top: 1px solid;
border-color: var( --border-color-base );
margin-top: 15px;
color: var( --color-base--emphasized );
font-size: 1rem;
}
.infobox-data th {
color: var( --color-base--subtle );
font-size: 0.8125rem;
font-weight: normal;
letter-spacing: 0.75px;
}
.infobox-data td {
font-weight: 600;
}
.infobox-data ul,
.infobox-data ol {
margin-top: 0;
}
.infobox .infobox-button-bar {
width: 100%;
padding: 0;
margin-top: 25px;
text-align: center;
}
.infobox-button-bar th {
padding: 0;
}
.infobox tr:first-of-type .mw-collapsible-toggle {
position: relative;
display: none;
float: none;
}
.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text {
position: absolute;
right: 0;
display: block;
padding: 5px 15px;
background: var( --color-destructive );
border-radius: 0 var( --border-radius--medium );
color: #fff;
}
.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:hover {
background: var( --color-destructive--hover );
}
.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:active {
background: var( --color-destructive--active );
}
.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text {
background: var( --color-primary );
}
.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:hover {
background: var( --color-primary--hover );
}
.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:active {
background: var( --color-primary--active );
}
.infobox tr:first-of-type .mw-collapsible-toggle:before,
.infobox tr:first-of-type .mw-collapsible-toggle:after {
content: none;
}
@media only screen and ( max-width: 720px ) {
.infobox {
margin-right: auto;
margin-left: auto;
}
.infobox tr:first-of-type .mw-collapsible-toggle {
display: block;
}
}
.floatright:disabled {
margin: 0;
}
.card-button a:hover {
text-decoration: unset!important;
}

2025年1月5日 (日) 02:16的最新版本

文件:Train.svg

运营地点
服务类型
所属系统
目前状况
起点站
终点站
英文代号

线路结构
线路长度
最高速度
正线数目
车站数目
轨距
电气化方式
列车编组

开通运营 暂未开通
拥有者
运营者

.infobox { overflow: visible; width: 100%; max-width: 400px; margin-top: 0; margin-bottom: 1.6rem!important; background: var(--color-surface-2); border-radius: 8px; border-spacing: 0; box-shadow: var(--box-shadow-card); font-size: 0.875rem; text-align: left; }

.infobox tbody { display: flex; flex-wrap: wrap; }

.infobox tr { display: flex; box-sizing: border-box; flex-direction: column; padding: 0 10px; margin-top: 10px; }

.infobox th, .infobox td { padding: 0 5px; }

.infobox .infobox-nocol { width: 100%; flex-direction: row; }

.infobox .infobox-nocol th { width: 30%; }

.infobox .infobox-nocol td { width: 70%; }

.infobox .infobox-col1 { width: 100%; }

.infobox .infobox-col2 { width: 50%; }

.infobox .infobox-col3 { width: calc( 100% / 3 ); }

.infobox .infobox-col4 { width: 25%; }

.infobox-data { min-width: 25%; }

.infobox .infobox-image { overflow: hidden; padding: 0; margin-top: 0; border-radius: 8px 8px 0 0; }

.infobox-image td { padding: 0; }

.infobox-image th{ padding: 0; }

.infobox-image--light .image { background: #eaecf0; }

.infobox-image--dark .image { background: #2b2f36; }

.infobox-image .image:hover img { transform: scale( 1.1 ); }

.infobox-image .image img { display: block; max-width: 100%; background: var( --background-color-quiet--hover ); }

.infobox-image .image img[ src$='.svg' ] { background: #eaecf0; }

.infobox .infobox-title { width: 100%; margin-top: 20px; margin-bottom: 5px; color: var( --color-base--emphasized ); font-size: 1.4rem; line-height: 1.4; }

.infobox .infobox-title span img { position: relative; margin-top: -4px; margin-right: 4px; }

.infobox .infobox-indicator { margin-top: 0; padding: 0; }

.infobox .infobox-subtitle { margin-top: -5px; margin-bottom: 5px; }

.infobox .infobox-indicator th, .infobox .infobox-subtitle th { display: none; }

.infobox .infobox-header { width: 100%; padding-top: 15px;

   border-top: 1px solid;

border-color: var( --border-color-base ); margin-top: 15px; color: var( --color-base--emphasized ); font-size: 1rem; }

.infobox-data th { color: var( --color-base--subtle ); font-size: 0.8125rem; font-weight: normal; letter-spacing: 0.75px; }

.infobox-data td { font-weight: 600; }

.infobox-data ul, .infobox-data ol { margin-top: 0; }

.infobox .infobox-button-bar { width: 100%; padding: 0; margin-top: 25px; text-align: center; }

.infobox-button-bar th { padding: 0; }

.infobox tr:first-of-type .mw-collapsible-toggle { position: relative; display: none; float: none; }

.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text { position: absolute; right: 0; display: block; padding: 5px 15px; background: var( --color-destructive ); border-radius: 0 var( --border-radius--medium ); color: #fff; }

.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:hover { background: var( --color-destructive--hover ); }

.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:active { background: var( --color-destructive--active ); }

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text { background: var( --color-primary ); }

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:hover { background: var( --color-primary--hover ); }

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:active { background: var( --color-primary--active ); }

.infobox tr:first-of-type .mw-collapsible-toggle:before, .infobox tr:first-of-type .mw-collapsible-toggle:after { content: none; }

@media only screen and ( max-width: 720px ) { .infobox { margin-right: auto; margin-left: auto; }

.infobox tr:first-of-type .mw-collapsible-toggle { display: block; } }

.floatright:disabled {

margin: 0; }

.card-button a:hover { text-decoration: unset!important; }