User:Dubiousjim/Cheatsheet: Difference between revisions

From Alpine Linux
(change to Help:Editing)
 
(125 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Entities ==
#REDIRECT [[Help:Editing]]
 
{| class="wikitable" border="1"
|-
! use
! for
|-
| { }
| { }
|-
| |
| |
|-
| [ ]
| [ ]
|-
| \
| \
|-
| &
| &
|-
| " ' ′ ″
| " ' ′ ″
|-
| < ≤
| <    ≤
|-
| ⟨ ‹ « ⟨ ⟩ 〈 〉
| ⟨    ‹    «    ⟨    ⟩    〈    〉
|-
| - – — &minus ± ÷
| - –    —    −    ±    ÷
|-
| ← ⇐ ↔ ⇔
| ← ⇐ ↔ ⇔
|-
| ¬ ∧ ∨
| ¬ ∧ ∨
|-
| ∀ ∃
| ∀ ∃
|-
| ⊥
| ⊥
|-
| ◊ ♦
| ◊ ♦
|-
| ∩ ∪
| ∩ ∪
|-
| ∅
| ∅
|-
| ∈ ∉
| ∈ ∉
|-
| ⊂ ⊃ ⊄ ⊆ ⊇
| ⊂    ⊃    ⊄    ⊆    ⊇
|-
| = ≠ ∼ ≈ ≡ ≅
| = ≠ ∼ ≈ ≡ ≅
|-
| a*b c∗d
| a*b c∗d
|-
| x·y u⋅v
| x·y u⋅v
|-
| • ⊕ ⊗
| • ⊕ ×
|-
| √ ∞ … ∴ † ⌈ ⌊
| √ ∞ … ∴ † ⌈ ⌊
|-
| ∏ ∑
| ∏ ∑
|-
| § ¶ ¹ ½
| § ¶ ¹ ½
|-
| ℘ ℜ
| ℘ ℜ
|}
 
[https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references Other HTML entities]
 
== <nowiki>== Start with Heading 2 ==</nowiki> ==
 
Here is ''<nowiki>''Italic text''</nowiki>'' and here is '''<nowiki>'''Bold text'''</nowiki>'''.
 
Here is<sup>super</sup> text and<sub>sub</sub> text and <small>small</small> and <big>big</big> and <span style="color:gray">"color:gray;"</span> and <span style="color:white; background:red;">"color:white; background:red;"</span> and <del>struckthrough</del>.
 
Here is &lt;code><code>code-style text &amp; stuff; <em>markup is still processed.</em></code>&lt;/code>.
Here is <nowiki>{{Path|/a/path/name}}</nowiki>: {{Path|/a/path/name}}.
 
Underlining: use &lt;ins> or &lt;span style="text-decoration: underline;">.
 
Strikethrough: use &lt;del> or &lt;s> or &lt;span style="text-decoration: line-through;">
 
[http://en.wikipedia.org/wiki/List_of_HTML_entities HTML Entities]
 
Here is <nowiki>[[Internal pagetitle|an internal pagetitle]]</nowiki>: [[Internal pagetitle|an internal pagetitle]]. Text immediately suffixing the link will be incorporated into the link text, preface with &lt;nowiki /> to suppress.
 
Here is an [http://bugs.alpinelinux.org/ Alpine Issue] link <nowiki>{{Issue|279}}</nowiki>: {{Issue|279}}.
 
Here is <nowiki>[http://www.example.org/ an external link]</nowiki>: [http://www.example.org/ an external link]. If no link text is supplied: [http:///www.example.org]. Omit brackets for http://www.example.org/<nowiki /> (use &lt;nowiki> to suppress). Same server can be specified using <nowiki>{{SERVERNAME}}</nowiki>.
 
<nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</nowiki>.
 
<nowiki>-- ~~~~</nowiki> gives a signature and timestamp: -- [[User:Dubiousjim|Dubiousjim]] 10:00, 4 March 2012 (UTC)
 
<!--
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" />
References: {{reflist}}
-->
 
Here is one line, followed by &lt;br /><br />
and another line.
 
Here is &lt;!-- a comment -->.
 
HR like this<br />
<nowiki>---</nowiki>
 
 
<nowiki>[[File:Alpinelinux 01.png|right|thumb|100px|Caption text]]</nowiki> gives:
 
[[File:Alpinelinux 01.png|right|thumb|100px|Caption text]]
 
Options can appear in any order:
* <i>Caption text</i> defaults to filename; to wholly suppress, use <code>&lt;span title="">&lt;/span></code>
* '''alt='''<i>text</i>
* Size can be [<i>width</i>][<b>x</b><i>height</i>]<b>px</b>
* '''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 <code>&lt;br style="clear: both" /></code> before the text that should start below the floating image
** '''link='''<i>URL</i>|<i>pagetitle</i>|<i>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]].
 
 
 
 
{{Cmd|<nowiki>{{Cmd|a command to try}}</nowiki>}}.
 
{{Cat|/path/to/file|<nowiki>{{Cat|/path/to/file|body}}</nowiki> | piped | another pipe}}
 
Here is a &lt;pre>-formatted block. '''Markup is still processed''' and only the first leading space is suppressed.
 
Use a literal &lt;pre> or the following to suppress wiki markup (HTML still needs to be escaped):
<pre>
&lt;nowiki>Start with leading space.
 
'''Block format'''
will be maintained.&lt;/nowiki></pre>
 
To wrap to screen width, use &lt;pre style="white-space: pre-wrap">.
 
: <nowiki>: </nowiki>Simply indented text (or use &lt;blockquote>)
 
 
# Here is a numbered list item.
## Doubly-numbered
 
* Here is a bulleted list item.
** Doubly-bulleted
 
Blank lines, or non-bulleted/numbered lines, end the lists.
 
: <nowiki>;item</nowiki>
: <nowiki>: Body text</nowiki>
or <nowiki>{{Gloss|item|Body text}}</nowiki> produce:
;item
: Body text
 
[http://www.mediawiki.org/wiki/Help:Tables Help on tables]
 
== Other Boxes ==
{{Box|Heading:|<nowiki>{{Box|Heading:|Body}}</nowiki>}}
{{Box|Heading:|<nowiki>{{Box|Heading:|Body then border-color then background-color|#DF0000|#FFDFDF}}</nowiki>|#DF0000|#FFDFDF}}
{{Tip|<nowiki>{{Tip|Write your Tip here.}}</nowiki>}}
{{Note|<nowiki>{{Note|Write your Note here.}}</nowiki>}}
{{Warning|<nowiki>{{Warning|Write your Warning here.}}</nowiki>}}
{{Todo|<nowiki>{{Todo|Write your Todo here.}}</nowiki>}}
 
<nowiki>{{Draft|Message.}}</nowiki> produces:
{{Draft|Message.}}
 
<nowiki>{{Obsolete|Message.}}</nowiki> produces:
{{Obsolete|Message.}}
 
<nowiki>#REDIRECT [[pagename]]</nowiki>
 
<nowiki>[[Category:Category name]]</nowiki>
 
To link to a Category page without adding the page to the category: <nowiki>[[:Category:Not in this category]]</nowiki>
 
 
== 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.
 
{| 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>{{DownloadDev|alpine}}</nowiki></code></p>
For standard</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>{{DownloadDev|alpine}}</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}}
<big>'''Example:'''</big><br/>
Start from <nowiki>[{{#latestalp:alpine|url}}</nowiki> Downloading latest Alpine Linux Standard], than continue ...
'''produces:'''<br/>
Start from [{{#latestalp:alpine|url}} Downloading latest Alpine Linux Standard], than continue ...
 
 
 
== 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>
 
 
== Additional Notes (not displayed) ==
 
 
&lt;nowiki> collapses whitespace, ignores <nowiki>'''wiki''' [[markup]] but still converts &amp;rarr; &rarr; entities.</nowiki>.
 
Leading space displays as block element, in monospace, doesn't collapse whitespace.
 
&lt;pre> displays as block element, in monospace, doesn't collapse whitespace. Otherwise like &lt;nowiki>: it
ignores <nowiki>'''wiki''' [[markup]] but still converts &amp;rarr; &rarr; entities.</nowiki>
 
Here is <code>code</code>, <tt>teletype</tt>, <kbd>stuff to type</kbd>, <samp>sample output</samp>, and a <var>variable</var>.
 
 
 
<div style="display:none;">
 
{{Codeline|text}}
<span style="font-family: monospace; color: #000055; white-space: nowrap">{{{1}}}</span>
 
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div>
 
 
How do I use a template as a signature?
 
When you look at your preferences, you see a check box for "raw signature." But the field will only take a certain number of characters. What if you want more?
 
You will need to create two pages, possibly in your userspace.
 
    Create the first page (FIRST PAGE)
    Go to your preferences, check "raw signature" and put {{FIRST PAGE}} in the signature. Save
    Create a second page (SECOND PAGE) (possibly a sub-page of the first)
    Go back to the first page (FIRST PAGE) and do {{SECOND PAGE}}
    Go to the second page (SECOND PAGE) and place the code you wish to have for your signature.
 
If you don't have this structure, you will still be inserting all your signature code into the raw code wherever your signature is used, because the software will insert "SUBST" in your preferences. You may not mind this, in which case you only need one page. If you want the raw code to only display {{FIRST PAGE}}, which looks a lot cleaner, then you need to use the two-page structure.
 
 
How to move a page (Wikipedia)
 
A common example: moving a userspace draft into place. The intended article name is entered without any prefixes.
 
A move will fail if a page already exists at the target name, unless it is simply a redirect to the present name that has never been modified (check the edit history). The steps for moving a page are as follows:
 
    With the page to be moved displayed, choose the "move" option near the top of the page. In the default Vector skin, this is in a drop-down menu to the right of the screen, after "History" and the "Watchlist" star (see picture). In the Monobook skin, it is a tab at the top. You'll be asked for a new name for the page, and given the option to also move the page's talk page (this box should usually be left checked). Complete the "Reason for move" field (which is like an edit summary). Although filling out the "Reason" field isn't required, you should state a reason for the page move.
    When ready, click the move button and, if successful, the page will be renamed to the new title. The old title will become a redirect page, so any links to the old title will still go to the new page. However, note that double redirects (pages that redirect to the original page), will not automatically follow to the new page, so you will have to refer them manually (as explained at How to fix a double redirect and Checking for double redirects). However, if you're an administrator, you can move pages without leaving a redirect behind.
    Open the what-links-here for that page (there may be a shortcut link on the page-moved summary screen to let you do this, but the what-links-here link will in any case be in the toolbox, which is near the bottom of the sidebar unless you've customized your skin away from the default Vector).
    In the section of that page marked filters, click on the button labeled "Hide links". This will result in the page only showing redirects to the prior name. Open each of the redirect pages (best to do so in new tabs), click edit this page for each one, and change their target to the name of the page to which you have moved the page. Though this is an important cleanup step, if you miss some, they will normally be fixed by a bot shortly afterwards.
    If there are more than 50 redirects listed (rare) on the "what links here" page, don't forget to navigate to all parts of the list using the "next 50" or other links available.
    Since the article name is reflected in the lead section, that section may need to be updated to be consistent with the new name.
    If you moved an article which contains any non-free content (such as images or sound clips), you will need to edit the files' own Wikipedia page, changing the non-free use rationale to refer to the new article title. This is to ensure continued compliance with the non-free content criteria (part 10c), which if not followed, may result in the file's speedy deletion.
 
Once the page has been moved, this will be recorded in the Move Log and a "move has succeeded" message will be displayed.
 
 
Console and Text browsers
 
Warning: Many console browsers will convert text in edit boxes to the encoding in use by your terminal (or what the browser thinks is your terminal's encoding which may not be the same thing) either at page load time (links and lynx) or when editing a field (w3m). If your terminal encoding is UTF-8 this is not a problem but if your terminal is using a legacy encoding (or is using UTF-8 but your browser thinks it's using a legacy encoding) then this is likely to destroy characters that are not present in the encoding your terminal is using when you save the page after editing.
 
 
ELinks
 
    Text only, but renders tables and frames.
    Supports HTTP authentication.
    Users can use their text editor of choice to edit textarea fields.
    Problems with editing UTF-8; set "User-agent identification" (in setup->option manager->protocols->http) to something like "Lynx/elinks/%v (textmode; %s; %t-%b)" to get non-ascii characters as hex codes.
    View is enhanced (especially of diffs) by using the following user.css and lua hook file (place in ${HOME}/.elinks and enable via option manager)
 
 
user.css:
 
/*
1. place in ~/.elinks
2. set user css to be "user.css" (no path, relative to ~/.elinks)
3. use document colors: use 1 or 2
*/
 
.diffchange {
        color: red;
        font-weight: bold;
}
 
.diff-deletedline {
        color: green;
}
 
.diff-addedline {
        color: cyan;
}
 
a.new {
        color: cyan;
        font-weight: bold;
}
 
 
 
hooks.lua:
 
--[[
lua preformatting function
 
1. lua has to be installed before compiling elinks; if this
  is the case, it is used by default
2. place this file in ~/.elinks
 
this file does:
 
show <del> and <ins> element, make <s> more evident
 
preformatting for wikipedia pages: since elinks ignores the
class attribute of <td> tags, we move it into the inner
<div> element
 
]]
 
testing=false
 
function pre_format_html_hook (url, html)
  -- formatting for <s> <del> <ins>
  html = string.gsub(html, '<[sS]>', '<s>[S:')
  html = string.gsub(html, '</[sS]>', ':S]</s>')
  html = string.gsub(html, '<[dD][eE][lL]>', '<s>[DEL:')
  html = string.gsub(html, '</[dD][eE][lL]>', ':DEL]</s>')
  html = string.gsub(html, '<[iI][nN][sS]>', '<s>[INS:')
  html = string.gsub(html, '</[iI][nN][sS]>', ':INS]</s>')
 
  -- diff-addedline and diff-deletedline classes
  if string.find(url, "diff=", 1, 1) or testing then
    html = string.gsub(html, '<td class="diff[-]addedline"><div>',
                            '<td><div class="diff-addedline">')
    html = string.gsub(html, '<td class="diff[-]deletedline"><div>',
                            '<td><div class="diff-deletedline">')
  end
 
  return html
end
 
Links
 
    In old versions the login may be broken. (Try to check referrer sending and cookie handling. If everything fails try to use ELinks, and check the same settings.)
 
Lynx
 
    Users can use their text editor of choice to edit textarea fields (this feature needs to be enabled at compile time)
    Forces wrapping of very long lines in a textarea, which is a problem in editing some articles.
    Display options for non-ASCII characters affect editing.
    Most tables are rendered as simple text.
    Viewing of diffs and redlinks can be improved by adding the following to the lynx.lss configuration file:
 
            span.diffchange:bold:brightred
            td.diff-deletedline:bold:green
            td.diff-addedline:bold:cyan
            a.new:bold:cyan
 
 
</div>

Latest revision as of 12:16, 24 March 2012

Redirect to: