« Module:LxTerm/doc » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
{{LxTerm|user=root|text=test}} | {{LxTerm|user=root|text=test}} | ||
<nowiki>{{#invoke:LxTerm|singleCommand|user=root|text=test}}</nowiki> | <nowiki>{{#invoke:LxTerm|singleCommand|cmdnum=1|user=root|text=test}}</nowiki> | ||
{{#invoke:LxTerm|singleCommand|user=root|text=test}} | {{#invoke:LxTerm|singleCommand|cmdnum=1|user=root|text=test}} | ||
<nowiki>{{#invoke:LxTerm|mulCommands|user=root|text=test | <nowiki>{{#invoke:LxTerm|mulCommands|cmdnum=1|user=root|text=test | ||
test2}}</nowiki> | test2}}</nowiki> | ||
{{#invoke:LxTerm|mulCommands|user=root|text=test | {{#invoke:LxTerm|mulCommands|cmdnum=1|user=root|text=test | ||
test2}} | test2}} | ||
Version du 14 janvier 2023 à 18:47
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|mulCommands|cmdnum=1|user=root|text=test test2}}
1 | [root@linux] # test |
2 | [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 |