Help:Contents (de): Difference between revisions
Mark Ziegler (talk | contribs) (→Wiki-Syntax: Initial translation) |
Mark Ziegler (talk | contribs) (→Tipps: Initial translation) |
||
Line 18: | Line 18: | ||
== Tipps == | == Tipps == | ||
; | ; Syntaxhervorhebung | ||
: | : Packen Sie Ihre Codeschnippsel (C++ Qt/KDE) in Klammern z.B. <code cpp>, <code cpp n>, <code qt> und </code> um Syntaxhervorhebung (cpp == c++, qt == qt) und nummerierte Zeilen (n) zu erhalten. Ersetzen Sie "cpp" mit der verwendeten Sprache, z.B. rubyqt für Ruby und pythonqt für Python (kommt bald). "ini" für .desktop-Dateien und "xml" für XML-Dateien verwenden. | ||
== Neue Vorlagen == | == Neue Vorlagen == |
Revision as of 15:33, 3 May 2008
Help:Contents
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
Bevor Sie anfangen Inhalte zu verändern oder hinzuzufügen, lesen Sie bitte folgende Artikel:
- Zur TechBase beitragen
- Wiki-Struktur
- Übersetzung in andere Sprachen
- Inhalte übernehmen
- Liste von aktiven Benutzern, sowie Kontaktpersonen
Wiki-Syntax
Um die Syntax von MediaWiki zu verstehen, lesen Sie bitte folgendes:
- http://de.wikipedia.org/wiki/Hilfe:Seite_bearbeiten
- http://de.wikipedia.org/wiki/Hilfe:Tabellen
- http://de.wikipedia.org/wiki/Hilfe:Bild_und_Ton
- http://de.wikipedia.org/wiki/Hilfe:Variablen/Übersetzungen (Englisch)
Die meisten, wichtigen Befehle sind auf dem Wikipedia Cheatsheet zusammengefasst. Informationen zum Übernehmen von Inhalten (Migration) gibt es hier.
Tipps
- Syntaxhervorhebung
- Packen Sie Ihre Codeschnippsel (C++ Qt/KDE) in Klammern z.B. <code cpp>, <code cpp n>, <code qt> und </code> um Syntaxhervorhebung (cpp == c++, qt == qt) und nummerierte Zeilen (n) zu erhalten. Ersetzen Sie "cpp" mit der verwendeten Sprache, z.B. rubyqt für Ruby und pythonqt für Python (kommt bald). "ini" für .desktop-Dateien und "xml" für XML-Dateien verwenden.
Neue Vorlagen
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 tempate. 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.