Template:Sandbox: Difference between revisions

From Alpine Linux
m (Add some basic documentation)
m (Testing ‘Issue’ template)
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Template}}
<noinclude>
An inline link to search for given packages in the Package Browser.


=== Usage ===
{{Template}}
<pre>{{Pkg|package|name=|branch=|repo=|arch=|maintainer=}}</pre>


{{define|package||}} or
Link to issues under the [https://gitlab.alpinelinux.org/alpine/ Alpine gitlab umbrella].
{{define|name{{=}}|The package name to search for.
:Special characters in the package name will automatically be urlencoded. "*" and "?" can be used as wildcards.
:This argument is required, if you're not using it, use the "*" wildcard.}}
{{define|branch{{=}}|The branch of alpine to search (e.g. "3.19" or "edge"), defaults to "edge" if unset.
:Pass this parameter with no value (i.e. "branch{{=}}") to search all branches}}
{{define|repo{{=}}|The repository to search (main, community, or testing). If unspecified all repositories will be searched.}}
{{define|arch{{=}}|The architecture to search (x86_64, x86, aarch64, armhf, ppc64le, s390x, armv7, or risc64). Defaults to x86_64 if unset.
:Pass this parameter with no value (i.e. "arch{{=}}") to search all arches.}}
{{define|maintainer{{=}}|Search for packages with a certain maintainer. (e.g. "None" to search for unmaintained packages) If unspecified packages from all maintainers will be searched}}


=== Examples ===
== Usage ==
Search for gtk+2.0 under the edge branch on the x86_64 architecture:
<pre>{{Pkg|gtk+2.0}}</pre>
will produce:
{{Pkg|gtk+2.0}}


Search for all gtk packages under the edge branch on the x86_64 architecture:
<nowiki>{{Issue|number|project=|description=}}</nowiki>
<pre>{{Pkg|gtk*}}</pre>
will produce:
{{Pkg|gtk*}}


Search for ALSA-related packages under the 3.19 branch on the x86 (i.e. i686) architecture:
{{Define|number|Issue number.
<pre>{{Pkg|name=*alsa*|branch=v3.19|arch=x86}}</pre>
:This argument is '''required'''.}}
will produce:
{{Define|project{{=}}|Project under {{Ic|https://gitlab.alpinelinux.org/alpine/}} to which the issue belongs.
{{Pkg|name=*alsa*|branch=v3.19|arch=x86}}
:This argument is '''optional''', defaults to {{Ic|aports}}.}}
{{Define|description{{=}}|Description for the issue, for example, what the issue title is.
:This argument is '''optional'''.}}


</noinclude><includeonly>{{#if:{{{1|}}}{{{name|}}} | <span class="plainlinks" style="font-family: monospace, Courier;font-size:10pt;">[https://pkgs.alpinelinux.org/packages?name={{urlencode:{{ #if: {{{name|}}} | {{{name}}} |{{{1}}}}}}}&branch={{urlencode:{{ #if: {{{branch|}}} | {{{branch}}} | edge}}}}&repo={{urlencode:{{ #if: {{{repo|}}} | {{{repo}}}}}}}&arch={{urlencode:{{ #ifeq: {{{arch|+}}} | {{{arch|-}}} | {{{arch}}} | x86_64 }}}}&maintainer={{urlencode:{{ #if: {{{maintainer|}}} | {{{maintainer}}}}}}} {{ #if: {{{name|}}} | {{{name}}} |{{{1}}}}}]</span> | <span class="error">First parameter cannot be undefined or empty in template: <b>Template:Pkg</b></span>}}</includeonly>
== Examples ==
 
<nowiki>{{Issue|10516}}</nowiki>
 
Produces: {{Issue|10516}}
 
<nowiki>{{Issue|5|project=docs/user-handbook}}</nowiki>
 
Produces: {{Issue|5|project=docs/user-handbook}}
 
  <nowiki>{{Issue|10516|description=libreoffice is built without Wayland support}}</nowiki>
 
Produces: {{Issue|10516|description=libreoffice is built without Wayland support}}
 
  <nowiki>{{Issue|10516|project=alpine-conf|description=Boot partition only has enough space for one kernel}}</nowiki>
 
Produces: {{Issue|10516|project=alpine-conf|description=Boot partition only has enough space for one kernel}}
 
</noinclude>
<includeonly><span class="plainlinks">
[https://gitlab.alpinelinux.org/alpine/{{#if: {{{project|}}} | {{{project}}} | aports}}/-/issues/{{{1}}} {{{project|}}} #{{{1}}}{{#if: {{{description|}}} |<nowiki>:</nowiki> {{{description}}}}}]
</span></includeonly>

Latest revision as of 09:33, 20 November 2025

Template Documentation for Sandbox

This page is a template and should only be used as part of other articles. For more information, read 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 voice your opinion regarding this template.

Link to issues under the Alpine gitlab umbrella.

Usage

{{Issue|number|project=|description=}}

number
Issue number.
This argument is required.

project=
Project under https://gitlab.alpinelinux.org/alpine/ to which the issue belongs.
This argument is optional, defaults to aports.

description=
Description for the issue, for example, what the issue title is.
This argument is optional.

Examples

{{Issue|10516}}

Produces: #10516

{{Issue|5|project=docs/user-handbook}}

Produces: #5

 {{Issue|10516|description=libreoffice is built without Wayland support}}

Produces: #10516

 {{Issue|10516|project=alpine-conf|description=Boot partition only has enough space for one kernel}}

Produces: #10516