Difference between revisions of "Help:Editing"

From Freepascal Amiga wiki
Jump to navigation Jump to search
m (Corrected wrong tag for highlighting sourcecode)
 
Line 2: Line 2:
 
==== Internal Styleguides ====
 
==== Internal Styleguides ====
 
Source Code has to use
 
Source Code has to use
<code lang=pascal> </code> (or other programming language)
+
<source lang="pascal"> </source> (or other programming language)
 
 
  
 
==== Official Documentations ====
 
==== Official Documentations ====
 
[http://www.mediawiki.org/wiki/Help:Formatting MediaWiki Formatting Help]
 
[http://www.mediawiki.org/wiki/Help:Formatting MediaWiki Formatting Help]

Latest revision as of 15:14, 15 September 2013

Internal Styleguides

Source Code has to use <source lang="pascal"> </source> (or other programming language)

Official Documentations

MediaWiki Formatting Help