Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Wizards)
(Code)
Line 139: Line 139:
 
  Use either a leading blank to format text as source code, or the <code><code>-Tag</code> for regular code highlighting.
 
  Use either a leading blank to format text as source code, or the <code><code>-Tag</code> for regular code highlighting.
  
For highlighting a syntax of a specific programming language, use the source-Tag (values for '''lang''' are for example: csharp, xml, ...).
+
For highlighting a syntax of a specific programming language, use the <syntaxhighlight>-Tag (values for '''lang''' are for example: csharp, xml, ...).
  
 
<pre><nowiki>
 
<pre><nowiki>
<source lang="csharp">
+
<<syntaxhighlight lang="csharp">
 
// Hello World in Microsoft C#.
 
// Hello World in Microsoft C#.
  
Line 155: Line 155:
 
     }
 
     }
 
}
 
}
</source>
+
</syntaxhighlight>
 
</nowiki></pre>
 
</nowiki></pre>
  
 
which will result in
 
which will result in
  
<source lang="csharp">
+
<syntaxhighlight lang="csharp">
 
// Hello World in Microsoft C#.
 
// Hello World in Microsoft C#.
  
Line 173: Line 173:
 
     }
 
     }
 
}
 
}
</source>
+
</syntaxhighlight>
  
 
=Images=
 
=Images=

Revision as of 12:06, 7 May 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