Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove {{page}} macro from three documents #8051

Merged
merged 1 commit into from
Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/zh-tw/web/api/battery_status_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ updateBatteryStatus();

## 規格

{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}}
{{Specifications}}

## 瀏覽器相容性

{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}}
{{Compat}}

## 另請參閱

Expand Down
8 changes: 6 additions & 2 deletions files/zh-tw/web/api/dragevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ window.addEventListener('load', function () {

## 瀏覽器相容性

{{page("/en-US/Web/API/Notification","Browser compatibility")}}
{{Compat}}

## 另可參閱

Expand Down