Alpine Linux:Wiki templates

From Alpine Linux
Revision as of 01:27, 20 April 2010 by K0gen (talk | contribs)

Notification boxes

You can use Tip, Note and Warning BOX templates by typing:

{{Tip|Write Your Tip Here.}}
Tip: Write Your Tip Here.
{{Note|Write Your Note Here.}}
Note: Write Your Note Here.
{{Warning|Write Your Warning Here.}}
Warning: Write Your Warning Here.


Downloads

In general when pointing to Alpine Linux downloads stick with the Downloads Page, but if you by any meaning will need to include direct download information, do so by using one of below.

Buttons

{{download|alpine}}

For standard

{{download|alpine-mini}}

For mini

{{download|alpine-vserver}}

For VServer
Download Stable Version
Alpine 3.19.1
Download Stable Version
Alpine 3.19.1
Download Stable Version
Alpine 3.19.1

Links

  • {{#latestalp:alpine|url}} will give you latest download url for Alpine Linux Standard:
{{#latestalp:alpine|url}}
  • {{#latestalp:alpine-mini|url}} will give you latest download url for Alpine Linux mini:
{{#latestalp:alpine|url}}
  • {{#latestalp:alpine-vserver|url}} will give you latest download url for Alpine Linux VServer:
{{#latestalp:alpine|url}}

Example:
Typing...

Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...

Will end up as:
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...

Commands

This template should be used for commands

Example:
Typing...

{{Cmd|apk add -U}}

Will produce:

apk add -U

Issues

This template should be used for including issues from Alpine Linux Bug Tracker.

Example:
Typing...

You can find out more info about this bug in issue {{Issue|279}}.

Will produce:
You can find out more info about this bug in issue #279.