Template:App: Difference between revisions

imported>Artturin
create app template
 
DoggoBit (talk | contribs)
No edit summary
 
(6 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}}


=== usage ===
== About ==


Create formatted list of applications.


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


2 is the description
{{ic|<nowiki>{{app|1|2|3|4}}</nowiki>}}


3 is the git url
* 1 is the program name. surround it with [[ ]] if there is a wiki page for it.
 
* 2 is a description.
4 is the package name in nixpkgs
* 3 is the application url.
 
* 4 is the package name in nixpkgs.
{{bc|<nowiki>
{{app|1|2|3|4}}
</nowiki>}}
 
=== example ===


{{bc|<nowiki>
{{bc|<nowiki>
Line 23: Line 21:
</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}}


</noinclude><includeonly>
</noinclude><includeonly>* '''{{{1}}}''' &mdash; {{{2}}}
* '''{{{1}}}''' &mdash; {{{2}}}
:{{{3}}} || {{nixos:package|{{{4}}}}}</includeonly>
:{{{3}}} || {{nixos:package|{{{4}}}}}
</includeonly>