Difference between revisions of "Formatting rules for this Wiki"

From HPC users
Jump to navigationJump to search
(Created page with "== Commands and shell input == Commands and shell input should be higlightened by using the <<nowiki />nowiki> environment, e.g. <nowiki> > <\nowiki> <wiki> ls <<nowiki />di...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Commands and shell input  ==
== Commands and shell input  ==
Commands and shell input should be higlightened by using the <<nowiki />nowiki> environment, e.g.  
Commands and shell input should be highlightened by using spaces (here show as underline), e.g.  


<nowiki> > <\nowiki>
<nowiki>
<wiki>
__ls <dirname>
  ls <<nowiki />dirname>
</nowiki>
<\wiki>
<<nowiki />\nowiki>


This input gives
This input gives


<nowiki>
   ls <dirname>
   ls <dirname>
<\nowiki>
 
Variables should marked by < and > signs.
 
 
== External links ==
* [http://www.mediawiki.org/wiki/MediaWiki MediaWiki homepage]
* [http://www.mediawiki.org/wiki/Help:Formatting/de Formatting of Wiki pages]
* [http://www.mediawiki.org/wiki/Help:Tables/de Tables within Wiki pages]
* [http://www.mediawiki.org/wiki/Help:Images/de Images within Wiki pages]

Latest revision as of 10:53, 28 November 2012

Commands and shell input

Commands and shell input should be highlightened by using spaces (here show as underline), e.g.

__ls <dirname>

This input gives

 ls <dirname>

Variables should marked by < and > signs.


External links