« Module:LxTerm/doc » : différence entre les versions
Aucun résumé des modifications Balise : Révocation manuelle |
Aucun résumé des modifications |
||
Ligne 7 : | Ligne 7 : | ||
{{#invoke:LxTerm|singleCommand|cmdnum=1|user=root|text=test}} | {{#invoke:LxTerm|singleCommand|cmdnum=1|user=root|text=test}} | ||
<nowiki>{{#invoke:LxTerm| | <nowiki>{{#invoke:LxTerm|main|cmdnum=1|user=root|text=test | ||
test2}}</nowiki> | test2}}</nowiki> | ||
{{#invoke:LxTerm| | {{#invoke:LxTerm|main|cmdnum=1|user=root|text=test | ||
test2}} | test2}} | ||
Version du 14 janvier 2023 à 19:40
Ce module implémente {{LxTerm}}, il met en forme les lignes de commande et ajoute les prompt.
{{LxTerm|user=root|text=test}}
[root@linux] # | test | dblclick to copy |
{{#invoke:LxTerm|singleCommand|cmdnum=1|user=root|text=test}}
[root@linux] # test |
test<a href="" id="test-btn">switch</a>
{{#invoke:LxTerm|main|cmdnum=1|user=root|text=test test2}}
[root@linux] # | test | dblclick to copy |
[root@linux] # | test2 |
{{#invoke:LxTerm|main|user=nobody|text=test2}}
[nobody@linux] $ | test2 | dblclick to copy |
{{#invoke:LxTerm|main|text=test3}}
[user@linux] $ | test3 | dblclick to copy |