Template:META Commands Style: Difference between revisions
imported>Samueldr m Updates bad expansion |
Use short form `ic` |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{bc|{{META Commands Style}}}}< | <noinclude> | ||
== Styles == | |||
Current styles | |||
{{bc|{{META Commands Style}}}} | |||
== Unused styles== | |||
This needs to be re-viewed. Also depends on whether we integreate a new style for the wiki. | |||
<pre> | |||
background-color: #4D4D4D; | background-color: #4D4D4D; | ||
color: #FCFCFC; | color: #FCFCFC; | ||
border: 1px solid #232629; | |||
</pre> | |||
== Applied styles == | |||
{{Commands|<nowiki> | |||
$ nix-shell -E 'with import <nixpkgs> {}; stdenv.mkDerivation { name = "arm-shell"; buildInputs = [git gnumake gcc gcc-arm-embedded dtc]; }' | |||
$ git clone git://git.denx.de/u-boot.git | |||
</nowiki>}} | |||
[…] by using the {{ic|<nowiki>git clone git://git.denx.de/u-boot.git</nowiki>}} command. | |||
</noinclude><includeonly> | |||
padding: 0.4em; | padding: 0.4em; | ||
</includeonly> | </includeonly> |
Latest revision as of 21:09, 6 April 2024
Styles
Current styles
padding: 0.4em;
Unused styles
This needs to be re-viewed. Also depends on whether we integreate a new style for the wiki.
background-color: #4D4D4D; color: #FCFCFC; border: 1px solid #232629;
Applied styles
$ nix-shell -E 'with import <nixpkgs> {}; stdenv.mkDerivation { name = "arm-shell"; buildInputs = [git gnumake gcc gcc-arm-embedded dtc]; }' $ git clone git://git.denx.de/u-boot.git
[…] by using the git clone git://git.denx.de/u-boot.git
command.