Jump to content

Template:META Commands Style: Difference between revisions

From Official NixOS Wiki
imported>Samueldr
mNo edit summary
DoggoBit (talk | contribs)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>{{delete|reason=Unused.}}{{undocumented}}
== Styles ==
== Styles ==
Current styles
{{bc|{{META Commands Style}}}}
{{bc|{{META Commands Style}}}}


== Unused styles==
== Applied styles ==


This needs to be re-viewed. Also depends on whether we integreate a new style for the wiki.
{{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>}}


<pre>
[…] by using the {{ic|<nowiki>git clone git://git.denx.de/u-boot.git</nowiki>}} command.
    background-color: #4D4D4D;
    color: #FCFCFC;
    border: 1px solid #232629;
</pre>


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

Latest revision as of 22:00, 7 June 2025

✖︎︎
This article is a deletion candidate. Unused. Further information may be found on the related discussion page.
{{?}}︎
Undocumented template. This template has no documentation, or its documentation is in a non-standard format. Please provide documentation about this template using the {{documentation}} helper template. Doing so will help other editors use your template, as reading template code can be unwieldy and time-consuming.

Styles

Current styles

    padding: 0.4em;

Applied styles

$ nix-shell -E 'with import &lt;nixpkgs&gt; {}; 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.