Template:META Commands Style: Difference between revisions

From NixOS Wiki
imported>Samueldr
mNo edit summary
imported>Samueldr
m Demo the styles on the page.
Line 1: Line 1:
<noinclude>
<noinclude>
== Styles ==
== Styles ==
Current styles
{{bc|{{META Commands Style}}}}
{{bc|{{META Commands Style}}}}


Line 12: Line 15:
     border: 1px solid #232629;
     border: 1px solid #232629;
</pre>
</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 {{Inline Command|<nowiki>git clone git://git.denx.de/u-boot.git</nowiki>}} command.


</noinclude><includeonly>
</noinclude><includeonly>
     padding: 0.4em;
     padding: 0.4em;
</includeonly>
</includeonly>

Revision as of 02:04, 12 September 2017

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 Template:Inline Command command.