-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathfaq.html
More file actions
136 lines (122 loc) · 7.67 KB
/
Copy pathfaq.html
File metadata and controls
136 lines (122 loc) · 7.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<title>常見問題 FAQ | 台灣鐵路/軌道運行圖</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="台灣鐵路運行圖常見問題:哪裡可以看運行圖、怎麼查某個車次或車站、資料多久更新、資料來源是哪、能不能查歷史日期。" />
<meta name="keywords" content="台灣鐵路運行圖,運行圖哪裡看,車次查詢,車站查詢,歷史運行圖,台鐵時刻表,常見問題,FAQ" />
<meta name="robots" content="index,follow" />
<meta name="author" content="呂卓勳 Cho-Hsun Lu" />
<link rel="canonical" href="https://tradiagram.com/faq.html" />
<meta property="og:title" content="常見問題 FAQ | 台灣鐵路/軌道運行圖" />
<meta property="og:description" content="台灣鐵路運行圖常見問題:哪裡看、怎麼查車次或車站、資料多久更新、資料來源、歷史運行圖。" />
<meta property="og:image" content="https://tradiagram.com/images/og-cover.png" />
<meta property="og:url" content="https://tradiagram.com/faq.html" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="zh_TW" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="Shortcut Icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="css/web.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "首頁", "item": "https://tradiagram.com/" },
{ "@type": "ListItem", "position": 2, "name": "常見問題 FAQ", "item": "https://tradiagram.com/faq.html" }
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "台灣鐵路運行圖哪裡可以看?",
"acceptedAnswer": {
"@type": "Answer",
"text": "可以在 tradiagram.com 直接查看。進入首頁後選擇路線(西部幹線、東部幹線或各支線),即可看到該路線當日的列車運行圖;運行圖以橫軸時間、縱軸車站、斜線代表列車的方式呈現。"
}
},
{
"@type": "Question",
"name": "怎麼查某一個車次的運行圖?",
"acceptedAnswer": {
"@type": "Answer",
"text": "在首頁搜尋框直接輸入車次號碼(純數字)即可。系統會找出該車次行經的路線供選擇,點選後會跳到對應運行圖並反白該車次的運行線。"
}
},
{
"@type": "Question",
"name": "怎麼查某個車站的運行圖?",
"acceptedAnswer": {
"@type": "Answer",
"text": "在首頁搜尋框輸入車站名稱(例如「台中」),系統會比對站名並跳轉到包含該站的運行圖,並捲動到該車站的位置。"
}
},
{
"@type": "Question",
"name": "運行圖的資料多久更新一次?涵蓋多久範圍?",
"acceptedAnswer": {
"@type": "Answer",
"text": "本站每週定時更新,提供約 60 天內的運行圖資料。資料依政府資料開放平臺所公布的台鐵時刻表為準。"
}
},
{
"@type": "Question",
"name": "資料來源是哪裡?跟台鐵官方一樣嗎?",
"acceptedAnswer": {
"@type": "Answer",
"text": "資料來自政府資料開放平臺(交通部)所提供的台鐵時刻表開放資料。內容僅含客運列車的到離站時刻,貨運、迴送等非客運車次與實際調度的待避、會車狀況未必呈現,因此可能與現場實際運行有差異,實際請以官方公布為準。"
}
},
{
"@type": "Question",
"name": "可以查歷史日期的運行圖嗎?",
"acceptedAnswer": {
"@type": "Answer",
"text": "可以。透過導覽列的「運行圖圖庫」選擇路線後,會顯示日曆,點選有資料的日期即可開啟該日的歷史運行圖。"
}
}
]
}
</script>
</head>
<body style="padding-top: 56px;">
<site-navbar></site-navbar>
<div class="hero-section">
<div class="container text-center">
<h1 class="fw-bold mb-1">常見問題 FAQ</h1>
<p class="text-muted mb-0">關於台灣鐵路運行圖的常見疑問</p>
</div>
</div>
<div class="container py-3 pb-5">
<div class="row justify-content-center">
<div class="col-lg-9 text-start">
<h2>台灣鐵路運行圖哪裡可以看?</h2>
<p>可以在本站(tradiagram.com)直接查看。進入<a href="./">首頁</a>後選擇路線(西部幹線、東部幹線或各支線),即可看到該路線當日的列車運行圖。運行圖以橫軸時間、縱軸車站、斜線代表列車的方式呈現,第一次看可先參考<a href="about-diagram.html">運行圖怎麼看</a>。</p>
<h2>怎麼查某一個車次的運行圖?</h2>
<p>在首頁搜尋框直接輸入車次號碼(純數字)即可。系統會找出該車次行經的路線供你選擇,點選後會跳到對應運行圖,並反白、移動視角到該車次的運行線。</p>
<h2>怎麼查某個車站的運行圖?</h2>
<p>在首頁搜尋框輸入車站名稱(例如「台中」),系統會比對站名並跳轉到包含該站的運行圖,同時自動捲動到該車站的位置。</p>
<h2>運行圖的資料多久更新一次?涵蓋多久範圍?</h2>
<p>本站每週定時更新,提供約 60 天內的運行圖資料,依政府資料開放平臺所公布的台鐵時刻表為準。</p>
<h2>資料來源是哪裡?跟台鐵官方一樣嗎?</h2>
<p>資料來自政府資料開放平臺(交通部)所提供的台鐵時刻表開放資料。內容僅含客運列車的到離站時刻,貨運、迴送等非客運車次,以及實際調度的待避與會車狀況未必呈現,因此可能與現場實際運行有差異,<strong>實際請以各鐵路與軌道系統管理單位公布的資訊或現場實況為準</strong>。更多說明見<a href="about.html">關於本站</a>。</p>
<h2>可以查歷史日期的運行圖嗎?</h2>
<p>可以。透過導覽列的「運行圖圖庫」選擇路線後會顯示日曆,點選有資料底色的日期即可開啟該日的歷史運行圖。</p>
</div>
</div>
<br>
<site-footer class="alert alert-warning d-block" role="alert"></site-footer>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" src="js/components/site-navbar.js"></script>
<script type="module" src="js/components/site-footer.js"></script>
</html>