Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Numbered list)
(Numbered list)
Line 76: Line 76:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
# Item 3
 
# Item 3
</pre>
+
# Item 4 <br /><syntaxhighlight lang="xml">
 
+
or
+
 
+
<pre>
+
# Item 1
+
# Item 2<br /><syntaxhighlight lang="xml">
+
 
<Node1>Value1</Node1>
 
<Node1>Value1</Node1>
 
</syntaxhighlight>
 
</syntaxhighlight>
# Item 3
 
 
</pre>
 
</pre>
 +
# Item 5
  
 
Using a HTML comment <nowiki><!-- --></nowiki> '''OR''' <nowiki><br/></nowiki> for the line break prevents that the numbered list is broken and numbering starts over:
 
Using a HTML comment <nowiki><!-- --></nowiki> '''OR''' <nowiki><br/></nowiki> for the line break prevents that the numbered list is broken and numbering starts over:
Line 95: Line 89:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
# Item 3
 
# Item 3
 +
# Item 4 <br /><syntaxhighlight lang="xml">
 +
<Node1>Value1</Node1>
 +
</syntaxhighlight>
 +
</pre>
 +
# Item 5
  
or
+
Obeying this syntax it is also possible to use the <nowiki>{{Hints}}</nowiki> and <nowiki>{{Attention}}</nowiki> templates:
 
+
 
# Item 1
 
# Item 1
# Item 2<br /><syntaxhighlight lang="xml">
+
# Item 2 <!--
<Node1>Value1</Node1>
+
-->{{Hint|asdfasdf}}
</syntaxhighlight>
+
 
# Item 3
 
# Item 3
 +
# Item 4 <!--
 +
-->{{Attention|asdfasdf}}
 +
# Item 5
  
 
==Tables==
 
==Tables==

Revision as of 08:13, 30 June 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