Template:App: Difference between revisions
Add proper sections |
m Fix header type |
||
Line 19: | Line 19: | ||
</nowiki>}} | </nowiki>}} | ||
== Example == | |||
{{app|[[sway]]|A wayland compositor|https://github.com/swaywm/sway|sway}} | {{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}} | {{app|mako|A lightweight notification daemon for Wayland|https://github.com/emersion/mako|mako}} |
Latest revision as of 21:33, 6 April 2024
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 linkCreate 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.About
Create formatted list of applications.
Usage
{{app|1|2|3|4}}
- 1 is the program name. surround it with [[ ]] if there is a wiki page for it.
- 2 is a description.
- 3 is the application url.
- 4 is the package name in nixpkgs.
{{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}}
Example
- sway — A wayland compositor
- mako — A lightweight notification daemon for Wayland