From 90388975772ff7c92171ac950ea6fb7ffe79de60 Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 27 Aug 2022 20:54:24 +0800 Subject: [PATCH] remove `{{page}}` macro from three documents --- files/zh-tw/web/api/battery_status_api/index.md | 4 ++-- files/zh-tw/web/api/dragevent/index.md | 8 ++++++-- .../using_the_notifications_api/index.md | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/files/zh-tw/web/api/battery_status_api/index.md b/files/zh-tw/web/api/battery_status_api/index.md index cdd89c70883d08..79f4e0ee4918a2 100644 --- a/files/zh-tw/web/api/battery_status_api/index.md +++ b/files/zh-tw/web/api/battery_status_api/index.md @@ -30,11 +30,11 @@ updateBatteryStatus(); ## 規格 -{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}} +{{Specifications}} ## 瀏覽器相容性 -{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}} +{{Compat}} ## 另請參閱 diff --git a/files/zh-tw/web/api/dragevent/index.md b/files/zh-tw/web/api/dragevent/index.md index a6cab9b82a0bc8..d1a5691381bb47 100644 --- a/files/zh-tw/web/api/dragevent/index.md +++ b/files/zh-tw/web/api/dragevent/index.md @@ -68,8 +68,12 @@ An Example of each property, constructor, event type and global event handlers i ## 瀏覽器相容性 -{{Compat("api.DragEvent")}} +{{Compat}} ## 參見 -{{page("/zh-TW/docs/Web/API/DataTransfer", "參見")}} +- [HTML 拖放 API](/zh-TW/docs/Web/API/HTML_Drag_and_Drop_API) +- [拖曳操作](/zh-TW/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations) +- [推薦拖曳類型](/zh-TW/docs/Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types) +- [拖拽和放置多個項目](/zh-TW/docs/Web/API/HTML_Drag_and_Drop_API/Multiple_items) +- [DataTransfer test - Paste or Drag](https://codepen.io/tech_query/pen/MqGgap) diff --git a/files/zh-tw/web/api/notifications_api/using_the_notifications_api/index.md b/files/zh-tw/web/api/notifications_api/using_the_notifications_api/index.md index b61dd5edc99ab9..f6c50d289e1dc8 100644 --- a/files/zh-tw/web/api/notifications_api/using_the_notifications_api/index.md +++ b/files/zh-tw/web/api/notifications_api/using_the_notifications_api/index.md @@ -212,7 +212,7 @@ window.addEventListener('load', function () { ## 瀏覽器相容性 -{{page("/en-US/Web/API/Notification","Browser compatibility")}} +{{Compat}} ## 另可參閱