aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-04-17 00:11:36 +0000
committerMDN <actions@users.noreply.github.com>2021-04-17 00:11:36 +0000
commit0ccebc7eb352eda4d26d0b876fea36f24f482eec (patch)
treef5c0a32bc5149d8bd5aa7942577758ce7c8ed485 /files/zh-tw
parent40cd01daeb2f6f7fff40ff2986208513afc8678e (diff)
downloadtranslated-content-0ccebc7eb352eda4d26d0b876fea36f24f482eec.tar.gz
translated-content-0ccebc7eb352eda4d26d0b876fea36f24f482eec.tar.bz2
translated-content-0ccebc7eb352eda4d26d0b876fea36f24f482eec.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-tw')
-rw-r--r--files/zh-tw/_redirects.txt1
-rw-r--r--files/zh-tw/_wikihistory.json14
-rw-r--r--files/zh-tw/orphaned/web/guide/events/creating_and_triggering_events/index.html (renamed from files/zh-tw/web/guide/events/creating_and_triggering_events/index.html)3
3 files changed, 10 insertions, 8 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt
index 49ffb976ba..9e057c89e9 100644
--- a/files/zh-tw/_redirects.txt
+++ b/files/zh-tw/_redirects.txt
@@ -644,6 +644,7 @@
/zh-TW/docs/Web/Guide/DOM /zh-TW/docs/conflicting/Web/API/Document_Object_Model
/zh-TW/docs/Web/Guide/DOM/Manipulating_the_browser_history /zh-TW/docs/Web/API/History_API
/zh-TW/docs/Web/Guide/DOM/Using_full_screen_mode /zh-TW/docs/Web/API/Fullscreen_API
+/zh-TW/docs/Web/Guide/Events/Creating_and_triggering_events /zh-TW/docs/orphaned/Web/Guide/Events/Creating_and_triggering_events
/zh-TW/docs/Web/Guide/HTML /zh-TW/docs/Learn/HTML
/zh-TW/docs/Web/Guide/HTML/Canvas_tutorial /zh-TW/docs/Web/API/Canvas_API/Tutorial
/zh-TW/docs/Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors /zh-TW/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors
diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json
index e287862822..e1c57a02d0 100644
--- a/files/zh-tw/_wikihistory.json
+++ b/files/zh-tw/_wikihistory.json
@@ -5291,13 +5291,6 @@
"gportioli"
]
},
- "Web/Guide/Events/Creating_and_triggering_events": {
- "modified": "2019-03-23T22:48:01.128Z",
- "contributors": [
- "jackblackevo",
- "Shiyou"
- ]
- },
"Web/Guide/Events/Event_handlers": {
"modified": "2020-05-13T00:05:39.122Z",
"contributors": [
@@ -9152,5 +9145,12 @@
"contributors": [
"ianchen0119"
]
+ },
+ "orphaned/Web/Guide/Events/Creating_and_triggering_events": {
+ "modified": "2019-03-23T22:48:01.128Z",
+ "contributors": [
+ "jackblackevo",
+ "Shiyou"
+ ]
}
} \ No newline at end of file
diff --git a/files/zh-tw/web/guide/events/creating_and_triggering_events/index.html b/files/zh-tw/orphaned/web/guide/events/creating_and_triggering_events/index.html
index c198adaa5e..8bd616a73d 100644
--- a/files/zh-tw/web/guide/events/creating_and_triggering_events/index.html
+++ b/files/zh-tw/orphaned/web/guide/events/creating_and_triggering_events/index.html
@@ -1,6 +1,6 @@
---
title: 建立或觸發事件
-slug: Web/Guide/Events/Creating_and_triggering_events
+slug: orphaned/Web/Guide/Events/Creating_and_triggering_events
tags:
- Advanced
- DOM
@@ -8,6 +8,7 @@ tags:
- JavaScript
- 事件
translation_of: Web/Guide/Events/Creating_and_triggering_events
+original_slug: Web/Guide/Events/Creating_and_triggering_events
---
<p>本文介紹如何建立和觸發事件。</p>