Template:Pkg: Difference between revisions

From Alpine Linux
(Trying to bugfix firefox, chrome and some other browsers displaying monospace chars too small)
m ("Pkg" template updated to generate correct urls for links to packages)
Line 5: Line 5:
<pre>{{Pkg|package}}</pre>
<pre>{{Pkg|package}}</pre>


<!-- Note: This template will search for package in the official repos. Thus, if package-foo and package-bar exist, all matching variations will be listed. -->
Special characters in the package name should not be url-encoded, as links with the "+" symbol work fine, but not with its encoding "%2B".
 
Special characters in the package name are automatically encoded in the URL.


=== Example ===
=== Example ===
Line 14: Line 12:
{{Pkg|gtk+2.0}}
{{Pkg|gtk+2.0}}


</noinclude><includeonly><span class="plainlinks" style="font-family: monospace, Courier;font-size:10pt;">[http://alpinelinux.org/apk/main/x86/{{urlencode:{{{1}}}}} {{{1}}}]</span></includeonly>
</noinclude><includeonly><span class="plainlinks" style="font-family: monospace, Courier;font-size:10pt;">[https://pkgs.alpinelinux.org/package/main/x86_64/{{{1}}} {{{1}}}]</span></includeonly>

Revision as of 22:38, 24 November 2015

Template Documentation for Pkg

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.

An inline link to search for the given package in the Package Browser.

Usage

{{Pkg|package}}

Special characters in the package name should not be url-encoded, as links with the "+" symbol work fine, but not with its encoding "%2B".

Example

{{Pkg|gtk+2.0}}

will produce: gtk+2.0