Alpine Linux:Wiki templates
Notification boxes
You can use Tip, Note and Warning BOX templates by typing:
{{Tip|Write Your Tip Here.}}
{{Note|Write Your Note Here.}}
{{Warning|Write Your Warning 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
|
|
|
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. |