Help:Contents/zh-cn: Difference between revisions
(Created page with "; <nowiki>{{note|文本内容}}</nowiki> : 使用此模板来添加一个解释性的注解。") |
(Created page with "; <nowiki>{{warning|文本内容}}</nowiki> : 使用此模板来增加一个警告信息。") |
||
Line 42: | Line 42: | ||
: 使用此模板来添加一个解释性的注解。 | : 使用此模板来添加一个解释性的注解。 | ||
; [[Template:warning|<nowiki>{{warning| | ; [[Template:warning|<nowiki>{{warning|文本内容}}</nowiki>]] | ||
: | : 使用此模板来增加一个警告信息。 | ||
; [[Template:qt|<nowiki>{{qt|class-name}}</nowiki>]] and [[Template:qt3|<nowiki>{{qt3|class-name}}</nowiki>]] | ; [[Template:qt|<nowiki>{{qt|class-name}}</nowiki>]] and [[Template:qt3|<nowiki>{{qt3|class-name}}</nowiki>]] |
Revision as of 02:38, 4 August 2012
在开始添加或修改内容之前,请先阅读下列文章:
- 为TechBase做贡献
- Wiki结构
- 翻译成其它语言
- 迁移内容
- 活跃贡献者及其贡献点数
Wiki语法
要开始学习MediaWiki语法,请阅读下列文章:
技巧
- 语法高亮
- C++ Qt/KDE 代码用<syntaxhighlight lang="cpp">, <syntaxhighlight lang="cpp" line="">, <syntaxhighlight lang="cpp-qt">和</syntaxhighlight> 括起来可以进行语法高亮 (C++ 使用 cpp C++,QT 使用 cpp-qt) 行号使用(line=""). 将cpp替换为使用的语言,例如Ruby使用 ruby,Python使用python. .desktop 使用 ini,XML使用xml。
新模板
要获取使用某模板的页面列表,转到对应的模板页(例如 Template:movepage)并点击工具箱中的 "What links here"链接。
- {{movepage|url地址}}
- 使用此模板来将页面标记为内容尚未完成。
- {{improve|说明}}
- 如果页面中的内容需要进行清理,或其中包含空白章节,或者还有未尽事项,可以使用此模板
来对页面进行标记。如果需要,还可以添加相关的说明(可选)。
- {{tip|文本内容}}
- 使用此模板来为读者增加一个技巧项。
- {{note|文本内容}}
- 使用此模板来添加一个解释性的注解。
- {{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.