Wiki Style Guide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Redirect to Wiki Editing Hints)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=DevNet Wiki Style Guide=
#REDIRECT [[Wiki Editing Hints]]
 
This is a collection of guidelines for writing wiki pages and articles.
 
==Abbreviations==
 
Abbreviations can be ambiguous. Spell out the term when you use it for the first time followed by the abbreviation in parentheses.
 
'''Example:''' Model View Controller (<span class="caps">MVC</span>) is a software’s architecture…
 
==Headings and Titles==
 
===Page and Category Titles===
 
Use underscores or spaces in your page titles. The wiki engine will convert spaces automatically into underscores in the <span class="caps">URL</span> and underscores into spaces in the title.
 
Avoid special characters that will break the <span class="caps">URL</span>.<br /> ['''''<span class="caps">TODO</span>''': These should be listed; or stated which are allowed (A-Z, a-z, space, underscore, dash(?),'' Volker]
 
===Headings===
 
Keep headings short and use them to structure your article. Avoid links in headings.
 
===Capitalization===
 
Capitalize all nouns and names in the title and headlines of your article. Avoid using all caps.
 
===Table of Contents===
 
If your article is longer it is easier for the readers if you provide them a table of contents.<br /> ['''''<span class="caps">TODO</span>:''' add <span class="caps">TOC</span> section to [[TextileSyntax]] and linke here,'' Volker ]<br /> ['''''<span class="caps">TODO</span>''' It’s already styted in [[WikiSyntax]].,'' Gerolf]
 
==Language==
 
Parts of the following apply to all languages, others to English only. Use common sense when adjusting the guidelines to other languages.
 
===General Writing Style===
 
Keep your language understandable and straight to the point and avoid too long and complex sentences.
 
It is good practice for online writing to subdivide articles with the help of subheadings. Readers will be able to understand your content more easily if it is presented in a scannable manner.
 
Add a short introduction to the topic to the beginning of your page. Readers will find out quickly if the article covers what they are looking for.
 
Link to references or related material and check if the links work.
 
===US-English===
 
We prefer US-English, it is commonly used throughout all our sites.
 
===Lists===
 
Use the [[TextileSyntax|wiki syntax]] for both ordered and unordered lists. Start every list item with a capitalized word.
 
===References and Links===
 
''coming''
 
==Formatting==
 
Use the [[TextileSyntax|formatting options]] the wiki has available. Avoid changing the <span class="caps">CSS</span> for single articles since it will interfere with the usability of the site. If you encounter gaps in the current implementation, feel free to report them in the [http://developer.qt.nokia.com/forums/viewforum/5/ Beta Forum] ''[developer.qt.nokia.com]''.
 
'''Exception:''' workarounds needed to support lacking <span class="caps">RTL</span> functionality and language specific font-families<br /> ['''''<span class="caps">TODO</span>''' This now works,'' Gerolf]<br /> For wiki pages you can now add [ right_aligned ] (without spaces) to the top of the page and it will be all right aligned on save.
 
===Categories:===
 
* [[:Category:General|General]]

Latest revision as of 00:31, 19 October 2017

Redirect to: