Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Numbered list)
Line 30: Line 30:
 
{{Hint|Do also use screenshots in How-To‘s, so that the reader is guided visually.}}
 
{{Hint|Do also use screenshots in How-To‘s, so that the reader is guided visually.}}
  
==Descriptive text==
+
== Texts ==
 +
 
 +
===Descriptive text===
 
Descriptive text should be left aligned and in the standard font, without any additional formatting.  
 
Descriptive text should be left aligned and in the standard font, without any additional formatting.  
  
==Emphasizing==
+
===Emphasizing===
 
If you want to emphasize something, use '''bold''' style.
 
If you want to emphasize something, use '''bold''' style.
  
==Colors==
+
===Colors===
 
Colors should be used very sparingly and only if they really contribute to the better understanding of a text.
 
Colors should be used very sparingly and only if they really contribute to the better understanding of a text.
  
==UI==
+
===UI===
 
If you want to refer to the exact name of something in the UI of {{UBIK}}, use ''italic'' style.
 
If you want to refer to the exact name of something in the UI of {{UBIK}}, use ''italic'' style.
  
==Headlines==
+
===Headlines===
 
Use the general headline formatting, type in regular case.
 
Use the general headline formatting, type in regular case.
  
Line 339: Line 341:
 
=== Download links ===
 
=== Download links ===
 
Use the <nowiki>{{FileLink|1|2}}</nowiki> template to create download links within wiki articles, like {{FileLink|Start_Screen_Configuration.zip|Start_Screen_Configuration.zip}}
 
Use the <nowiki>{{FileLink|1|2}}</nowiki> template to create download links within wiki articles, like {{FileLink|Start_Screen_Configuration.zip|Start_Screen_Configuration.zip}}
 +
 +
= Client articles =
 +
<syntaxhighlight lang="xml">
 +
<tabs style="width:80%">
 +
<tab name="Android">
 +
[[File:UI_TechSpec_UBIKClient_EditDownloadedFile.png|thumb|Notification for editing a downloaded file]]
 +
<Android description goes here>
 +
</tab>
 +
<tab name="WinX">
 +
<Windows description goes here>
 +
</tab>
 +
</tabs>
 +
</syntaxhighlight >
 +
 +
will result in
 +
<tabs style="width:80%">
 +
<tab name="Android">
 +
[[File:UI_TechSpec_UBIKClient_EditDownloadedFile.png|thumb|Notification for editing a downloaded file]]
 +
<Android description goes here>
 +
</tab>
 +
<tab name="WinX">
 +
<Windows description goes here>
 +
</tab>
 +
</tabs>
  
 
=Special articles=
 
=Special articles=
Line 393: Line 419:
 
== Infoboxes ==
 
== Infoboxes ==
 
See also the list of available [[Help:List_of_Templates#Infoboxes|Infoboxes templates]].
 
See also the list of available [[Help:List_of_Templates#Infoboxes|Infoboxes templates]].
 
 
  
 
==Other useful templates==
 
==Other useful templates==

Revision as of 12:21, 23 July 2015

[edit]

Introduction

Introduction

Acceptance criteria

Any article should meet the following general acceptance criteria

  • Is the article structured logically and coherently?
  • Can the reader be directed to any other article (eg See also...)?
  • Is the article categorized into at least one category?
  • If the article links to other articles, check whether or not they exist?
  • Check the article for integrity and correctness in regards of technical descriptions. Test the described procedure and verify possible dependencies on versions.
  • Check the article for linguistic correctness in regards to grammar and style.
  • Images are prepared as described here
  • Templates are used if appropriate, find a list of templates here
  • Meet all (additional) requirements defined in this guideline