User:Dubiousjim/Cheatsheet: Difference between revisions

From Alpine Linux
(Tweak File)
mNo edit summary
Line 29: Line 29:




<nowiki>[[File:Unetbootin.png|right|60px|Hover text]]</nowiki> gives:
<nowiki>[[File:Unetbootin.png|right|100px|Hover text]]</nowiki> gives:


[[File:Unetbootin.png|right|60px|Hover text]]
[[File:Unetbootin.png|right|100px|Hover text]]


To instead link to the file, you need to add a colon: [[:File:Unetbootin.png]].
To instead link to the file, you need to add a colon: [[:File:Unetbootin.png]].

Revision as of 00:06, 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.

Here is [[Internal pagetitle|an internal pagetitle]]: an internal pagetitle.

Here is [http://www.example.org/ an external link]: an external link.

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

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



[[File:Unetbootin.png|right|100px|Hover text]] gives:

Hover text
Hover text

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



{{Cmd|a command to try}}

.

:Simply indented text.
Here is a <pre>-formatted block. Markup is still processed and only the first leading space is suppressed.
  1. Here is a numbered list item.
  • Here is a bulleted list item.

{{Gloss|item|Body text}} produces:

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>