User:Dubiousjim/Cheatsheet: Difference between revisions

From Alpine Linux
(Update with Contents)
(Contents -> Cat)
Line 62: Line 62:
{{Cmd|<nowiki>{{Cmd|a command to try}}</nowiki>}}.
{{Cmd|<nowiki>{{Cmd|a command to try}}</nowiki>}}.


{{Contents|/path/to/file|<nowiki>{{Contents|/path/to/file|body}}</nowiki>}}
{{Cat|/path/to/file|<nowiki>{{Cat|/path/to/file|body}}</nowiki>}}


  Here is a &lt;pre>-formatted block. '''Markup is still processed''' and only the first leading space is suppressed.
  Here is a &lt;pre>-formatted block. '''Markup is still processed''' and only the first leading space is suppressed.

Revision as of 08:04, 5 March 2012

Markup

== Start with Heading 2 ==

Here is ''Italic text'' and here is '''Bold text'''.

Here is <code>code-style text & stuff; markup is still processed.</code>. Here is {{Path|/a/path/name}}: /a/path/name.

Underlining: use <ins> or <span style="text-decoration: underline;">.

Strikethrough: use <del> or <span style="text-decoration: line-through;">

HTML Entities

Here is [[Internal pagetitle|an internal pagetitle]]: an internal pagetitle. Text immediately suffixing the link will be incorporated into the link text, preface with <nowiki /> to suppress.

Here is an Alpine Issue link {{Issue|279}}: #279.

Here is [http://www.example.org/ an external link]: an external link. If no link text is supplied: [1]. Omit brackets for http://www.example.org/ (use <nowiki> to suppress). Same server can be specified using {{SERVERNAME}}.

[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info].

-- ~~~~ gives a signature and timestamp: -- Dubiousjim 10:00, 4 March 2012 (UTC)


Here is one line, followed by <br />
and another line.

Here is <!-- a comment -->.

HR like this
---


[[File:Alpinelinux 01.png|right|thumb|100px|Caption text]] gives:

Caption text

Options can appear in any order:

  • Caption text defaults to filename; to wholly suppress, use <span title=""></span>
  • alt=text
  • Size can be [width][xheight]px
  • page=number, for PDF images
  • rendered inline, Caption shows as hover text: frameless, and/or border
    • rendered inline, on separate line: none
    • Valign for inline images, defaults to middle: middle|baseline|sub|super|top|text-top|bottom|text-bottom
    • Text flow can be stopped by placing <br style="clear: both" /> before the text that should start below the floating image
    • link=URL|pagetitle|blank, only for inline images
  • rendered floating, defaults to right align, Caption displayed below image: thumb, thumb=alternate filename, frame (ignores size options)
    • rendered floating, defaults to thumb: left|right|center

To instead link to the file, you need to add a colon: File:Alpinelinux 01.png.



{{Cmd|a command to try}}

.

Contents of /path/to/file

{{Cat|/path/to/file|body}}
Here is a <pre>-formatted block. Markup is still processed and only the first leading space is suppressed.

Use a literal <pre> or the following to suppress wiki markup (HTML still needs to be escaped):

 <nowiki>Start with leading space.

'''Block format'''
will be maintained.</nowiki>

To wrap to screen width, use <pre style="white-space: pre-wrap">.

: Simply indented text (or use <blockquote>)


  1. Here is a numbered list item.
    1. Doubly-numbered
  • Here is a bulleted list item.
    • Doubly-bulleted

Blank lines, or non-bulleted/numbered lines, end the lists.

;item
: Body text

or {{Gloss|item|Body text}} produce:

item
Body text

Help on tables

Notification boxes

Heading: {{Box|Heading:|Body}}
Heading: {{Box|Heading:|Body then border-color then background-color|#DF0000|#FFDFDF}}
Tip: {{Tip|Write your Tip here.}}
Note: {{Note|Write your Note here.}}
Warning: {{Warning|Write your Warning here.}}


Todo: {{Todo|Write your Todo here.}}



{{Draft|Message.}} produces:

This material is work-in-progress ...

Message.
(Last edited by Dubiousjim on 5 Mar 2012.)

{{Obsolete|Message.}} produces:

This material is obsolete ...

Message. (Discuss)

#REDIRECT [[pagename]]

[[Category:Category name]]

To link to a Category page without adding the page to the category: [[:Category:Not in this category]]


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.

{{Download|alpine}}

For standard

{{Download|alpine-mini}}

For mini

{{DownloadDev|alpine}}

For standard
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}}

Example:

Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...

produces:
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...


Making New Templates

In Template:Foo:

<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>