Template:App: Difference between revisions
imported>Artturin m there were massive borders because tags were on a different line |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Template}} | <noinclude> | ||
{{delete|reason=Unused, no current context where it's needed, and its functionality isn't complex enough to keep.}} | |||
{{Template}} | |||
== | == About == | ||
Create formatted list of applications. | |||
== Usage == | |||
3 | {{ic|<nowiki>{{app|1|2|3|4}}</nowiki>}} | ||
4 is the package name in nixpkgs | * 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. | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
Line 21: | Line 20: | ||
{{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>}} | ||
== 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}} |