Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Client articles)
 
(24 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
== Introduction ==
 
== Introduction ==
 
 
*For the basics about MediaWiki please read ''[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]''
 
*For the basics about MediaWiki please read ''[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]''
 +
*In the beginning, the [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Cheatsheat] is very useful
  
*In the beginning, the [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Cheatsheat] is very useful
+
== Most frequently asked ==
 +
* [[Help:List_of_Templates|Available templates]]
 +
* [[Help:Editing#Lists|Editing lists]]
 +
* [[Help:Editing#tab=Categorizing|Categories]]
  
 
== Acceptance criteria ==
 
== Acceptance criteria ==
Line 46: Line 49:
 
===Headlines===
 
===Headlines===
 
Use the general headline formatting, type in regular case.
 
Use the general headline formatting, type in regular case.
 +
 +
== Version history ==
 +
Information related to previous versions should be documented using tool tips. An example of an image tool tip can be seen on the page for the POI dialog:<br />
 +
* [[POI_View#Billboard|Billboard]]
 +
* [[POI_View#LLA_only_mode_button|LLA only mode button]]
 +
 +
Technically it is also possible to place an {{#tip-text: inline tool tip | inline tool tip text}}.
  
 
==Infoboxes==
 
==Infoboxes==
Line 96: Line 106:
 
# Item 5
 
# Item 5
  
Obeying this syntax it is also possible to use the <nowiki>{{Hints}}</nowiki> and <nowiki>{{Attention}}</nowiki> templates:
+
Obeying this syntax it is also possible to use the <nowiki>{{Hint}}</nowiki> and <nowiki>{{Attention}}</nowiki> templates:
 
<pre>
 
<pre>
 
# Item 1
 
# Item 1
Line 108: Line 118:
  
 
# Item 1
 
# Item 1
# Item 2 <!--
+
# Item 2<!--
 
-->{{Hint|asdfasdf}}
 
-->{{Hint|asdfasdf}}
 
# Item 3
 
# Item 3
Line 338: Line 348:
  
 
External links only make sense if the target article supports in comprehending an article, for example a certain standard or norm that is used by or in {{UBIK}}, i.e. [http://en.wikipedia.org/wiki/ISO_15926 ISO15926].
 
External links only make sense if the target article supports in comprehending an article, for example a certain standard or norm that is used by or in {{UBIK}}, i.e. [http://en.wikipedia.org/wiki/ISO_15926 ISO15926].
 +
 +
=== Linking to category pages ===
 +
Unlike links to other pages, <code><nowiki>[[Category:CategoryName]]</nowiki></code> will not work as a link. For that, you need to add ":" at the beginning like <code><nowiki>[[:Category:CategoryName]]</nowiki></code>.
  
 
=== 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}}
 +
* All downloads should be prepared as .zip files.
 +
 
 +
==== Naming ====
 +
* <version>: Version number as stated on Release portal
 +
* <date>: Creation date of file / download resources
 +
* <description>: Short description of .zip package content
 +
{| class="wikitable" | width = "50%"
 +
|-
 +
! Type !! Comment !! File name
 +
|-
 +
| .xaml || XAML files for the WinX client || xaml_<version>_<date>_<description>.zip
 +
|-
 +
| .uwf || UBIK workflow files || uwf_<version>_<date>_<description>.zip
 +
|-
 +
| .xyz / ABC || Arbitrary files / folders || <date>_<description>.zip
 +
|}
  
 
= Client articles =
 
= Client articles =
 
There are four types of pages related to client documentation,
 
There are four types of pages related to client documentation,
* Specifications (technical documentation, features, etc.
+
* Features (technical documentation, etc.)
 
* How-Tos
 
* How-Tos
 
* FAQ
 
* FAQ
Line 353: Line 382:
 
== Page types ==
 
== Page types ==
  
=== Specifications ===
+
=== Features ===
 
Features and behavior of the clients sometimes have a rather big overlap, especially how it is documented. On the other side, due to different platforms we have varying UI elements in both, form and handling.
 
Features and behavior of the clients sometimes have a rather big overlap, especially how it is documented. On the other side, due to different platforms we have varying UI elements in both, form and handling.
Nevertheless, documentation should be kept to a minimum and hence, the features described in the most generic way possible. Only those parts which are platform dependent (due to different UI designs, etc) should be specialized using tabs for each platform dependent documentation.
+
Nevertheless, documentation should be kept to a minimum and hence, the features described in the most generic way possible. The parts which differ in between the platforms (UI, handling, etc.) should be described in different sections and by using according screenshots. Add a suffix to the section's name or figure's title, which is
  
<syntaxhighlight lang="xml">
+
* (Android) ... for Android client
<tabs style="width:80%">
+
* (Windows) ... for Windows client
<tab name="Android">
+
* (Web) ... for the Web client
[[File:UI_TechSpec_UBIKClient_EditDownloadedFile.png|thumb|Notification for editing a downloaded file]]
+
 
Android description goes here...
+
''&rarr; See [[Map View]] or [[Live Values]] for examples.''
</tab>
+
<tab name="Windows">
+
Windows description goes here...
+
</tab>
+
<tab name="Web">
+
[[File:UI_WEB_CONTENTLIST.png|thumb|220px|{{UBIK}} Web Content List]]
+
Web description goes here...
+
</tab>
+
</tabs>
+
</syntaxhighlight >
+
  
 
=== How-Tos ===
 
=== How-Tos ===
Line 389: Line 408:
 
=== Version pages ===
 
=== Version pages ===
 
Separate version pages are created for the Windows client, rather similar to the version pages for Android or the Server.
 
Separate version pages are created for the Windows client, rather similar to the version pages for Android or the Server.
 
&rarr; ''See [[Version_2.4_(Windows)]] for an example''
 
  
 
== Categories ==
 
== Categories ==
Line 412: Line 429:
  
 
== Download links ==
 
== Download links ==
Use the <nowiki>{{FileLink|1|2}}</nowiki> template to create download links within wiki articles.
+
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}}.
  
 
==Attention==
 
==Attention==

Latest revision as of 16:06, 29 October 2019

[edit]

Introduction

Introduction

Most frequently asked

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