Approved version. Approved on: 08:20, 18 May 2022
You are viewing an old version of this page. Return to the latest version.
- Last edited 6 months ago ago
Board$
Revision as of 08:20, 18 May 2022 by Registered User (Merge articles)
1 Usage
The Board$ template is used to prefix a command that must be executed on a board, with a board-specific prompt.
Thanks to the board-prompt
class defined in MediaWiki:Common.css, a double (or triple) click to select the command doesn't select the prompt.
Usage: {{Board$}}
2 Basic examples
You type | You get |
---|---|
ls test command executed on the board
{{Board$}} ls test<br> test1.txt test2.txt |
ls test |
3 More examples
You type | You get |
---|---|
2 commands executed on the board and preformatted text block (space at the beginning of each line)
{{Board$}} ls test test1.txt test2.txt {{Board$}} cat test/test1.txt This is a test |
ls test test1.txt test2.txt cat test/test1.txt This is a test |
Command executed on the board and preformatted text block (space at the beginning of each line)
{{Board$}} ls test test1.txt test2.txt |
ls test test1.txt test2.txt |
Long command executed on the board and preformatted text block (space at the beginning of each line)
{{Board$}} this is a so long command executed on the board that a horizontal scrolling bar is needed |
this is a so long command executed on the board that a horizontal scrolling bar is needed |
4 Maintenance
This template is a template common to all ST wikis.
Modifications must be done into the WikiModel. They must be reviewed by all ST wikis maintainers.
When approved, the template can be pushed/merged towards all ST wikis.
5 Code