| 
				     | 
				
| (187 intermediate revisions by the same user not shown) | 
| Line 1: | 
Line 1: | 
 | = Markup =
  |  | #REDIRECT [[Help:Editing]]  | 
 |    |  | 
 | <pre>
  |  | 
 | ''Italic text''
  |  | 
 |    |  | 
 | '''Bold text'''
  |  | 
 |    |  | 
 | * Bulleted list item
  |  | 
 |    |  | 
 | # Numbered list item.  |  | 
 |   Continues.
  |  | 
 |   
  |  | 
 |   More.
  |  | 
 |    |  | 
 | {{Gloss|item|Body text}}
  |  | 
 |    |  | 
 | Normal text: {{Cmd|apk add -U}} text continues.
  |  | 
 |    |  | 
 | Normal text: <code>just code & stuff</code> text continues.
  |  | 
 |    |  | 
 | Normal text: {{File|/etc/network/interfaces}} text continues.
  |  | 
 |    |  | 
 | One line<br />
  |  | 
 | Another line.
  |  | 
 |    |  | 
 | <!-- comment -->
  |  | 
 |    |  | 
 | <pre>Pre-formatted text & stuff</pre>
  |  | 
 |    |  | 
 |  Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed.
  |  | 
 |    |  | 
 | === Heading 3 ===
  |  | 
 |    |  | 
 | [[Internal pagetitle|Label text]]
  |  | 
 |    |  | 
 | [[File:Example.jpg|thumbnail|Caption text]]
  |  | 
 |    |  | 
 | [http://www.example.org/ Label text]
  |  | 
 |    |  | 
 | {{Issue|279}}
  |  | 
 |    |  | 
 | <ref>Insert footnote text here.</ref>
  |  | 
 |    |  | 
 | <ref name="foo">Recallable footnote.</ref> ... <ref name="foo" /> ...
  |  | 
 |    |  | 
 | --~~~~  // signature and timestamp
  |  | 
 |    |  | 
 | :Indented text
  |  | 
 |    |  | 
 | ::Doubly-indented text
  |  | 
 | </pre>
  |  | 
 |    |  | 
 | '''Will produce:'''
  |  | 
 |    |  | 
 | ''Italic text''
  |  | 
 |    |  | 
 | '''Bold text'''
  |  | 
 |    |  | 
 | * Bulleted list item
  |  | 
 |    |  | 
 | # Numbered list item.
  |  | 
 |   Continues.
  |  | 
 |   
  |  | 
 |   More.
  |  | 
 |    |  | 
 | {{Gloss|item|Body text}}
  |  | 
 |    |  | 
 | Normal text: {{Cmd|apk add -U}} text continues.
  |  | 
 |    |  | 
 | Normal text: <code>just code & stuff</code> text continues.
  |  | 
 |    |  | 
 | Normal text: {{File|/etc/network/interfaces}} text continues.
  |  | 
 |    |  | 
 | One line<br />
  |  | 
 | Another line.
  |  | 
 |    |  | 
 | <!-- comment -->
  |  | 
 |    |  | 
 | <pre>Pre-formatted text & stuff</pre>
  |  | 
 |    |  | 
 |  Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed.
  |  | 
 |    |  | 
 | === Heading 3 ===
  |  | 
 |    |  | 
 | [[Internal pagetitle|Label text]]
  |  | 
 |    |  | 
 | [[File:Example.jpg|thumbnail|Caption text]]
  |  | 
 |    |  | 
 | [http://www.example.org/ Label text]
  |  | 
 |    |  | 
 | {{Issue|279}}
  |  | 
 |    |  | 
 | <ref>Insert footnote text here.</ref>
  |  | 
 |    |  | 
 | <ref name="foo">Recallable footnote.</ref> ... <ref name="foo" /> ...
  |  | 
 |    |  | 
 | --[[User:Dubiousjim|Dubiousjim]] 09:21, 4 March 2012 (UTC)  // signature and timestamp
  |  | 
 |    |  | 
 | :Indented text
  |  | 
 |    |  | 
 | ::Doubly-indented text
  |  | 
 |    |  | 
 |    |  | 
 |    |  | 
 | = Commands =
  |  | 
 | This template should be used for commands
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <nowiki>{{Cmd|apk add -U}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''
  |  | 
 | {{Cmd|apk add -U}}
  |  | 
 |    |  | 
 | = Codeline =
  |  | 
 | This template can also be used for commands?
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <nowiki>{{Codeline|apk upgrade -U}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''
  |  | 
 | {{Codeline|apk upgrade -U}}
  |  | 
 |    |  | 
 |    |  | 
 | = Issues =
  |  | 
 | This template should be used for linking to issues from [http://bugs.alpinelinux.org/ Alpine Linux Bug Tracker].
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <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}}.
  |  | 
 |    |  | 
 | = Gloss =
  |  | 
 | This template can be used for definition-type lists.
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <nowiki>{{Gloss|item|Body text}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''
  |  | 
 | {{Gloss|item|Body text}}
  |  | 
 |    |  | 
 |    |  | 
 | = Notification boxes =
  |  | 
 | <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.}}
  |  | 
 |    |  | 
 | = Todo box =
  |  | 
 | <code><nowiki>{{Todo|Write Your Todo-notes Here.}}</nowiki></code>
  |  | 
 | {{Todo|Write Your Todo-notes Here.}}
  |  | 
 |    |  | 
 | = Other boxes =
  |  | 
 |    |  | 
 | See [[Template:Box]]
  |  | 
 |    |  | 
 |    |  | 
 | = Obsolete =
  |  | 
 | This template should be added at the top of documents that are obsolete or need an update.
  |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <nowiki>{{Obsolete}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''<br/>
  |  | 
 | {{Obsolete}}
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 |  <nowiki>{{Obsolete|Alternate message.}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''<br/>
  |  | 
 | {{Obsolete|Alternate message.}}
  |  | 
 |    |  | 
 | = 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}}
  |  | 
 |    |  | 
 | <big>'''Example:'''</big><br/>
  |  | 
 | Typing...
  |  | 
 |  <nowiki>{{Draft|Alternate message.}}</nowiki>
  |  | 
 |    |  | 
 | '''Will produce:'''<br/>
  |  | 
 | {{Draft|Alternate message.}}
  |  | 
 |    |  | 
 |    |  | 
 | <hr>
  |  | 
 |    |  | 
 |    |  | 
 | = 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 produce:'''<br/>
  |  | 
 | Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...
  |  | 
 |    |  | 
 |    |  | 
 | = Older =
  |  | 
 | == Download Box ==
  |  | 
 | {{Download|mini}}
  |  | 
 | You can include a download box entering <code><nowiki>{{Download|mini}}</nowiki></code>
  |  | 
 |    |  | 
 | {{DownloadDev|mini}}
  |  | 
 | You can include a download box entering <code><nowiki>{{DownloadDev|mini}}</nowiki></code>
  |  | 
 |    |  | 
 | == New Download Box ==
  |  | 
 | {{Download|alpine}}
  |  | 
 | You can include a download box entering <code><nowiki>{{Download|alpine}}</nowiki></code>
  |  | 
 |    |  | 
 | == Old Download Box ==
  |  | 
 | {{Downloads}}
  |  | 
 | You can include a download box entering <code><nowiki>{{Downloads}}</nowiki></code>
  |  | 
 |    |  | 
 | == Greenish ==
  |  | 
 | <code><nowiki>[[Downloads|{{#latestalp:alpine-mini}}]]</nowiki></code>
  |  | 
 | <div style="float: right; border: solid #E0E9E9 1px; margin: 1px;">
  |  | 
 | {| cellspacing="0" style="width: 238px; color: #000000; background: #EDF2F2;"
  |  | 
 | | style="width: 45px; height: 45px; background: #E0E9E9; text-align: center;" |[[Image:Download.svg|40px|link=Downloads]]
  |  | 
 | | style="font-size: 8pt; padding: 4pt; line-height: 1.25em;" | '''Download latest <br/>[[Downloads|{{#latestalp:alpine-mini}}]]
  |  | 
 | |}</div>
  |  | 
 |    |  | 
 |    |  | 
 |    |  | 
 | = Making New Templates =
  |  | 
 |    |  | 
 | In '''Template:Foo''':
  |  | 
 |    |  | 
 | <pre><noinclude>{{Template}}
  |  | 
 |    |  | 
 | '''Short description.'''
  |  | 
 |    |  | 
 | See also:
  |  | 
 |    |  | 
 | * [[:Template:Bar]]
  |  | 
 |    |  | 
 | ====Usage====
  |  | 
 |    |  | 
 | <code>{{Foo|Arg1|Arg2}}</code>
  |  | 
 |    |  | 
 | ====Example====
  |  | 
 |    |  | 
 | {{Foo|Arg1|Arg2}}
  |  | 
 | </noinclude>
  |  | 
 | <includeonly>
  |  | 
 | markup ... {{{1}}} {{{2|default}}} ...
  |  | 
 | </includeonly></pre>
  |  |