Translations:Including a command within the wiki/5/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
<syntaxhighlight lang=text>
<syntaxhighlight lang=text>
{{Commands
{{Commands
|prompt=[nom@briaree $]
|prompt=[name@briaree $]
|cd src
|cd src
|make
|make
Line 11: Line 11:
produit le résultat :
produit le résultat :
{{Commands
{{Commands
|prompt=[nom@briaree $]
|prompt=[name@briaree $]
|cd src
|cd src
|make
|make

Latest revision as of 17:57, 15 February 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Including a command within the wiki)
In the same way, 
<syntaxhighlight lang=text>
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
</syntaxhighlight>
results in
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}

De même,

{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}

produit le résultat :

[name@briaree $] cd src
[name@briaree $] make
[name@briaree $] make install
[name@briaree $] cd ..