Archive:Contents (zh TW)
Template:I18n/Language Navigation Bar (zh TW)
在開始加入或修改內容之前,請先閱讀下列文章:
- 貢獻 TechBase
- Wiki 結構
- 翻譯成其它語言
- 移動內容
- 活躍貢獻者名單,以及聯絡方法
Wiki 語法
要開始學習 MediaWiki 語法,請閱讀下列文章
- http://zh.wikipedia.org/zh-tw/Help:編輯頁面
- http://meta.wikimedia.org/wiki/Help:Table
- http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax
- http://zh.wikipedia.org/zh-tw/Help:魔術字
在維基百科備忘單中總結了最重要的指令。關於如何移動內容的資訊可以在這裡找到。
提示
- 語法高亮
- 把你的C++ Qt/KDE 程式碼片段用<code cpp>、<code cpp n>、<code qt>和</code>括起來,就可以讓它們語法高亮顯示(cpp == c++,qt == qt),並顯示行號(n)。可以用你使用的語言來替換「cpp」,例如,rubyqt 用於 Ruby,pythonqt 用於 Python。使用「ini」在 .desktop 檔,「xml」 用於 XML 檔。
新的樣板
想要取得使用某樣板的頁面列表。請跳到對應的樣板頁面(例如 Template:movepage),然後按一下工具箱中的「鏈入頁面」連結。
- {{movepage|url}}
- Use this template to mark a page as not finished.
- {{improve|explanation}}
- Pages which need cleanups or contain empty sections and/or todos are marked with this template. Add an explanation if you want (optional)
- {{tip_(zh_TW)|text}}
- 使用此模板為讀者加上一個提示。
- {{note_(zh_TW)|text}}
- 使用此模板加上一個解釋性的附註。
- {{warning_(zh_TW)|text}}
- 使用此模板加入一個警告。
- {{qt|class-name}} 和 {{qt3|class-name}}
- 使用此模板生成一個到 Qt 類別的連接,例如 QWidget。Qt3 類別請使用 {{qt3|class-name}}
- {{class|class-name}}
- 使用此模板生成一個到 KDE 類別的連接,例如 KDialog。
- {{path|path-or-filename}}
- 使用此模板表示路徑或檔案名,這樣可以保證它們使用統一的風格來顯示。
- {{bug|123456}}
- 使用此模板來自動建立一個鏈接到 KDE 的 Bugzilla。
- {{KDE3}}
- Use this template to mark the content of a page as applicable for either KDE 3. Don't tag technology agnostic pages. For KDE4 content, use [[Category:KDE4]].
- {{Box|caption|text|width|float}}
- Use this template to create a box with a caption and a text. The width parameter is optional and can be specified absolute (400px) or relative (50%). The last parameter is the float value, which is also optional and defaults to center.