Template:Pmaport: Difference between revisions
Appearance
Added new template Pmaport, copy of PMPkg which should redirect to this. |
LongnoseRob (talk | contribs) remove the aports x86_64 limit comment |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Template:Template}} | <noinclude>{{Template:Template}}{{DISPLAYTITLE:Template:pmaport}} | ||
Allows you to search for the package in the [ | Allows you to search for the package in the [https://pkgs.postmarketos.org/packages postmarketOS repos]. In contrast to its base ([[Template:aport]]) it searches for all architectures and versions rather than only aports on <code>edge</code>. | ||
== Usage == | |||
<pre>{{pmaport|package}}</pre> | |||
Special characters in the package name will automatically be url-encoded. "*" can be used as a wildcard. | |||
==Example== | ==Example== | ||
{{ | <pre>{{pmaport|postmarketos-base}}</pre> | ||
will produce: | |||
{{pmaport|postmarketos-base}} | |||
<pre>{{pmaport|postmarketos*}}</pre> | |||
will produce: {{pmaport|postmarketos*}} | |||
==See also== | ==See also== | ||
* [[Template: | * [[Template:aport]] | ||
* [[Templates]] | * [[Templates]] | ||
</noinclude><includeonly><span style="font-family: monospace;">[ | </noinclude><includeonly><span class="plainlinks" style="font-family: monospace, Courier;font-size:10pt;">[https://pkgs.postmarketos.org/packages?name={{urlencode:{{{1}}}}} {{{1}}}<sup>PMOS</sup>]</span></includeonly> |
Latest revision as of 00:00, 2 March 2024
This page is a template. It contains no postmarketOS-related information, but should be used as part of other articles.
Check out all pages using this template and feel free to discuss it in the gitlab issues.
Allows you to search for the package in the postmarketOS repos. In contrast to its base (Template:aport) it searches for all architectures and versions rather than only aports on edge
.
Usage
{{pmaport|package}}
Special characters in the package name will automatically be url-encoded. "*" can be used as a wildcard.
Example
{{pmaport|postmarketos-base}}
will produce: postmarketos-basePMOS
{{pmaport|postmarketos*}}
will produce: postmarketos*PMOS
See also