Help:Contents (pt BR)
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 | Українська | 简体中文 | 繁體中文
Antes de começar a adicionar ou alterar conteúdo, por favor leia os artigos sobre o
- Contribua com o TechBase
- Estrutura Wiki
- Traducação para outras linguagens
- Migrar conteúdo
- Lista de contribuidores ativos, e também modos de contato
Sintaxe Wiki
Para iniciar com a sintaxe MediaWiki, leia
- http://en.wikipedia.org/wiki/Help:Editing
- http://meta.wikimedia.org/wiki/Help:Table
- http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax
- http://en.wikipedia.org/wiki/Help:Magic_words
The most important commands are summarized in the Wikipedia Cheatsheet. Information about how to migrate content can be found here.
Dicas
- Realce de sintaxe
- 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.
Novos Modelos
Para obter uma lista de página que estão usando um modelo, vá a página correspondente ao modelo (exemplo Template:movepage) e clique "What links here" na caixa de ferramentas.
- {{movepage|url}}
- Use este modelo para marcar uma página como não terminada.
- {{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 este modelo para adicionar uma dica para o leitor.
- {{note|text}}
- Use este modelo para adicionar uma nota explicativa.
- {{warning|text}}
- Use este modelo para adicionar um aviso.
- {{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.