# Wiki

使用維基工具，您或學習者可以在課程內共同建立及編輯網頁。有助於團體專案、共享知識庫及共同寫作練習。

## 維基的運作方式

維基是由具備權限的任何人皆可編輯的互聯網頁集合。在 Chamilo 中：

* 每個課程皆有專屬的維基
* 頁面可使用維基格式的連結相互連結
* 所有編輯皆會在修訂歷史中追蹤
* 可以比較或還原先前的版本

## 建立維基頁面

1. 從課程首頁開啟**維基**工具
2. 點擊**新增頁面**
3. 輸入**頁面標題**
4. 使用富文本編輯器描述頁面內容
5. 儲存

要在編輯器內連結至另一個維基頁面，請使用目標頁面的標題建立連結。

## 編輯頁面

具備編輯權限的任何人皆可修改維基頁面：

1. 開啟欲編輯的頁面
2. 點擊**編輯** <img src="/files/plxnczMdtuotpNB2nlNG" alt="編輯" data-size="line"> 按鈕
3. 在編輯器中進行變更
4. 選擇性新增描述變更內容的**評論**
5. 儲存

## 修訂歷史

每次編輯皆會建立新的修訂。您可以執行以下操作：

* **顯示歷史** — 查看包含時間戳記及建立者的所有修訂清單
* **比較版本** — 確認兩個修訂之間的變更
* **還原版本** — 視需要將頁面還原至先前的修訂

## 維基管理

身為課程教師，您可以執行以下操作：

* **顯示所有頁面** — 查看課程內所有維基頁面的清單
* **找出孤立頁面** — 辨識未被其他頁面連結的頁面
* **找出所需頁面** — 查看已連結但尚未存在的頁面
* **鎖定頁面編輯** — 在最終化頁面期間封鎖所有編輯
* **切換顯示/隱藏** — 對學習者隱藏頁面
* **刪除頁面** — 刪除不再需要的頁面
* **監控貢獻** — 查看使用者統計資料：最活躍編輯者、最常被編輯的頁面、最常被造訪的頁面
* **匯出** — 將維基頁面匯出為 PDF，或傳送至文件工具

## 提示

* **用於團體專案** — 為每個團體指派維基頁面，讓他們共同建立成果
* **建立課程知識庫** — 建構包含主要概念的參考維基，並鼓勵學習者貢獻
* **確認編輯歷史** — 使用修訂歷史評估共同作業中的個人貢獻


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/wiki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
