Jump to content

Help:Templates

From NixOS Wiki

The wiki provides templates for common tasks.

Those templates can range from simple to complex, being almost invisible to the end-user to provide a complete harmonized template between articles.

In addition to the visual aspect, using some templates will automatically file and categorize articles in ways indispensable to the end-users.

Available templates

These templates are meant to be used across the whole wiki.

There are other section-specific templates, and templates for internal use available too.

Article status

These templates should be added to either the top of a page, or the top of a section, when needed.

Notice templates

In general, there are two kinds of notes you can use: big and small notices. Small notices integrate well within the flow of the text, and are meant to convey information that shouldn't distract too much from the reading flow. The table below shows the main small notes available:

Template Example Notes
{{note}}
Note: This is some important information
To be used for important information that shouldn't break the reading flow.
{{aside}}
Sidenote: This information is not that important.
To be used for related information that is not essential for the main body of an article.

Big notices are purposefully disruptive, and are meant to capture a reader's attention. Use these to convey information that should be read first, especially when the user is glancing over a page without reading it in detail.


Template Example Notes
{{tip}}
🟆︎
Tip: Something you might easily miss
To be used for quick reminders that users often miss.
{{info}}
ⓘ︎
Note: Some key information you should be aware of
To be used for bringing key information to the reader's attention.
{{warning}}
⚠︎
Warning: This information is highly important.
To be used for marking potentially dangerous, disruptive or destructive actions.
{{security Warning}}
🛡︎︎
Security information: This information is paramount.
To be used for marking key security concerns.

Prefab tips

Common repeated tips in template form.

  • {{evaluate}} reminder to evaluate a NixOS configuration with nixos-rebuild.
  • {{unfree}} a note that a package is unfree, with a link for more help.

Formatting

Misc. prefabs

  • {{app}} for a card with details about an application.
  • {{man}} to refer to a man page (and section).

Code and commands

  • {{commands}} for a list of commands.
  • {{file}} for a formatted code block with a filename header.
  • Prefer the SyntaxHighlight extension with e.g. <syntaxhighlight lang="nix"></syntaxhighlight> otherwise.

These are more raw implementation blocks. They are not recommended for broad use.

Nix, Nixpkgs and NixOS

These helpers link to specific project parts.

Nix

Nixpkgs

NixOS

Page construction

Templates helping in building pages with common forms.

Visual Guidelines

The icons used are from Breeze, the default icon set of KDE.

Since the icons from Breeze are used, the colours from HIG, which is the Breeze Color Palette are used.

Sometimes, there isn't an icon in the Breeze theme that can be used for the purpose. In this case, alternative free and open source icons can be used. Once a stand-in is used, someone with the necessary skills can create the needed icon in the breeze style.

See also