打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:后土轨道交通车站状态标志:修订间差异

来自RIA | Wiki
An Night留言 | 贡献
样式确定,存个档
 
An Night留言 | 贡献
参数化
第1行: 第1行:
<span style="display: inline-block; padding: 0 12px; background-color: rgba(152,251,152,0.2); border-radius: 0.33rem; Color: DarkGreen; width: 4rem; text-align: center; border: 1px solid PaleGreen;">🚆运营中</span>
{{#ifeq:{{{1|运营中}}}|运营中|<span style="display: inline-block; padding: 0 12px; background-color: rgba(152,251,152,0.2); border-radius: 0.33rem; Color: DarkGreen; width: 4rem; text-align: center; border: 1px solid PaleGreen;">🚆运营中</span>|
  {{#ifeq:{{{1|运营中}}}|临停运营|<span style="display: inline-block; padding: 0 12px; background-color: rgba(175,238,238,0.2); border-radius: 0.33rem; Color: Teal; width: 4rem; text-align: center; border: 1px solid PaleTurquoise;">临停运营</span>|
    {{#ifeq:{{{1|运营中}}}|越行通过|<span style="display: inline-block; padding: 0 12px; background-color: rgba(245,222,179,0.2); border-radius: 0.33rem; Color: Chocolate; width: 4rem; text-align: center; border: 1px solid Wheat;">越行通过</span>|
      {{#ifeq:{{{1|运营中}}}|结构预留|<span style="display: inline-block; padding: 0 12px; background-color: rgba(255,192,203,0.1); border-radius: 0.33rem; Color: rgba(199,21,133,0.75); width: 4rem; text-align: center; border: 1px solid rgba(255,192,203,0.8);">结构预留</span>|
        {{#ifeq:{{{1|运营中}}}|施工中|<span style="display: inline-block; padding: 0 12px; background-color: rgba(211,211,211,0.2); border-radius: 0.33rem; Color: rgb(90,90,90); width: 4rem; text-align: center; border: 1px solid LightGray;">施工中</span>|
          {{#ifeq:{{{1|运营中}}}|规划中|<span style="display: inline-block; padding: 0 12px; background-color: rgba(211,211,211,0.2); border-radius: 0.33rem; Color: rgb(90,90,90); width: 4rem; text-align: center; border: 1px solid LightGray;">规划中</span>|
            未知状态
          }}
        }}
      }}
    }}
  }}
}}


<span style="display: inline-block; padding: 0 12px; background-color: rgba(175,238,238,0.2); border-radius: 0.33rem; Color: Teal; width: 4rem; text-align: center; border: 1px solid PaleTurquoise;">临停运营</span>
<noinclude>
 
<templatedata>
<span style="display: inline-block; padding: 0 12px; background-color: rgba(245,222,179,0.2); border-radius: 0.33rem; Color: Chocolate; width: 4rem; text-align: center; border: 1px solid Wheat;">越行通过</span>
{
 
"params": {
<span style="display: inline-block; padding: 0 12px; background-color: rgba(255,192,203,0.1); border-radius: 0.33rem; Color: rgba(199,21,133,0.75); width: 4rem; text-align: center; border: 1px solid rgba(255,192,203,0.8);">结构预留</span>
"1": {
 
"example": "运营中",
<span style="display: inline-block; padding: 0 12px; background-color: rgba(211,211,211,0.2); border-radius: 0.33rem; Color: rgb(90,90,90); width: 4rem; text-align: center; border: 1px solid LightGray;">施工中</span>
"type": "string",
 
"suggestedvalues": [
<span style="display: inline-block; padding: 0 12px; background-color: rgba(211,211,211,0.2); border-radius: 0.33rem; Color: rgb(90,90,90); width: 4rem; text-align: center; border: 1px solid LightGray;">规划中</span>
"运营中",
"临停运营",
"越行通过",
"结构预留",
"施工中",
"规划中"
],
"default": "运营中",
"required": true,
"suggested": true,
"aliases": [
"车站状态"
],
"description": "所有车站状态参考[[后土交通局铁路部]]"
}
},
"description": "添加一个后土轨道交通车站状态标志,标志含义参考[[后土交通局铁路部]]。"
}
</templatedata>
[[分类:后土铁路]]
</noinclude>

2025年8月12日 (二) 14:09的版本

🚆运营中


添加一个后土轨道交通车站状态标志,标志含义参考[[后土交通局铁路部]]。

模板参数[编辑模板数据]

参数描述类型状态
11 车站状态

所有车站状态参考[[后土交通局铁路部]]

推荐值
运营中 临停运营 越行通过 结构预留 施工中 规划中
默认值
运营中
示例值
运营中
字符串必需