User:Dubiousjim/Cheatsheet: Difference between revisions
Dubiousjim (talk | contribs) |
Dubiousjim (talk | contribs) (→== Start with Heading 2 ==: rework image info) |
||
Line 31: | Line 31: | ||
<nowiki>[[File:Alpinelinux 01.png|right|thumb|100px|Caption text]]</nowiki> gives: | <nowiki>[[File:Alpinelinux 01.png|right|thumb|100px|Caption text]]</nowiki> gives: | ||
[[File:Alpinelinux 01.png|right|thumb | [[File:Alpinelinux 01.png|right|thumb|100px|Caption text]] | ||
Options: | Options can appear in any order: | ||
* Caption defaults to filename; to wholly suppress, use <span title=""></span> | * Caption defaults to filename; to wholly suppress, use <span title=""></span> | ||
* alt=text | |||
* Size can be [width][xheight]px | * Size can be [width][xheight]px | ||
* page=<i>number</i>, for PDF images | * page=<i>number</i>, 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=<i>URL or pagetitle or blank</i>, only for inline images | |||
* rendered floating, defaults to right align, Caption displayed below image: thumb, thumb=<i>alternate filename</i>, 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]]. | To instead link to the file, you need to add a colon: [[:File:Alpinelinux 01.png]]. |
Revision as of 00:42, 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:Alpinelinux 01.png|right|thumb|100px|Caption text]] gives:
Options can appear in any order:
- Caption defaults to filename; to wholly suppress, use
- 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
before the text that should start below the floating image - link=URL or pagetitle or 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}}
.
- :Simply indented text.
Here is a <pre>-formatted block. Markup is still processed and only the first leading space is suppressed.
- Here is a numbered list item.
- Here is a bulleted list item.
{{Gloss|item|Body text}} produces:
- item
- Body text
Notification boxes
{{Draft|Message.}} produces:
This material is work-in-progress ... Message. |
{{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.
|
|
|
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>