Template:App: Difference between revisions

From NixOS Wiki
imported>Artturin
create app template
 
imported>Artturin
m remove empty lines
Line 2: Line 2:


=== usage ===
=== usage ===


1 is the program name. surround it with [[ ]] if there is a wiki page for it
1 is the program name. surround it with [[ ]] if there is a wiki page for it
Line 22: Line 21:
{{app|mako|A lightweight notification daemon for Wayland|https://github.com/emersion/mako|mako}}
{{app|mako|A lightweight notification daemon for Wayland|https://github.com/emersion/mako|mako}}
</nowiki>}}
</nowiki>}}


{{app|[[sway]]|A wayland compositor|https://github.com/swaywm/sway|sway}}
{{app|[[sway]]|A wayland compositor|https://github.com/swaywm/sway|sway}}

Revision as of 02:11, 19 November 2020

This page is a template. It should be used as part of other articles. For more information, see Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to discuss this template in the talk page.

If you wanted to create a new page instead, use the search box to search for the title of the new page you want to create and follow the link Create the page "XYZ" on this wiki! in the results page. An alternative is to create a dangling link to the new page from an existing page. A final option is to directly visit the expected URL of the page.

usage

1 is the program name. surround it with [[ ]] if there is a wiki page for it

2 is the description

3 is the git url

4 is the package name in nixpkgs

{{app|1|2|3|4}}

example

{{app|[[sway]]|A wayland compositor|https://github.com/swaywm/sway|sway}}
{{app|mako|A lightweight notification daemon for Wayland|https://github.com/emersion/mako|mako}}


  • sway — A wayland compositor
https://github.com/swaywm/sway || sway


  • mako — A lightweight notification daemon for Wayland
https://github.com/emersion/mako || mako