Template:Infobox station: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="float: right> | |||
| | {| class="infobox toptextcells float-right" style="width: 300px; border: 3px solid #444444; padding: 1px; margin-left:2em; margin-bottom:2em; background-color: {{{15|#d8d8d8}}}; font-size:100%;" cellspacing="0" cellpadding="1" | ||
|- | |- | ||
!colspan="2" style="text-align:center; padding: 5px; font-size: 125%; font-weight: bold; background-color: {{{15|#d8d8d8}}}; color: #000000;" | <span style="margin:0px; padding:0px; line-height:100%;"><big>{{{1}}}</big></span> | |||
|- | |- | ||
| colspan="2" | | |colspan="2" style="border: 4px solid {{{16|d8d8d8}}}; background-color: {{{16|}}};" | | ||
|- | |- | ||
| | | | ||
|- | |- | ||
| | |colspan="2" style="border: 4px solid {{{17|d8d8d8}}}; background-color: {{{17|}}};" | | ||
|{{{ | |||
|- | |- | ||
| | | | ||
|- | |- | ||
| | |colspan="2" style="border: 4px solid {{{18|d8d8d8}}}; background-color: {{{18|}}};" | | ||
|{{{ | |||
|- | |- | ||
| | | | ||
|- | |- | ||
|''' | |<center>'''Line'''</center> | ||
|{{{ | |<center>{{{2|'''No line'''}}}</center> | ||
|- | |- | ||
|''' | |<center>'''Code'''</center> | ||
|{{{ | |<center>{{{3|No code}}}</center> | ||
|- | |- | ||
|''' | |<center>'''Service hours'''</center> | ||
|{{{ | |<center>{{{4|24 hours}}}</center> | ||
|- | |- | ||
|''' | |<center>'''District'''</center> | ||
|{{{ | |<center>{{{5|No district}}}</center> | ||
|- | |- | ||
|''' | |<center>'''Area'''</center> | ||
|{{{ | |<center>{{{6|No area}}}</center> | ||
|- | |- | ||
|''' | |<center>'''Opened'''</center> | ||
|{{{ | |<center>{{{7|Future Route}}}</center> | ||
|- | |- | ||
|''' | |<center>'''Type of Station'''</center> | ||
|{{{ | |<center>{{{8|Underground}}}</center> | ||
|- | |- | ||
|'''No. of Shops''' | |<center>'''Type of Platform'''</center> | ||
|{{{14|0}}} | |<center>{{{9|Island}}}</center> | ||
|- | |||
|<center>'''No. of Platform'''</center> | |||
|<center>{{{10|Unknown}}}</center> | |||
|- | |||
|<center>'''No. of Exits'''</center> | |||
|<center>{{{11|Unknown}}}</center> | |||
|- | |||
|<center>'''No. of Escalators'''</center> | |||
|<center>{{{12|Unknown}}}</center> | |||
|- | |||
|<center>'''No. of Lifts'''</center> | |||
|<center>{{{13|0}}}</center> | |||
|- | |||
|<center>'''No. of Shops'''</center> | |||
|<center>{{{14|0}}}</center> | |||
|- | |||
|colspan="2" style="border: 1px solid #444444; background-color: #444444;" | | |||
|- | |- | ||
| colspan="2" |<center><small>[[Template:Infobox station|How to use this template?]]</small></center> | | colspan="2" |<center><small>[[Template:Infobox station|How to use this template?]]</small></center> | ||
|} | |}</div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "Station Name", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"2": { | |||
"description": "Line(s)", | |||
"type": "content" | |||
}, | |||
"3": { | |||
"description": "Code", | |||
"type": "content", | |||
"default": "24 hours" | |||
}, | |||
"4": { | |||
"description": "Service hours", | |||
"type": "number", | |||
"default": "24 hours" | |||
}, | |||
"5": { | |||
"description": "District", | |||
"type": "content" | |||
}, | |||
"6": { | |||
"description": "Area", | |||
"type": "content", | |||
"default": "1th January 2000" | |||
}, | |||
"7": { | |||
"description": "Opened", | |||
"type": "date", | |||
"default": "1th January 2000" | |||
}, | |||
"8": { | |||
"description": "Type of Station", | |||
"default": "Underground", | |||
"type": "content" | |||
}, | |||
"9": { | |||
"description": "Type of Platform", | |||
"default": "Island" | |||
}, | |||
"10": { | |||
"description": "No. of Platform", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"11": { | |||
"description": "No. of Exits", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"12": { | |||
"description": "No. of Escalators", | |||
"type": "number" | |||
}, | |||
"13": { | |||
"description": "No. of Lifts", | |||
"type": "number" | |||
}, | |||
"14": { | |||
"description": "No. of Shops", | |||
"type": "number" | |||
}, | |||
"15": { | |||
"description": "Background Color", | |||
"default": "#d8d8d8" | |||
}, | |||
"16": { | |||
"description": "Line Color (1)", | |||
"default": "#d8d8d8" | |||
}, | |||
"17": { | |||
"description": "Line Color (2)", | |||
"default": "#d8d8d8" | |||
}, | |||
"18": { | |||
"description": "Line Color (3)", | |||
"default": "#d8d8d8" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"5", | |||
"6", | |||
"7", | |||
"8", | |||
"9", | |||
"10", | |||
"11", | |||
"12", | |||
"13", | |||
"14", | |||
"15", | |||
"16", | |||
"17", | |||
"18" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
<noinclude>[[Category:Templates]]</noinclude> |
Latest revision as of 09:03, 5 May 2024
{{{1}}} | |
---|---|
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Station Name | Content | suggested |
2 | 2 | Line(s) | Content | optional |
3 | 3 | Code
| Content | optional |
4 | 4 | Service hours
| Number | optional |
5 | 5 | District | Content | optional |
6 | 6 | Area
| Content | optional |
7 | 7 | Opened
| Date | optional |
8 | 8 | Type of Station
| Content | optional |
9 | 9 | Type of Platform
| Unknown | optional |
10 | 10 | No. of Platform | Number | suggested |
11 | 11 | No. of Exits | Number | suggested |
12 | 12 | No. of Escalators | Number | optional |
13 | 13 | No. of Lifts | Number | optional |
14 | 14 | No. of Shops | Number | optional |
15 | 15 | Background Color
| Unknown | optional |
16 | 16 | Line Color (1)
| Unknown | optional |
17 | 17 | Line Color (2)
| Unknown | optional |
18 | 18 | Line Color (3)
| Unknown | optional |