Difference between revisions of "WritingRules"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
(language)
Line 8: Line 8:
 
* If you're speaking about a command launched on the '''target''' then use:
 
* If you're speaking about a command launched on the '''target''' then use:
 
  # command
 
  # command
 +
 +
==Traduction==
 +
* Use the "LanguageBar" Template to add multiple languages selection to your page:
 +
<pre>
 +
{{LanguageBar|Page_English_Name|Page_French_Name|Page_German_Name}}
 +
</pre>

Revision as of 20:46, 29 May 2008

On this page are explained the rules to follow when writing articles for this wiki

Shell commands

  • If you're speaking about a command launched as a normal user on your development Host then use:
[  ] $ command
  • If you're speaking about a command launched as root on your development Host then use:
[  ] # command
  • If you're speaking about a command launched on the target then use:
# command

Traduction

  • Use the "LanguageBar" Template to add multiple languages selection to your page:
 {{LanguageBar|Page_English_Name|Page_French_Name|Page_German_Name}}