Alpine Linux:Wiki templates: Difference between revisions

From Alpine Linux
(added obsolete and draft)
(change to Help:Editing)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Notification boxes =
#REDIRECT [[Help:Editing]]
You can use Tip, Note and Warning BOX templates by typing:<br/>
<code><nowiki>{{Tip|Write Your Tip Here.}}</nowiki></code>
{{Tip|Write Your Tip Here.}}
<code><nowiki>{{Note|Write Your Note Here.}}</nowiki></code>
{{Note|Write Your Note Here.}}
<code><nowiki>{{Warning|Write Your Warning Here.}}</nowiki></code>
{{Warning|Write Your Warning Here.}}
 
= Downloads =
In general when pointing to Alpine Linux downloads stick with the '''[[Downloads|Downloads Page]]''', but if you by any meaning will need to include direct download information, do so by using one of below.
== Buttons ==
{| cellspacing="3"
|- valign="top"
|width="33%" class="ClassForFutureCSS" |
<div style="padding: .4em .9em .1em">
<p style="text-align:center"><code><nowiki>{{download|alpine}}</nowiki></code></p>
For standard</div>
|width="33%" class="ClassForFutureCSS" |
<div style="padding: .4em .9em .1em">
<p style="text-align:center"><code><nowiki>{{download|alpine-mini}}</nowiki></code></p>
For mini</div>
|width="33%" class="ClassForFutureCSS" |
<div style="padding: .4em .9em .1em">
<p style="text-align:center"><code><nowiki>{{download|alpine-vserver}}</nowiki></code></p>
For VServer</div>
|- valign="top"
| <div style="padding: .4em .9em .9em"><center>{{download|alpine}}</center></div>
| <div style="padding: .4em .9em .9em"><center>{{download|alpine-mini}}</center></div>
| <div style="padding: .4em .9em .9em"><center>{{download|alpine-vserver}}</center></div>
|}
== Links ==
*<code><nowiki>{{#latestalp:alpine|url}}</nowiki></code> will give you latest download url for Alpine Linux Standard:<br/>
:{{#latestalp:alpine|url}}
*<code><nowiki>{{#latestalp:alpine-mini|url}}</nowiki></code> will give you latest download url for Alpine Linux mini:<br/>
:{{#latestalp:alpine|url}}
*<code><nowiki>{{#latestalp:alpine-vserver|url}}</nowiki></code> will give you latest download url for Alpine Linux VServer:<br/>
:{{#latestalp:alpine|url}}
<big>'''Example:'''</big><br/>
Typing...
Start from <nowiki>[{{#latestalp:alpine|url}}</nowiki> Downloading latest Alpine Linux Standard], than continue ...
'''Will end up as:'''<br/>
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...
 
= Commands =
This template should be used for commands
 
<big>'''Example:'''</big><br/>
Typing...
<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].
 
<big>'''Example:'''</big><br/>
Typing...
<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}}.
 
= Obsolete =
This template should be added at the top of documents that are obsolete or need an update.
<big>'''Example:'''</big><br/>
Typing...
<nowiki>{{Obsolete}}</nowiki>
 
'''Will produce:'''<br/>
{{Obsolete}}
 
= 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.
 
<big>'''Example:'''</big><br/>
Typing...
<nowiki>{{Draft}}</nowiki>
 
'''Will produce:'''<br/>
{{Draft}}

Latest revision as of 12:13, 24 March 2012

Redirect to: