Help:Contents (tr): Difference between revisions

From KDE TechBase
No edit summary
Line 1: Line 1:
{{improve|Sayfa yerelleştiriliyor. Yardım edebilirsiniz!}}
{{improve_(tr)|Sayfa yerelleştiriliyor. Yardım edebilirsiniz!}}
{{Template:I18n/Language Navigation Bar|Help:Contents}}
{{Template:I18n/Language Navigation Bar|Help:Contents}}



Revision as of 02:13, 3 October 2010

noframe
noframe

Bu bölümün geliştirilmesi gerekiyor: Lütfen kafa karıştırıcı kısımları toparlamamıza ve todo içeren kısımları düzeltmemize yardım edin.


Sayfa yerelleştiriliyor. Yardım edebilirsiniz!
Uyarı



Help:Contents


İçerik eklemeye ya da değiştirmeye başlamadan önce, lütfen ilgili makaleleri okuyunuz:

Wiki Söz Dizimi

MediaWiki söz dizimi hakkında bilgi edinmek için, bunları okuyun:

En önemli komutlar Wikipedia Cheatsheet'te özetlenmiştir. İçerik göçüyle ilgili bilgileri burada bulabilirsiniz.

İpuçları

Syntax highlighting
Wrap your C++ Qt/KDE code snippets in <code cpp>, <code cpp n>, <code cpp-qt> and </code> to get syntax highlighting (cpp for C++, cpp-qt for Qt) and numbered lines (n). Replace cpp with the language used, e.g. ruby for Ruby and python for Python (soon). Use ini for .desktop files, xml for XML files. Use plain <code> for wikitext (for now).

Yeni Şablonlar

Bir şablonu kullanan sayfaların bir listesini görmek için, ilgili şablon sayfasına gidin (ör: Template:movepage) ve araç kutusundan "Buraya bağ verenler"e tıklayın.

{{movepage|url}}
Bir sayfayı "bitmemiş" olarak işaretlemek için bu şablonu kullanın.
{{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.