Wiki Calendar

From LemonWiki共筆
Jump to navigation Jump to search

<< MediaWiki/擴充套件

提供使用者能自由編輯的活動訊息行事曆。

MediaWiki v.1.11.0


安裝(Installation)[edit]

安裝擴充套件(Install extensions)[edit]

您需要:

  1. 從DPL Calendar官方網站 Download頁面下載後解壓縮)
    • DPL 擴充套件
    • Call 擴充套件
    • Inputbox 擴充套件 (此版本與官方版本有些許的差異)
  2. 從 mediawiki.org:

The process of installation is the same as always: create a directory per extension in the 'extension' folder and put a 'require_once' statement into your LocalSettings.php.

require_once('extensions/DynamicPageList/DynamicPageList2.php');
require_once('extensions/Call/Call.php');
require_once('extensions/Inputbox/inputbox.php');
require_once('extensions/Variables/Variables.php');
require_once('extensions/StringFunctions.php');
require_once('extensions/ParserFunctions/ParserFunctions.php');

安裝行事曆樣板(Install Calendar Templates)[edit]

複製(Copy) / 貼上(paste)以下的頁面至Special:export 然後將此頁所產出的 XML 文字檔 匯入您的wiki:

Current events zh-tw
Template:Calendar month zh-tw
Template:CalendarSingle zh-tw
Template:Calendar link zh-tw
Template:Calendar/MonthStartMon
Template:Calendar/MonthStartTue
Template:Calendar/MonthStartWed
Template:Calendar/MonthStartThu
Template:Calendar/MonthStartFri
Template:Calendar/MonthStartSat
Template:Calendar/MonthStartSun
Template:!
Template:(!
Template:!)
Template:活動模版
Event intro
Template:Event
Template:新增活動
Calendar zh-tw/Demo
Wiki Calendar

模版說明


使用方式(Using the calendar)[edit]

建立一個用以描述記事(events)的新文件,您可以點選行事曆上的日期數字或是以其他方式自行建置一個符合行事曆命名規範的文件。

  • 請依照下列的命名規範:頁面名稱須以日期(date)為起首 (如"YYYY-MM-DD"其後再加些簡短的描述。
    例如: "2007-10-31 一些重要的事情"
  • 請記得該文件須隸屬於'Events'此一分類(category),如果您在文件的第一行使用了[[:Template:Event|"Event"樣板],則其自動完成此一設定。
  • 如有必要,您請可另行增加其他分類 (像是[[Category:假日]] ),這樣的話該資訊亦會顯示於行事曆下方的表格(event table)之中。
    • demo行事曆為例,在網址的 purpose%3D 或 purpose= 加上事件的分類,就能篩選為該分類的行事曆 (ex:類別為 LIS 的行事曆)。
  • 您可以'YYYY'的方式來定義每年一度重複性(yearly recurring events)的記事。
    例如"YYYY-12-24 耶誕夜"
  • 同樣的您可以'YYYY-MM'的方式來定義每個月重複性(yearly recurring events)的記事。
    例如"YYYY-MM-05 領薪水"

目前尚無法以其他方式定義經常性的記事。

客製化Customizing[edit]

如您想要客製化此一行事曆,請您撥冗查閱一下DPL的使用手冊(DPL manual)特別是include 參數及format 參數。在我們的範例中Template:calendar month zh-tw, 設有:

#Summary,#Participants,#Location
#主旨,#參加人員,#地點

分別將顯示 Summary, ParticipantsLocation 等章節。(which means to take the content of Summary, Participants and Location sections.)

You could modify the name of sections, the number of sections or even take the parameters of a template inside the event page. Again, see the DPL manual.

行事曆程式碼產生器(中文版)[edit]

行事曆程式碼產生器(中文版): 透過 wiki 語法產生行事曆 (僅適用於 Mediawiki 和 DPL calendar 套件)

Owl icon.jpg 如果你想尋找「php行事曆程式碼」,可以點選OpenSource for Educators裡面有開放原始碼的專案檔案庫,或者直接查看針對這些專案網站的自訂搜尋結果 "php calendar" - Google Search