Help:Contents (ru): Difference between revisions

From KDE TechBase
m (New page: {{Template:I18n/Language Navigation Bar|Help:Contents}} Перед тем как править или добавлять материал, пожалуйста ознакомьтесь ...)
 
mNo edit summary
Line 24: Line 24:


; [[Template:movepage|<nowiki>{{movepage|url}}</nowiki>]]
; [[Template:movepage|<nowiki>{{movepage|url}}</nowiki>]]
: Use this template to mark a page as not finished.
: Используйте этот шаблон для отметок о незавершенности страницы.


; [[Template:Improve|<nowiki>{{improve|explanation}}</nowiki>]]
; [[Template:Improve|<nowiki>{{improve|explanation}}</nowiki>]]
Line 30: Line 30:


; [[Template:tip|<nowiki>{{tip|text}}</nowiki>]]
; [[Template:tip|<nowiki>{{tip|text}}</nowiki>]]
: Use this template to add a tip for the reader.
: Шаблон для добавления подсказок читателю.


; [[Template:note|<nowiki>{{note|text}}</nowiki>]]
; [[Template:note|<nowiki>{{note|text}}</nowiki>]]
: Use this template to add an explanatory note.
: Шаблон для примечаний.


; [[Template:warning|<nowiki>{{warning|text}}</nowiki>]]
; [[Template:warning|<nowiki>{{warning|text}}</nowiki>]]
: Use this template to add a warning.
: Шаблон для предупреждений.


; [[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>]]
Line 42: Line 42:


; [[Template:class|<nowiki>{{class|class-name}}</nowiki>]]
; [[Template:class|<nowiki>{{class|class-name}}</nowiki>]]
: Use this template to generate a link to a KDE class, e.g. KDialog.
: Шаблон для создания ссылка на KDE-класс, например KDialog.


; [[Template:path|<nowiki>{{path|path-or-filename}}</nowiki>]]
; [[Template:path|<nowiki>{{path|path-or-filename}}</nowiki>]]
: Use this template for paths and filenames, this way all of them have a consistent style.
: Шаблон для путей и имен файлов. При его использовании текст будет выглядить стройнее.


; [[Template:bug|<nowiki>{{bug|123456}}</nowiki>]]
; [[Template:bug|<nowiki>{{bug|123456}}</nowiki>]]
: Use this template to automatically create a link to KDE's bugzilla.
: Шаблон для автоматическоо создания ссылки на KDE's bugzilla.


; [[Template:KDE3|<nowiki>{{KDE3}}</nowiki>]]
; [[Template:KDE3|<nowiki>{{KDE3}}</nowiki>]]
Line 54: Line 54:


; [[Template:TutorialBrowser|<nowiki>{{TutorialBrowser|series|name|pre|next|reading}}</nowiki>]]
; [[Template:TutorialBrowser|<nowiki>{{TutorialBrowser|series|name|pre|next|reading}}</nowiki>]]
: A template for tutorial navigation
: Шаблон для навигации по инструкции.


; [[Template:Box|<nowiki>{{Box|caption|text|width|float}}</nowiki>]]
; [[Template:Box|<nowiki>{{Box|caption|text|width|float}}</nowiki>]]
: 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.
: 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.

Revision as of 14:57, 7 November 2007


Help:Contents


Перед тем как править или добавлять материал, пожалуйста ознакомьтесь со следующими статьями

Синтаксис Wiki

Введение в синтаксис MediaWiki

Наиболее важные комманды собраны в Wikipedia Cheatsheet. Информация о том как переносить материал находится здесь.

Подсказки

Подсветка синтаксиса
Wrap your C++ Qt/KDE code snippets in <code cpp>, <code cpp n>, <code qt> and </code> to get syntax highlighting (cpp == c++, qt == qt) and numbered lines (n). Replace "cpp" with the language used, e.g. rubyqt for Ruby and pythonqt for Python (soon). Use "ini" for .desktop files, "xml" for XML files.

Новые шаблоны

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}}
Используйте этот шаблон для отметок о незавершенности страницы.
{{improve|explanation}}
Pages which need cleanups or contain empty sections and/or todos are marked with this tempate. Add an explanation if you want (optional)
{{tip|text}}
Шаблон для добавления подсказок читателю.
{{note|text}}
Шаблон для примечаний.
{{warning|text}}
Шаблон для предупреждений.
{{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}}
Шаблон для создания ссылка на KDE-класс, например KDialog.
{{path|path-or-filename}}
Шаблон для путей и имен файлов. При его использовании текст будет выглядить стройнее.
{{bug|123456}}
Шаблон для автоматическоо создания ссылки на 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}}
Шаблон для навигации по инструкции.
{{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.