User:Dubiousjim/Cheatsheet: Difference between revisions
Dubiousjim (talk | contribs) (Tweaks) |
Dubiousjim (talk | contribs) (Tweak) |
||
Line 1: | Line 1: | ||
= Markup = | = Markup = | ||
== <nowiki>== Heading 2 ==</nowiki> == | |||
Here is ''<nowiki>''Italic text''</nowiki>'' and here is '''<nowiki>'''Bold text'''</nowiki>'''. | |||
Here is <code><code>code-style <em>text</em> & stuff</code></code>. | Here is <code><code>code-style <em>text</em> & stuff</code></code>. | ||
Here is <tt><tt>tt-style <em>text</em> & stuff</tt></tt>. | |||
Here is <nowiki>{{Cmd|a command to try}}</nowiki>: {{Cmd|a command to try}}. | |||
Here is <nowiki>{{File|/a/path/name}}</nowiki>: {{File|/a/path/name}}. | |||
Here is [[Internal pagetitle|an internal pagetitle]]. | |||
Here is [[File:Example.jpg|thumbnail|Caption text]]. | |||
Here is [http://www.example.org/ an external link]. | |||
Here is an [http://bugs.alpinelinux.org/ Alpine Issue] link: {{Issue|279}}. | |||
Here is a footnote.<ref>Insert footnote text here.</ref> | |||
Here is a recallable footnote.<ref name="foo">Recallable footnote.</ref>; now let's recall it.<ref name="foo" /> | |||
Here is one line, followed by <br /><br /> | Here is one line, followed by <br /><br /> | ||
Line 10: | Line 21: | ||
Here is <!-- a comment -->. | Here is <!-- a comment -->. | ||
<pre> | <pre> | ||
* Bulleted list item | * Bulleted list item | ||
Line 30: | Line 34: | ||
Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed. | Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed. | ||
--~~~~ // signature and timestamp | --~~~~ // signature and timestamp | ||
Line 51: | Line 43: | ||
'''Will produce:''' | '''Will produce:''' | ||
* Bulleted list item | * Bulleted list item | ||
# Numbered list item. | # Numbered list item. | ||
{{Gloss|item|Body text}} | {{Gloss|item|Body text}} | ||
<pre>Pre-formatted text & stuff</pre> | <pre>Pre-formatted text & stuff</pre> | ||
Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed. | Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed. | ||
--[[User:Dubiousjim|Dubiousjim]] 09:21, 4 March 2012 (UTC) // signature and timestamp | --[[User:Dubiousjim|Dubiousjim]] 09:21, 4 March 2012 (UTC) // signature and timestamp | ||
Line 100: | Line 60: | ||
::Doubly-indented text | ::Doubly-indented text | ||
Line 277: | Line 199: | ||
markup ... {{{1}}} {{{2|default}}} ... | markup ... {{{1}}} {{{2|default}}} ... | ||
</includeonly></pre> | </includeonly></pre> | ||
= 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}} |
Revision as of 09:43, 4 March 2012
Markup
== Heading 2 ==
Here is ''Italic text'' and here is '''Bold text'''.
Here is <code>code-style text & stuff
</code>.
Here is <tt>tt-style text & stuff</tt>.
Here is {{Cmd|a command to try}}:
a command to try
.
Here is {{File|/a/path/name}}: Template:File. Here is an internal pagetitle.
Here is
.
Here is an external link. Here is an Alpine Issue link: #279. Here is a footnote.<ref>Insert footnote text here.</ref> Here is a recallable footnote.<ref name="foo">Recallable footnote.</ref>; now let's recall it.<ref name="foo" />
Here is one line, followed by <br />
and another line.
Here is <!-- a comment -->.
* Bulleted list item # Numbered list item. {{Gloss|item|Body text}} <pre>Pre-formatted text & stuff</pre> Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed. --~~~~ // signature and timestamp :Indented text ::Doubly-indented text
Will produce:
- Bulleted list item
- Numbered list item.
- item
- Body text
Pre-formatted text & stuff
Pre-formatted block & stuff. Markup is processed; only first leading space is suppressed.
--Dubiousjim 09:21, 4 March 2012 (UTC) // signature and timestamp
- Indented text
- Doubly-indented text
Notification boxes
{{Tip|Write Your Tip Here.}}
{{Note|Write Your Note Here.}}
{{Warning|Write Your Warning Here.}}
Todo box
{{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.
Example:
{{Obsolete}}
Will produce:
This material is obsolete ... Please feel free to help us make an up-to-date version. (Discuss) |
Example:
{{Obsolete|Alternate message.}}
Will produce:
This material is obsolete ... Alternate message. (Discuss) |
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.
Example:
Typing...
{{Draft}}
Will produce:
This material is work-in-progress ... Do not follow instructions here until this notice is removed. |
Example:
Typing...
{{Draft|Alternate message.}}
Will produce:
This material is work-in-progress ... Alternate message. |
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.
Buttons
|
|
|
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}}
{{#latestalp:alpine-vserver|url}}
will give you latest download url for Alpine Linux VServer:
- {{#latestalp:alpine|url}}
Example:
Typing...
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...
Will produce:
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...
Older
Download Box
You can include a download box entering {{Download|mini}}
You can include a download box entering {{DownloadDev|mini}}
New Download Box
You can include a download box entering {{Download|alpine}}
Old Download Box
You can include a download box entering {{Downloads}}
Greenish
[[Downloads|{{#latestalp:alpine-mini}}]]
Download latest {{#latestalp:alpine-mini}} |
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>
Codeline
This template can also be used for commands?
Example:
{{Codeline|apk upgrade -U}}
Will produce: apk upgrade -U