Archive:Contents (zh TW)

From KDE TechBase
Revision as of 14:22, 30 November 2009 by Alisha (talk | contribs) (Created page with '{{Template:I18n/Language Navigation Bar|Help:Contents}} 在開始加入或修改內容之前,請先閱讀下列文章: * 貢獻 TechBase * [[Help:Wiki St...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Help:Contents


在開始加入或修改內容之前,請先閱讀下列文章:

Wiki 語法

要開始學習 MediaWiki 語法,請閱讀下列文章

維基百科 備忘單中總結了最重要的指令。關於如何移動內容的資訊可以在這裡找到

提示

語法高亮
把你的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 檔。

新的樣板

To get a list of pages using a template, go to corresponding template page (e.g. Template:movepage) and click "What links here" in the toolbox.

{{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|text}}
Use this template to add a tip for the reader.
{{note|text}}
Use this template to add an explanatory note.
{{warning|text}}
Use this template to add a warning.
{{qt|class-name}} and {{qt3|class-name}}
Use this template to generate a link to a Qt class, e.g. QWidget. For Qt3 classes use {{qt3|class-name}}
{{class|class-name}}
Use this template to generate a link to a KDE class, e.g. KDialog.
{{path|path-or-filename}}
Use this template for paths and filenames, this way all of them have a consistent style.
{{bug|123456}}
Use this template to automatically create a link to KDE's 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]].
{{TutorialBrowser|series|name|pre|next|reading}}
A template for tutorial navigation
{{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.