mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
doc/mode-button: create code block with indention
This commit is contained in:
parent
677b5b8069
commit
affb9b3baf
1 changed files with 9 additions and 11 deletions
|
|
@ -26,7 +26,6 @@ can configure the reset button to act the same, see
|
||||||
|
|
||||||
Copy this code to terminal to check:
|
Copy this code to terminal to check:
|
||||||
|
|
||||||
```
|
|
||||||
:if ([ :len [ /system/routerboard/mode-button/print as-value ] ] > 0) do={
|
:if ([ :len [ /system/routerboard/mode-button/print as-value ] ] > 0) do={
|
||||||
:put "Mode button is supported.";
|
:put "Mode button is supported.";
|
||||||
} else={
|
} else={
|
||||||
|
|
@ -36,7 +35,6 @@ Copy this code to terminal to check:
|
||||||
:put "Neither mode button nor reset button is supported.";
|
:put "Neither mode button nor reset button is supported.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
|
||||||
|
|
||||||
Requirements and installation
|
Requirements and installation
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue