|
|
| (5 intermediate revisions by one user not shown) |
| Line 60: |
Line 60: |
| | | | |
| | {{ToDo|Change the examples to be more relevant to FamilySearch Wiki}} | | {{ToDo|Change the examples to be more relevant to FamilySearch Wiki}} |
| − |
| |
| − | {{Contributor Help badge}}
| |
| | | | |
| | {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| Line 519: |
Line 517: |
| | For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]]. | | For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]]. |
| | | | |
| − | == Section headings == | + | === Lists === |
| | | | |
| − | {{further|[[Help:Section]]}} Use headings to split articles into sections. Put a heading on a separate line. A level-two heading is the highest level editors use in an article.
| + | Bullet or numbered lists can be created using Wiki text. |
| | | | |
| − | {| class="wikitable" border="1"
| + | [[Help:Formatting]] |
| − | |-
| + | |
| − | ! style="width: 50%" | What it looks like
| + | |
| − | ! style="width: 50%" | What you type
| + | |
| − | |-
| + | |
| − | | <div style="border-bottom: rgb(170,170,170) 1px solid; font-size: 150%">Section headings</div>
| + | |
| − | ''Headings'' organize your writing into sections. The Wiki software can automatically generate a [[Help:Section|table of contents]] from them.
| + | |
| − | <div style="font-size: 132%; font-weight: bold">Subsection</div>
| + | |
| − | Using more equals signs creates a subsection.
| + | |
| − | <div style="font-size: 116%; font-weight: bold">A smaller subsection</div>
| + | |
| − | Start with 2 equals signs. Don't skip levels, like from two to four equals signs.
| + | |
| | | | |
| − | | <pre>==Section headings==
| + | == Section headings == |
| | | | |
| − | ''Headings'' organize your writing into sections.
| + | Headings are used to split articles into sections. |
| − | The Wiki software can automatically generate
| + | |
| − | a table of contents from them.
| + | |
| | | | |
| − | ==Subsection==
| + | [[Help:Section]] |
| − | | + | |
| − | Using more equals signs creates a subsection.
| + | |
| − | | + | |
| − | ===A smaller subsection===
| + | |
| − | Start with 2 equals signs.
| + | |
| − | Don't skip levels, like from two to four equals signs.
| + | |
| − | </pre>
| + | |
| − | |-
| + | |
| − | | '''Horizontal line'''
| + | |
| − | Separating with a horizontal dividing line:<br>
| + | |
| − | | + | |
| − | :this is above it...
| + | |
| − | | + | |
| − | ----
| + | |
| − | | + | |
| − | :...and this is below it.
| + | |
| − | | + | |
| − | If you don't use a section header, you don't get a TOC entry.
| + | |
| − | | + | |
| − | | <pre>A horizontal dividing line:
| + | |
| − | this is above it...
| + | |
| − | ----
| + | |
| − | ...and this is below it.
| + | |
| − | </pre>
| + | |
| − | |}
| + | |
| | | | |
| | == Text formatting == | | == Text formatting == |
| | | | |
| − | {| class="wikitable" border="1"
| + | You can format your text using wiki markup. |
| − | |-
| + | |
| − | ! style="width: 50%" | What it looks like
| + | |
| − | ! style="width: 50%" | What you type
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | ;[[W:Newline|Newline]]
| + | |
| − | :
| + | |
| | | | |
| − | A single newline has no effect on the layout.
| + | [[Help:Formatting]] |
| | | | |
| − | But an empty line starts a new paragraph, or ends a list or indented part. (<nowiki><p></nowiki> disables this paragraphing until <nowiki></p></nowiki> or the end of the section)
| + | === Special characters === |
| | | | |
| − | A semicolon at the start of a line is not displayed, but has the effect of rendering the newline. A colon in such a line is not rendered, but has the effect of starting a new, indented line.
| + | Symbols and other special characters can be inserted using Wiki text. |
| | | | |
| − | You can make the wikitext more readable by putting in newlines, but see [[wikipedia:Don't use line breaks]] for possible problems.
| + | [[Help:Special characters]] |
| − | | + | |
| − | *When used in a list, a newline ''does'' affect the layout (See [[Help:List]]).
| + | |
| − | | + | |
| − | | <pre>A single
| + | |
| − | newline
| + | |
| − | has no
| + | |
| − | effect on the
| + | |
| − | layout.
| + | |
| − | | + | |
| − | But an empty line
| + | |
| − | starts a new paragraph.</pre>
| + | |
| − | |-
| + | |
| − | | You can break lines<br>without starting a new paragraph.
| + | |
| − | (The HTML tag <nowiki><br /></nowiki> is sufficient. The system produces the XHTML code <nowiki><br /></nowiki>.)
| + | |
| − | | + | |
| − | *Please use this sparingly.
| + | |
| − | *Close markup between lines; do not start a [[Help:Link|link]] or ''italics'' or '''bold''' on one line and close it on the next.
| + | |
| − | | + | |
| − | | <pre>You can break lines<br />
| + | |
| − | without starting a new paragraph.</pre>
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | When there is a need for separating a block of text
| + | |
| − | <blockquote>the '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does. </blockquote>
| + | |
| − | This is useful for (as the name says) inserting blocks of quoted (and cited) text.
| + | |
| − | | + | |
| − | | <pre><blockquote>
| + | |
| − | The '''blockquote''' command will indent
| + | |
| − | both margins when needed instead of the
| + | |
| − | left margin only as the colon does.
| + | |
| − | </blockquote>
| + | |
| − | </pre>
| + | |
| − | |-
| + | |
| − | | <center>Centered text.</center>
| + | |
| − | | <pre><center>Centered text.</center></pre>
| + | |
| − | |}
| + | |
| − | | + | |
| − | === Lists ===
| + | |
| − | | + | |
| − | {| class="wikitable" border="1"
| + | |
| − | |-
| + | |
| − | ! style="width: 50%" | What it looks like
| + | |
| − | ! style="width: 50%" | What you type
| + | |
| − | |- id="lists"
| + | |
| − | |
| + | |
| − | *''Unordered [[Help:List|lists]]'' are easy to do:
| + | |
| − | **Start every line with a star.
| + | |
| − | ***More stars indicate a deeper level.
| + | |
| − | *:Previous item continues.
| + | |
| − | **A new line
| + | |
| − | *in a list
| + | |
| − | | + | |
| − | marks the end of the list.
| + | |
| − | | + | |
| − | *Of course you can start again.
| + | |
| − | | + | |
| − | | <pre>* ''Unordered lists'' are easy to do:
| + | |
| − | ** Start every line with a star.
| + | |
| − | *** More stars indicate a deeper level.
| + | |
| − | *: Previous item continues.
| + | |
| − | ** A new line
| + | |
| − | * in a list
| + | |
| − | marks the end of the list.
| + | |
| − | * Of course you can start again.
| + | |
| − | </pre>
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | #''Numbered lists'' are:
| + | |
| − | ##Very organized
| + | |
| − | ##Easy to follow
| + | |
| − | #:Previous item continues
| + | |
| − | | + | |
| − | A new line marks the end of the list.
| + | |
| − | | + | |
| − | #New numbering starts with 1.
| + | |
| − | | + | |
| − | | <pre># ''Numbered lists'' are:
| + | |
| − | ## Very organized
| + | |
| − | ## Easy to follow
| + | |
| − | #: Previous item continues
| + | |
| − | A new line marks the end of the list.
| + | |
| − | # New numbering starts with 1.
| + | |
| − | </pre>
| + | |
| − | |}
| + | |
| − | | + | |
| − | == Character formatting ==
| + | |
| − | | + | |
| − | {| class="wikitable" border="1"
| + | |
| − | |- valign="top"
| + | |
| − | ! What it looks like
| + | |
| − | ! What you type
| + | |
| − | |- id="emph" valign="top"
| + | |
| − | | You can ''italicize text'' by putting 2
| + | |
| − | apostrophes on each side.
| + | |
| − | | + | |
| − | 3 apostrophes will '''bold the text'''.
| + | |
| − | | + | |
| − | 5 apostrophes will '''bold''' and ''italicize'' '''''the text'''''.
| + | |
| − | | + | |
| − | | <pre>You can ''italicize text'' by putting 2
| + | |
| − | apostrophes on each side.
| + | |
| − | | + | |
| − | 3 apostrophes will '''bold the text'''.
| + | |
| − | | + | |
| − | 5 apostrophes will '''bold''' and ''italicize''
| + | |
| − | '''''the text'''''.
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | [[Mw:Extension:SyntaxHighlight GeSHi|Syntax highlighting]] for source code.
| + | |
| − | | + | |
| − | Computer code has a colored background and more stringent formatting. Suppose we want to define <code>int main()</code>: <source lang=cpp>#include <iostream> int main ( int argc, char **argv ) {
| + | |
| − | | + | |
| − | std::cout << "Hello World!";
| + | |
| − | return 0;
| + | |
| − | | + | |
| − | }</source>
| + | |
| − | | + | |
| − | | <pre>Computer code has a colored background
| + | |
| − | and more stringent formatting. Suppose we
| + | |
| − | want to define <code>int main()</code>:
| + | |
| − | | + | |
| − | <source lang=cpp>#include <iostream>
| + | |
| − | int main ( int argc, char **argv ) {
| + | |
| − | std::cout << "Hello World!";
| + | |
| − | return 0;
| + | |
| − | }</source>
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | You can use <small>small text</small> for captions.
| + | |
| − | | + | |
| − | | <pre>You can use <small>small text</small> for captions.
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | Better stay away from <big>big text</big>, unless <small>it's <big>within</big> small</small> text.
| + | |
| − | | + | |
| − | | <pre>Better stay away from <big>big text</big>, unless
| + | |
| − | <small> it's <big>within</big> small</small> text.
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | You can <s>strike out deleted material</s> and <u>underline new material</u>. <small>([[Template:Double underline|{{du&amp;amp;#124;Double underlining}}]] is also possible.)</small>
| + | |
| − | | + | |
| − | You can also mark <del>deleted material</del> and <ins>inserted material</ins> using logical markup. For backwards compatibility better combine this potentially ignored new <del>logical</del> with the old <s><del>physical</del></s> markup.
| + | |
| − | | + | |
| − | *When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.
| + | |
| − | *When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
| + | |
| − | | + | |
| − | | <pre>You can <s>strike out deleted material</s>
| + | |
| − | and <u>underline new material</u>.
| + | |
| − | | + | |
| − | You can also mark <del>deleted material</del> and
| + | |
| − | <ins>inserted material</ins> using logical markup.
| + | |
| − | For backwards compatibility better combine this
| + | |
| − | potentially ignored new <del>logical</del> with
| + | |
| − | the old <s><del>physical</del></s> markup.
| + | |
| − | </pre>
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | You can include a '''non-breaking space''' (sometimes called '''non-printing character''') where you require two words to always appear together on the same line, such as ''Mr. Smith'' or ''400 km/h'' using '''<code>&nbsp;</code>''' in place of a regular space between the two "words" that need to behave as a single word (never be separated on different lines).
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>Mr.&nbsp;Smith or 400&nbsp;km/h.</pre>
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | '''Extra spacing''' within text can best be achieved using the [[Template:Pad|pad]] template:
| + | |
| − | | + | |
| − | Mary {{pad|4em}} had a little lamb.
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>Mary {{pad|4em}} had a little lamb.
| + | |
| − | </pre>
| + | |
| − | |-
| + | |
| − | |
| + | |
| − | '''Typewriter font''' (does not work beyond the end of a paragraph):<br><tt>arrow →</tt>
| + | |
| − | | + | |
| − | <tt>''italics''</tt> <tt>[[Link]]</tt>
| + | |
| − | | + | |
| − | New paragraph.
| + | |
| − | | + | |
| − | | <pre><tt>arrow &rarr;</tt>
| + | |
| − | | + | |
| − | <tt>''italics''</tt>
| + | |
| − | <tt>[[link]]
| + | |
| − | | + | |
| − | New paragraph.</tt></pre>
| + | |
| − | |}
| + | |
| − | | + | |
| − | === Special Characters ===
| + | |
| − | | + | |
| − | Symbols and other special characters not available on your keyboard can be inserted through a special sequence of characters. Those sequences are called {{Wpd|List of HTML entities|HTML entities}}. For example, the following sequence (entity) '''&rarr;''' when inserted will be shown as <ins>right arrow</ins> HTML symbol → and '''&mdash;''' when inserted will be shown as an <ins>em dash</ins> HTML symbol — .
| + | |
| − | | + | |
| − | {{Tip|Hover over any character below to find out the symbol that produces it. Some symbols not available in the current font will appear as empty squares.}}
| + | |
| − | | + | |
| − | | + | |
| − | | + | |
| − | {| class="wikitable" align=center width=100%
| + | |
| − | ! colspan=32 | HTML symbol entities
| + | |
| − | |- align=center| '''<span title="&Aacute;">Á</span>
| + | |
| − | | '''<span title="&aacute;">á</span>
| + | |
| − | | '''<span title="&Acirc;">Â</span>
| + | |
| − | | '''<span title="&acirc;">â</span>
| + | |
| − | | '''<span title="&acute;">´</span>
| + | |
| − | | '''<span title="&AElig;">Æ</span>
| + | |
| − | | '''<span title="&aelig;">æ</span>
| + | |
| − | | '''<span title="&Agrave;">À</span>
| + | |
| − | | '''<span title="&agrave;">à</span>
| + | |
| − | | '''<span title="&alefsym;">ℵ</span>
| + | |
| − | | '''<span title="&Alpha;">Α</span>
| + | |
| − | | '''<span title="&alpha;">α</span>
| + | |
| − | | '''<span title="&amp;">&</span>
| + | |
| − | | '''<span title="&and;">∧</span>
| + | |
| − | | '''<span title="&ang;">∠</span>
| + | |
| − | | '''<span title="&Aring;">Å</span>
| + | |
| − | | '''<span title="&aring;">å</span>
| + | |
| − | | '''<span title="&asymp;">≈</span>
| + | |
| − | | '''<span title="&Atilde;">Ã</span>
| + | |
| − | | '''<span title="&atilde;">ã</span>
| + | |
| − | | '''<span title="&Auml;">Ä</span>
| + | |
| − | | '''<span title="&auml;">ä</span>
| + | |
| − | | '''<span title="&bdquo;">„</span>
| + | |
| − | | '''<span title="&Beta;">Β</span>
| + | |
| − | | '''<span title="&beta;">β</span>
| + | |
| − | | '''<span title="&brvbar;">¦</span>
| + | |
| − | | '''<span title="&bull;">•</span>
| + | |
| − | | '''<span title="&cap;">∩</span>
| + | |
| − | | '''<span title="&Ccedil;">Ç</span>
| + | |
| − | | '''<span title="&ccedil;">ç</span>
| + | |
| − | | '''<span title="&cedil;">¸</span>
| + | |
| − | | '''<span title="&cent;">¢</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&Chi;">Χ</span>
| + | |
| − | | '''<span title="&chi;">χ</span>
| + | |
| − | | '''<span title="&circ;">ˆ</span>
| + | |
| − | | '''<span title="&clubs;">♣</span>
| + | |
| − | | '''<span title="&cong;">≅</span>
| + | |
| − | | '''<span title="&copy;">©</span>
| + | |
| − | | '''<span title="&crarr;">↵</span>
| + | |
| − | | '''<span title="&cup;">∪</span>
| + | |
| − | | '''<span title="&curren;">¤</span>
| + | |
| − | | '''<span title="&dagger;">†</span>
| + | |
| − | | '''<span title="&Dagger;">‡</span>
| + | |
| − | | '''<span title="&darr;">↓</span>
| + | |
| − | | '''<span title="&dArr;">⇓</span>
| + | |
| − | | '''<span title="&deg;">°</span>
| + | |
| − | | '''<span title="&Delta;">Δ</span>
| + | |
| − | | '''<span title="&delta;">δ</span>
| + | |
| − | | '''<span title="&diams;">♦</span>
| + | |
| − | | '''<span title="&divide;">÷</span>
| + | |
| − | | '''<span title="&Eacute;">É</span>
| + | |
| − | | '''<span title="&eacute;">é</span>
| + | |
| − | | '''<span title="&Ecirc;">Ê</span>
| + | |
| − | | '''<span title="&ecirc;">ê</span>
| + | |
| − | | '''<span title="&Egrave;">È</span>
| + | |
| − | | '''<span title="&egrave;">è</span>
| + | |
| − | | '''<span title="&empty;">∅</span>
| + | |
| − | | '''<span title="&emsp;"> </span>
| + | |
| − | | '''<span title="&ensp;"> </span>
| + | |
| − | | '''<span title="&Epsilon;">Ε</span>
| + | |
| − | | '''<span title="&epsilon;">ε</span>
| + | |
| − | | '''<span title="&equiv;">≡</span>
| + | |
| − | | '''<span title="&Eta;">Η</span>
| + | |
| − | | '''<span title="&eta;">η</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&ETH;">Ð</span>
| + | |
| − | | '''<span title="&eth;">ð</span>
| + | |
| − | | '''<span title="&Euml;">Ë</span>
| + | |
| − | | '''<span title="&euml;">ë</span>
| + | |
| − | | '''<span title="&euro;">€</span>
| + | |
| − | | '''<span title="&exist;">∃</span>
| + | |
| − | | '''<span title="&fnof;">ƒ</span>
| + | |
| − | | '''<span title="&forall;">∀</span>
| + | |
| − | | '''<span title="&frac12;">½</span>
| + | |
| − | | '''<span title="&frac14;">¼</span>
| + | |
| − | | '''<span title="&frac34;">¾</span>
| + | |
| − | | '''<span title="&frasl;">⁄</span>
| + | |
| − | | '''<span title="&Gamma;">Γ</span>
| + | |
| − | | '''<span title="&gamma;">γ</span>
| + | |
| − | | '''<span title="&ge;">≥</span>
| + | |
| − | | '''<span title="&gt;">></span>
| + | |
| − | | '''<span title="&harr;">↔</span>
| + | |
| − | | '''<span title="&hArr;">⇔</span>
| + | |
| − | | '''<span title="&hearts;">♥</span>
| + | |
| − | | '''<span title="&hellip;">…</span>
| + | |
| − | | '''<span title="&Iacute;">Í</span>
| + | |
| − | | '''<span title="&iacute;">í</span>
| + | |
| − | | '''<span title="&Icirc;">Î</span>
| + | |
| − | | '''<span title="&icirc;">î</span>
| + | |
| − | | '''<span title="&iexcl;">¡</span>
| + | |
| − | | '''<span title="&Igrave;">Ì</span>
| + | |
| − | | '''<span title="&igrave;">ì</span>
| + | |
| − | | '''<span title="&image;">ℑ</span>
| + | |
| − | | '''<span title="&infin;">∞</span>
| + | |
| − | | '''<span title="&int;">∫</span>
| + | |
| − | | '''<span title="&Iota;">Ι</span>
| + | |
| − | | '''<span title="&iota;">ι</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&iquest;">¿</span>
| + | |
| − | | '''<span title="&isin;">∈</span>
| + | |
| − | | '''<span title="&Iuml;">Ï</span>
| + | |
| − | | '''<span title="&iuml;">ï</span>
| + | |
| − | | '''<span title="&Kappa;">Κ</span>
| + | |
| − | | '''<span title="&kappa;">κ</span>
| + | |
| − | | '''<span title="&Lambda;">Λ</span>
| + | |
| − | | '''<span title="&lambda;">λ</span>
| + | |
| − | | '''<span title="&lang;">⟨</span>
| + | |
| − | | '''<span title="&laquo;">«</span>
| + | |
| − | | '''<span title="&larr;">←</span>
| + | |
| − | | '''<span title="&lArr;">⇐</span>
| + | |
| − | | '''<span title="&lceil;">⌈</span>
| + | |
| − | | '''<span title="&ldquo;">“</span>
| + | |
| − | | '''<span title="&le;">≤</span>
| + | |
| − | | '''<span title="&lfloor;">⌊</span>
| + | |
| − | | '''<span title="&lowast;">∗</span>
| + | |
| − | | '''<span title="&loz;">◊</span>
| + | |
| − | | '''<span title="&lrm;">‎</span>
| + | |
| − | | '''<span title="&lsaquo;">‹</span>
| + | |
| − | | '''<span title="&lsquo;">‘</span>
| + | |
| − | | '''<span title="&lt;"><</span>
| + | |
| − | | '''<span title="&macr;">¯</span>
| + | |
| − | | '''<span title="&mdash;">—</span>
| + | |
| − | | '''<span title="&micro;">µ</span>
| + | |
| − | | '''<span title="&middot;">·</span>
| + | |
| − | | '''<span title="&minus;">−</span>
| + | |
| − | | '''<span title="&Mu;">Μ</span>
| + | |
| − | | '''<span title="&mu;">μ</span>
| + | |
| − | | '''<span title="&nabla;">∇</span>
| + | |
| − | | '''<span title="&nbsp;"> </span>
| + | |
| − | | '''<span title="&ndash;">–</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&ne;">≠</span>
| + | |
| − | | '''<span title="&ni;">∋</span>
| + | |
| − | | '''<span title="&not;">¬</span>
| + | |
| − | | '''<span title="&notin;">∉</span>
| + | |
| − | | '''<span title="&nsub;">⊄</span>
| + | |
| − | | '''<span title="&Ntilde;">Ñ</span>
| + | |
| − | | '''<span title="&ntilde;">ñ</span>
| + | |
| − | | '''<span title="&Nu;">Ν</span>
| + | |
| − | | '''<span title="&nu;">ν</span>
| + | |
| − | | '''<span title="&Oacute;">Ó</span>
| + | |
| − | | '''<span title="&oacute;">ó</span>
| + | |
| − | | '''<span title="&Ocirc;">Ô</span>
| + | |
| − | | '''<span title="&ocirc;">ô</span>
| + | |
| − | | '''<span title="&OElig;">Œ</span>
| + | |
| − | | '''<span title="&oelig;">œ</span>
| + | |
| − | | '''<span title="&Ograve;">Ò</span>
| + | |
| − | | '''<span title="&ograve;">ò</span>
| + | |
| − | | '''<span title="&oline;">‾</span>
| + | |
| − | | '''<span title="&Omega;">Ω</span>
| + | |
| − | | '''<span title="&omega;">ω</span>
| + | |
| − | | '''<span title="&Omicron;">Ο</span>
| + | |
| − | | '''<span title="&omicron;">ο</span>
| + | |
| − | | '''<span title="&oplus;">⊕</span>
| + | |
| − | | '''<span title="&or;">∨</span>
| + | |
| − | | '''<span title="&ordf;">ª</span>
| + | |
| − | | '''<span title="&ordm;">º</span>
| + | |
| − | | '''<span title="&Oslash;">Ø</span>
| + | |
| − | | '''<span title="&oslash;">ø</span>
| + | |
| − | | '''<span title="&Otilde;">Õ</span>
| + | |
| − | | '''<span title="&otilde;">õ</span>
| + | |
| − | | '''<span title="&otimes;">⊗</span>
| + | |
| − | | '''<span title="&Ouml;">Ö</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&ouml;">ö</span>
| + | |
| − | | '''<span title="&para;">¶</span>
| + | |
| − | | '''<span title="&part;">∂</span>
| + | |
| − | | '''<span title="&permil;">‰</span>
| + | |
| − | | '''<span title="&perp;">⊥</span>
| + | |
| − | | '''<span title="&Phi;">Φ</span>
| + | |
| − | | '''<span title="&phi;">φ</span>
| + | |
| − | | '''<span title="&Pi;">Π</span>
| + | |
| − | | '''<span title="&pi;">π</span>
| + | |
| − | | '''<span title="&piv;">ϖ</span>
| + | |
| − | | '''<span title="&plusmn;">±</span>
| + | |
| − | | '''<span title="&pound;">£</span>
| + | |
| − | | '''<span title="&prime;">′</span>
| + | |
| − | | '''<span title="&Prime;">″</span>
| + | |
| − | | '''<span title="&prod;">∏</span>
| + | |
| − | | '''<span title="&prop;">∝</span>
| + | |
| − | | '''<span title="&Psi;">Ψ</span>
| + | |
| − | | '''<span title="&psi;">ψ</span>
| + | |
| − | | '''<span title="&quot;">"</span>
| + | |
| − | | '''<span title="&radic;">√</span>
| + | |
| − | | '''<span title="&rang;">⟩</span>
| + | |
| − | | '''<span title="&raquo;">»</span>
| + | |
| − | | '''<span title="&rarr;">→</span>
| + | |
| − | | '''<span title="&rArr;">⇒</span>
| + | |
| − | | '''<span title="&rceil;">⌉</span>
| + | |
| − | | '''<span title="&rdquo;">”</span>
| + | |
| − | | '''<span title="&real;">ℜ</span>
| + | |
| − | | '''<span title="&reg;">®</span>
| + | |
| − | | '''<span title="&rfloor;">⌋</span>
| + | |
| − | | '''<span title="&Rho;">Ρ</span>
| + | |
| − | | '''<span title="&rho;">ρ</span>
| + | |
| − | | '''<span title="&rlm;">‏</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&rsaquo;">›</span>
| + | |
| − | | '''<span title="&rsquo;">’</span>
| + | |
| − | | '''<span title="&sbquo;">‚</span>
| + | |
| − | | '''<span title="&Scaron;">Š</span>
| + | |
| − | | '''<span title="&scaron;">š</span>
| + | |
| − | | '''<span title="&sdot;">⋅</span>
| + | |
| − | | '''<span title="&sect;">§</span>
| + | |
| − | | '''<span title="&shy;">­</span>
| + | |
| − | | '''<span title="&Sigma;">Σ</span>
| + | |
| − | | '''<span title="&sigma;">σ</span>
| + | |
| − | | '''<span title="&sigmaf;">ς</span>
| + | |
| − | | '''<span title="&sim;">∼</span>
| + | |
| − | | '''<span title="&spades;">♠</span>
| + | |
| − | | '''<span title="&sub;">⊂</span>
| + | |
| − | | '''<span title="&sube;">⊆</span>
| + | |
| − | | '''<span title="&sum;">∑</span>
| + | |
| − | | '''<span title="&sup;">⊃</span>
| + | |
| − | | '''<span title="&sup1;">¹</span>
| + | |
| − | | '''<span title="&sup2;">²</span>
| + | |
| − | | '''<span title="&sup3;">³</span>
| + | |
| − | | '''<span title="&supe;">⊇</span>
| + | |
| − | | '''<span title="&szlig;">ß</span>
| + | |
| − | | '''<span title="&Tau;">Τ</span>
| + | |
| − | | '''<span title="&tau;">τ</span>
| + | |
| − | | '''<span title="&there4;">∴</span>
| + | |
| − | | '''<span title="&Theta;">Θ</span>
| + | |
| − | | '''<span title="&theta;">θ</span>
| + | |
| − | | '''<span title="&thetasym;">ϑ</span>
| + | |
| − | | '''<span title="&thinsp;"> </span>
| + | |
| − | | '''<span title="&THORN;">Þ</span>
| + | |
| − | | '''<span title="&thorn;">þ</span>
| + | |
| − | | '''<span title="&tilde;">˜</span>
| + | |
| − | |- align=center
| + | |
| − | | '''<span title="&times;">×</span>
| + | |
| − | | '''<span title="&trade;">™</span>
| + | |
| − | | '''<span title="&Uacute;">Ú</span>
| + | |
| − | | '''<span title="&uacute;">ú</span>
| + | |
| − | | '''<span title="&uarr;">↑</span>
| + | |
| − | | '''<span title="&uArr;">⇑</span>
| + | |
| − | | '''<span title="&Ucirc;">Û</span>
| + | |
| − | | '''<span title="&ucirc;">û</span>
| + | |
| − | | '''<span title="&Ugrave;">Ù</span>
| + | |
| − | | '''<span title="&ugrave;">ù</span>
| + | |
| − | | '''<span title="&uml;">¨</span>
| + | |
| − | | '''<span title="&upsih;">ϒ</span>
| + | |
| − | | '''<span title="&Upsilon;">Υ</span>
| + | |
| − | | '''<span title="&upsilon;">υ</span>
| + | |
| − | | '''<span title="&Uuml;">Ü</span>
| + | |
| − | | '''<span title="&uuml;">ü</span>
| + | |
| − | | '''<span title="&weierp;">℘</span>
| + | |
| − | | '''<span title="&Xi;">Ξ</span>
| + | |
| − | | '''<span title="&xi;">ξ</span>
| + | |
| − | | '''<span title="&Yacute;">Ý</span>
| + | |
| − | | '''<span title="&yacute;">ý</span>
| + | |
| − | | '''<span title="&yen;">¥</span>
| + | |
| − | | '''<span title="&yuml;">ÿ</span>
| + | |
| − | | '''<span title="&Yuml;">Ÿ</span>
| + | |
| − | | '''<span title="&Zeta;">Ζ</span>
| + | |
| − | | '''<span title="&zeta;">ζ</span>
| + | |
| − | | '''<span title="&zwj;">‍</span>
| + | |
| − | | '''<span title="&zwnj;">‌</span>'''
| + | |
| − | |}
| + | |
| − | | + | |
| − | | + | |
| − | | + | |
| − | '''Some special characters by topic:'''
| + | |
| − | | + | |
| − | {| class="wikitable" border="1"
| + | |
| − | |- valign="top"
| + | |
| − | ! What it looks like
| + | |
| − | ! What you type
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''<span id="diacritics">Diacritical marks:</span>''' <br>À Á Â Ã Ä Å <br>Æ Ç È É Ê Ë <br>Ì Í Î Ï Ñ Ò <br>Ó Ô Õ Ö Ø Ù <br>Ú Û Ü ß à á <br>â ã ä å æ ç <br>è é ê ë ì í<br>î ï ñ ò ó ô <br>œ õ ö ø ù ú <br>û ü ÿ
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
| + | |
| − | &AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml;
| + | |
| − | &Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve;
| + | |
| − | &Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave;
| + | |
| − | &Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute;
| + | |
| − | &acirc; &atilde; &auml; &aring; &aelig; &ccedil;
| + | |
| − | &egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
| + | |
| − | &icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc;
| + | |
| − | &oelig; &otilde; &ouml; &oslash; &ugrave; &uacute;
| + | |
| − | &ucirc; &uuml; &yuml;
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Punctuation:''' <br>¿ ¡ § ¶<br>† ‡ • – —<br>‹ › « »<br>‘ ’ “ ”
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>&iquest; &iexcl; &sect; &para;
| + | |
| − | &dagger; &Dagger; &bull; &ndash; &mdash;
| + | |
| − | &lsaquo; &rsaquo; &laquo; &raquo;
| + | |
| − | &lsquo; &rsquo; &ldquo; &rdquo;
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Commercial symbols:''' <br>™ © ® ¢ € ¥<br>£ ¤
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>&trade; &copy; &reg; &cent; &euro; &yen;
| + | |
| − | &pound; &curren;
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Subscripts:''' <br>x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or <br>x₀ x₁ x₂ x₃ x₄ <br>x₅ x₆ x₇ x₈ x₉
| + | |
| − | | + | |
| − | '''Superscripts:''' <br>x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or <br>x⁰ x¹ x² x³ x⁴ <br>x⁵ x⁶ x⁷ x⁸ x⁹
| + | |
| − | | + | |
| − | '''Combined:''' <br>ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> C² / J m. <br>1 Hectare = 1 E4 m²
| + | |
| − | | + | |
| − | *The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users' machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or
| + | |
| − | x&#8320; x&#8321; x&#8322; x&#8323; x&#8324;
| + | |
| − | x&#8325; x&#8326; x&#8327; x&#8328; x&#8329;
| + | |
| − | </pre><pre>x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or
| + | |
| − | x&#8304; x&sup1; x&sup2; x&sup3; x&#8308;
| + | |
| − | x&#8309; x&#8310; x&#8311; x&#8312; x&#8313;
| + | |
| − | | + | |
| − | </pre><pre>&epsilon;<sub>0</sub> = 8.85 &times;
| + | |
| − | 10<sup>&minus;12</sup> C&sup2; / J m.
| + | |
| − | | + | |
| − | 1 hectare = 1 E4 m&sup2;
| + | |
| − | | + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Greek characters:''' <br>α β γ δ ε ζ<br>η θ ι κ λ μ ν<br>ξ ο π ρ σ ς<br>τ υ φ χ ψ ω<br>Γ Δ Θ Λ Ξ Π<br>Σ Φ Ψ Ω
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>&alpha; &beta; &gamma; &delta; &epsilon; &zeta;
| + | |
| − | &eta; &theta; &iota; &kappa; &lambda; &mu; &nu;
| + | |
| − | &xi; &omicron; &pi; &rho; &sigma; &sigmaf;
| + | |
| − | &tau; &upsilon; &phi; &chi; &psi; &omega;
| + | |
| − | &Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi;
| + | |
| − | &Sigma; &Phi; &Psi; &Omega;
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Mathematical characters:''' <br>∫ ∑ ∏ √ − ± ∞<br>≈ ∝ ≡ ≠ ≤ ≥<br>× · ÷ ∂ ′ ″<br>∇ ‰ ° ∴ ℵ ø<br>∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br>¬ ∧ ∨ ∃ ∀<br>⇒ ⇐ ⇓ ⇑ ⇔<br>→ ↓ ↑ ← ↔<br>
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>&int; &sum; &prod; &radic; &minus; &plusmn; &infin;
| + | |
| − | &asymp; &prop; &equiv; &ne; &le; &ge;
| + | |
| − | &times; &middot; &divide; &part; &prime; &Prime;
| + | |
| − | &nabla; &permil; &deg; &there4; &alefsym; &oslash;
| + | |
| − | &isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;
| + | |
| − | &not; &and; &or; &exist; &forall;
| + | |
| − | &rArr; &lArr; &dArr; &uArr; &hArr;
| + | |
| − | &rarr; &darr; &uarr; &larr; &harr;
| + | |
| − | </pre>
| + | |
| − | |}
| + | |
| | | | |
| | == No or limited formatting == | | == No or limited formatting == |
| Line 1,224: |
Line 616: |
| | | | |
| | For the latter, and a discussion on when tables are appropriate, see [[wikipedia:When to use tables|When to use tables]]. | | For the latter, and a discussion on when tables are appropriate, see [[wikipedia:When to use tables|When to use tables]]. |
| − |
| |
| − | == Variables ==
| |
| − |
| |
| − | ''(See also [[Mw:help:magic words|Variable]])''
| |
| − |
| |
| − | {| style="text-align: center" class="FCK__ShowTableBorders"
| |
| − | |-
| |
| − | ! Code
| |
| − | ! Effect
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTWEEK}}</nowiki>
| |
| − | | {{CURRENTWEEK}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTDOW}}</nowiki>
| |
| − | | {{CURRENTDOW}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTMONTH}}</nowiki>
| |
| − | | {{CURRENTMONTH}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTMONTHNAME}}</nowiki>
| |
| − | | {{CURRENTMONTHNAME}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>
| |
| − | | {{CURRENTMONTHNAMEGEN}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTDAY}}</nowiki>
| |
| − | | {{CURRENTDAY}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTDAYNAME}}</nowiki>
| |
| − | | {{CURRENTDAYNAME}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTYEAR}}</nowiki>
| |
| − | | {{CURRENTYEAR}}
| |
| − | |-
| |
| − | | <nowiki>{{CURRENTTIME}}</nowiki>
| |
| − | | {{CURRENTTIME}}
| |
| − | |-
| |
| − | | <nowiki>{{NUMBEROFARTICLES}}</nowiki>
| |
| − | | {{NUMBEROFARTICLES}}
| |
| − | |-
| |
| − | | <nowiki>{{NUMBEROFUSERS}}</nowiki>
| |
| − | | {{NUMBEROFUSERS}}
| |
| − | |-
| |
| − | | <nowiki>{{PAGENAME}}</nowiki>
| |
| − | | {{PAGENAME}}
| |
| − | |-
| |
| − | | <nowiki>{{NAMESPACE}}</nowiki>
| |
| − | | {{NAMESPACE}}
| |
| − | |-
| |
| − | | <nowiki>{{REVISIONID}}</nowiki>
| |
| − | | {{REVISIONID}}
| |
| − | |-
| |
| − | | <nowiki>{{localurl:pagename}}</nowiki>
| |
| − | | {{localurl:pagename}}
| |
| − | |-
| |
| − | | <nowiki>{{localurl:</nowiki>''Wikipedia:Sandbox''<nowiki>|action=edit}}</nowiki>
| |
| − | | {{localurl:Wikipedia:Sandbox|action=edit}}
| |
| − | |-
| |
| − | | <nowiki>{{fullurl:pagename}}</nowiki>
| |
| − | | {{fullurl:pagename}}
| |
| − | |-
| |
| − | | <nowiki>{{fullurl:pagename|</nowiki>''query_string''<nowiki>}}</nowiki>
| |
| − | | {{fullurl:pagename|query_string}}
| |
| − | |-
| |
| − | | <nowiki>{{SERVER}}</nowiki>
| |
| − | | {{SERVER}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:1}}</nowiki>
| |
| − | | {{ns:1}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:2}}</nowiki>
| |
| − | | {{ns:2}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:3}}</nowiki>
| |
| − | | {{ns:3}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:4}}</nowiki>
| |
| − | | {{ns:4}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:5}}</nowiki>
| |
| − | | {{ns:5}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:6}}</nowiki>
| |
| − | | {{ns:6}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:7}}</nowiki>
| |
| − | | {{ns:7}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:8}}</nowiki>
| |
| − | | {{ns:8}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:9}}</nowiki>
| |
| − | | {{ns:9}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:10}}</nowiki>
| |
| − | | {{ns:10}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:11}}</nowiki>
| |
| − | | {{ns:11}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:12}}</nowiki>
| |
| − | | {{ns:12}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:13}}</nowiki>
| |
| − | | {{ns:13}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:14}}</nowiki>
| |
| − | | {{ns:14}}
| |
| − | |-
| |
| − | | <nowiki>{{ns:15}}</nowiki>
| |
| − | | {{ns:15}}
| |
| − | |-
| |
| − | | <nowiki>{{SITENAME}}</nowiki>
| |
| − | | {{SITENAME}}
| |
| − | |}
| |
| − |
| |
| − | '''NUMBEROFARTICLES''' is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.
| |
| − |
| |
| − | '''CURRENTMONTHNAMEGEN''' is the genitive (possessive) grammatical form of the month name, as used in some languages; '''CURRENTMONTHNAME''' is the nominative (subject) form, as usually seen in English.
| |
| − |
| |
| − | In languages where it makes a difference, you can use constructs like <nowiki>{{grammar:case|word}}</nowiki> to convert a word from the nominative case to some other case. For example, <nowiki>{{grammar:genitive|{{CURRENTMONTHNAME}}}}</nowiki> means the same as <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>. <!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? -->
| |
| | | | |
| | == Templates and Transcluding Pages == | | == Templates and Transcluding Pages == |
| Line 1,400: |
Line 671: |
| | </pre> | | </pre> |
| | |} | | |} |
| | + | |
| | + | == Variables == |
| | + | |
| | + | Variables are supported. They are often used in creating [[Help:Templates|templates]]. See a list at [[Help:Magic words#Variables|Help:Magic words]]. |
| | | | |
| | == HTML == | | == HTML == |
| | | | |
| − | Many [[HTML]] tags can be used in in Wiki markup, see [[Help:HTML in wikitext]] for a list. | + | Many {{Wpd|HTML}} tags can be used in in Wiki markup, see [[Help:Formatting#HTML|Help:Formatting]] for a list. |
| | + | |
| | + | {{Call Support}}{{Contributor Help badge}}<br><br> |
| | | | |
| − | {{Contributor help-navbox}} {{Editing help}} | + | {{Contributor help-navbox}} {{Editing help}} |
| | | | |
| | [[Category:Help|{{PAGENAME}}]] | | [[Category:Help|{{PAGENAME}}]] |
Only images that have been uploaded to Wikipedia can be used. To upload images, use the upload page. You can find the uploaded image on the image list.
Bullet or numbered lists can be created using Wiki text.
Headings are used to split articles into sections.
You can format your text using wiki markup.
Symbols and other special characters can be inserted using Wiki text.
When a page has at least four headings, a table of contents (TOC) will appear in front of the first header (after the lead). Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting __NOTOC__ anywhere forces the TOC to disappear. See also Compact TOC for alphabet and year headings.
If a page is transcluded without transclusion markup, it may cause an unintentional categorization. Any page transcluding it will contain the same category as the original page. Wrap the category markup with <noinclude> tags to prevent incorrect categorization.