Alpine Linux:Wiki templates: Difference between revisions
m (1 revision(s): Time to move) |
(Added commands and issue templates reference) |
||
Line 42: | Line 42: | ||
'''Will end up as:'''<br/> | '''Will end up as:'''<br/> | ||
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ... | Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ... | ||
= Commands = | |||
This template should be used for commands | |||
==== Example:==== | |||
<nowiki>{{Cmd|apk add -U}}</nowiki> | |||
'''Will produce:''' | |||
{{Cmd|apk add -U}} | |||
= Issues = | |||
This template should be used for including issues from [http://bugs.alpinelinux.org/ Alpine Linux Bug Tracker]. | |||
==== Example:==== | |||
<nowiki>You can find out more info about this bug in issue {{Issue|279}}.</nowiki> | |||
'''Will produce:'''<br/> | |||
You can find out more info about this bug in issue {{Issue|279}}. |
Revision as of 02:24, 19 April 2010
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.}}
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:
{{Cmd|apk add -U}}
Will produce:
apk add -U
Issues
This template should be used for including issues from Alpine Linux Bug Tracker.
Example:
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.