Alpine Linux:Wiki templates

From Alpine Linux
Revision as of 20:24, 21 March 2012 by Dubiousjim (talk | contribs) (Alpine Linux Wiki templates moved to Alpine Linux:Wiki templates: Move under Project: namespace)

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.


{{Todo|Write Your Todo-notes Here.}}
Todo: Write Your Todo-notes 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.

Obsolete

This template should be added at the top of documents that are obsolete or need an update. Example:
Typing...

{{Obsolete}}

Will produce:

This material is obsolete ...

Please feel free to help us make an up-to-date version. (Discuss)

Drafts

This template should be added at the top of documents that are not yet finished. Please do not link to them from production pages.

Example:
Typing...

{{Draft}}

Will produce:

This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Dubiousjim on 21 Mar 2012.)