|
|
| (6 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)
| + | |
| − | | + | |
| − | 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.
| + | |
| − | | + | |
| − | You can make the wikitext more readable by putting in newlines, but see [[wikipedia:Don't use line breaks]] for possible problems.
| + | |
| − | | + | |
| − | *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 === | | === Special characters === |
| | | | |
| − | {| class="wikitable" border="1"
| + | Symbols and other special characters can be inserted using Wiki text. |
| − | |- 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>û ü ÿ
| + | |
| − | | + | |
| − | *See [[Help:Special characters]].
| + | |
| − | | + | |
| − | |
| + | |
| − | <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 [[wikipedia:Manual of Style (mathematics)|Manual of Style]] prefers the <nowiki>x<sub>1</sub></nowiki> format.
| + | |
| − | *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>
| + | |
| − | | + | |
| − | *See also [[wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].
| + | |
| − | | + | |
| − | |
| + | |
| − | <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>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Mathematical formulae:''' <br><math>\,\! \sin x + \ln y</math><br>{{math|sin ''x'' + ln ''y''}}
| + | |
| − | | + | |
| − | <math>\mathbf{x} = \mathbf{0}</math><br>{{math|<b>x</b> {{=}} <b>0</b>}}
| + | |
| − | | + | |
| − | *Complex formulae should use [[Help:Displaying a formula|<code><math></code> markup]].
| + | |
| − | *Simple formulae may use either <code><math></code> markup or HTML/wiki markup using the <code>{{tl|math}}</code> template with <code><i></code> and <code><b></code> or <code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code> for formatting. Make sure to replace <code>=</code> with <code>{{tl|{{=}}}}</code>.
| + | |
| − | *Ordinary text should use [[#emph|wiki markup for emphasis]]. However, mathematical formulae often use italics, and sometimes use bold, for reasons unrelated to emphasis. Per [[wikipedia:Manual of Style (mathematics)|Wikipedia:Manual of Style (mathematics)]], wiki markup (<code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code>) is preferred over HTML markup (<code><i></code> and <code><b></code>), but both are allowed.
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre><math>\,\! \sin x + \ln y</math><br>
| + | |
| − | {{math|sin ''x'' + ln ''y''}}
| + | |
| − | | + | |
| − | <math>\mathbf{x} = \mathbf{0}</math><br>
| + | |
| − | {{math|<b>x</b> {{=}} <b>0</b>}}
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Spacing in simple math formulae:''' <br>Obviously, {{math|''x''<sup>2</sup> ≥ 0}} is true when {{math|''x''}} is a real number.
| + | |
| − | | + | |
| − | *Using '''<code>&nbsp;</code>''' to prevent linebreak is not needed; the <code>{{tl|math}}</code> template will prevent line breaks anyway; you can use <code><br></code> if you need an explicit line break inside a formula.
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>Obviously, {{math|''x<''<sup>2</sup> ≥ 0}} is true
| + | |
| − | when {{math|<VAR >x</VAR >}} is a real number.
| + | |
| − | </pre>
| + | |
| − | |- valign="top"
| + | |
| − | |
| + | |
| − | '''Complicated formulae:''' <br>
| + | |
| − | | + | |
| − | :<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
| + | |
| − | | + | |
| − | *See [[Help:Displaying a formula]] for how to use <tt><math></tt>.
| + | |
| − | *A formula displayed on a line by itself should probably be indented by using the colon (:) character.
| + | |
| − | | + | |
| − | |
| + | |
| − | <br>
| + | |
| − | <pre>: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
| + | |
| − | </pre>
| + | |
| − | |}
| + | |
| | | | |
| − | ''(see also: [[Chess symbols in Unicode]])''
| + | [[Help:Special characters]] |
| | | | |
| | == No or limited formatting == | | == No or limited formatting == |
| Line 1,000: |
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,176: |
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}}]] |
| What it looks like
|
What you type
|
|
London has Public transport. (Article link)
- A link to another Wiki article.
- Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
- Thus the link above is to the URL en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also Canonicalization.
- A red link is a page that doesn't exist yet, they can be created by clicking on the link.
- A link to its own page will appear only as bold text.
|
London has [[public transport]].
|
|
San Francisco also has public transportation. (Renamed link)
- Same target, different name.
- The target ("piped") text must be placed first, then the text to be displayed, second.
|
San Francisco also has [[public transport|public transportation]].
|
|
San Francisco also has Public transportation. (Blend link)
Examples include Buses, Taxicabs, and Trams.
- Endings are blended into the link.
- Exception: a trailing Apostrophe (') and any characters following the apostrophe are not blended.
- Preferred style is to use this instead of a piped link, if possible.
- Blending can be suppressed by using <nowiki></nowiki> tags, which may be desirable in some instances. Example: a Micro-second.
|
San Francisco also has
[[public transport]]ation.
Examples include [[bus]]es,
[[taxicab]]s, and [[tram]]s.
a [[micro-]]<nowiki>second</nowiki>
|
|
See the wikipedia:Manual of Style. (Other page link)
|
See the [[Wikipedia:Manual of Style]].
|
|
wikipedia:Manual of Style is a link to a section within another page.
#Links_and_URLs is a link to another section on the current page.
Italics is a piped link to a section within another page.
- The part after the number sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case, and punctuation. Links to non-existent sections are not broken; they are treated as links to the top of the page.
- Include "| link title" to create a stylish (piped) link title.
- If sections have the same title, add a number to link to any but the first.#Example_section_3 goes to the third section named "Example section".
|
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.
[[#Links and URLs]] is a link to another section on the current page.
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.
|
|
(Example renamed links)
Automatically hide stuff in parentheses: kingdom.
Automatically hide namespace: Village pump.
Or both: Manual of Style
But not: [[Wikipedia:Manual of Style#Links|]]
- The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When previewing your edits, you will not see the expanded form until you press Save and Edit again. The same applies to links to sections within the same page (see previous entry).
- See Pipe trick for details.
|
Automatically hide stuff in parentheses: [[kingdom (biology)|]].
Automatically hide namespace: [[Wikipedia:Village pump|]].
Or both:[[Wikipedia:Manual of Style (headings)|]]
But not:[[Wikipedia:Manual of Style#Links|]]
|
|
(Create page link)
Links to pages that don’t exist yet look red: wikipedia:Community portal/Opentask/Requested articles
- You can create it by clicking on the link.
- To create a new page:
- Create a link to it on some other (related) page.
- Save that page.
- Click on the link you just made. The new page will open for editing.
- For more information, see starting an article and check out Wikipedia's naming conventions.
- Please do not create a new article without linking to it from at least one other article.
|
Links to pages that don’t exist yet look red:
[[Wikipedia:Community portal/Opentask/Requested articles]]
|
|
(Redirects)
- Redirect one article title to another by placing a directive like the one shown to the right on the first line of the article (such as at a page titled "USA").
- It is possible to redirect to a section. For example, a redirect to United States#History will redirect to the History section of the United States page, if it exists.
|
#REDIRECT [[United States]]
#REDIRECT [[United States#History]] will redirect to the [[United States]] page, to the History section, if it exists
|
|
(Wikimedia link)
To connect, via interwiki link, to a page on the same subject in another language, put a link of the form: [[language code:Title]] near the bottom of the article. For example, in article "Plankton", which is available on a lot of other wikis, the interwiki link to the German Wikipedia looks like:
- [[:de:Plankton]]
where the "de" is the language-code for "Deutsch" (the German language).
- It is recommended interwiki links be placed at the very end of the article.
- Interwiki links are not visible within the formatted article but, instead, appear as language links on the extreme left-margin column of a Wikipedia page (under menu section "languages").
- Please see Interlanguage links and the Complete list of language wikis available.
|
[[:de:Plankton]]
[[:es:Plancton]]
[[:ru:Планктон]]
[[:simple:Plankton]]
|
|
(Linked and why)
What links here and Related changes pages can be linked as: Special:Whatlinkshere/Help:Wiki markup and Special:Recentchangeslinked/Help:Wiki markup
|
'''What links here''' and '''Related changes''' pages can be linked as: Special:WhatLinkshere/Help:Wiki markup and Special:RecentChangeslinked/ Help:Wiki markup
|
- Dates
-
Use links for dates, so everyone can set their own display order. Use Special:Preferences to change your own date display setting. July 20 1969 20 July 1969 and 1969-07-20
|
[[July 20]] [[1969]]
[[20 July]] [[1969]]
and [[1969]]-[[07-20]]
|
- Linking to old revisions of pages, diffs, and specific history pages
External link function is used for these as [[page]] will not work. Open an old revision or diff and copy the url, pasting it where you want it, e.g. previous edit
|
[http://en.wikipedia.org/w/index.php?
title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]
|
|
(User edits)
A user's Contributions page can be linked as: Special:Contributions/UserName or Special:Contributions/192.0.2.0
|
A user's '''Contributions''' page can be linked as: [[Special:Contributions/UserName]] or [[Special:Contributions/192.0.2.0]]
|
|
(Categorize)
- To put an article in a category, place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended.
|
[[Category:Character sets]]
|
|
(Category page link)
- To link to a category page without putting the article into the category, use a colon prefix (":Category") in the link. The formatted text link will appear as: Category:Character sets.
|
[[:Category:Character sets]]
|
|
(External links)
Three ways to link to external (non-wiki) sources:
- Bare URL: http://www.wikipedia.org/ (bad style)
- Unnamed link: [1] (only used within article body for footnotes)
- Named link: Wikipedia
- See wikipedia:InterWikimedia links for the list of shortcuts.
- Square brackets indicate an external link. Note the use of a space (not a pipe) to separate the URL from the link text in the "named" version.
- In the URL, all symbols must be among:
A-Z a-z 0-9 . _ \ / ~ % - + & # ? ! = ( ) @
- If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the hex code of the character, which can be found in the table of ASCII printable characters. For example, the caret character (^) would be encoded in a URL as %5E.
- If the "named" version contains a closing square bracket "]", then you must use the HTML special character syntax, i.e. ] otherwise the MediaWiki software will prematurely interpret this as the end of the external link.
- There is a class that can be used to remove the arrow image from the external link. It is used in Template:Ref to stop the URL from expanding during printing. It should never be used in the main body of an article. However, there is an exception: wikilinks in Image markup. An example of the markup is as follows:
- Markup: <span
class="plainlinks neverexpand">
[http://www.sysinternals.com/
ntw2k/freeware/winobj.shtml WinObj]</span>
- Display: WinObj
- See External links for style issues.
|
Three ways to link to external (non-wiki) sources:
# Bare URL: http://en.wikipedia.org/ (bad style)
# Unnamed link: [http://en.wikipedia.org/] (only used within article body for footnotes)
# Named link: [http://en.wikipedia.org Wikipedia]
|
|
(Wikimedia text link)
Linking to other wikis:
- InterWiki link: wiktionary:Hello
- Interwiki link without prefix: Hello
- Named interwiki link: Wiktionary definition of 'Hello'
Linking to another language's wiktionary:
- wiktionary:fr:bonjour
- bonjour
- fr:bonjour
|
Linking to other wikis:
# [[InterWiki]] link: [[Wiktionary:Hello]]
# Interwiki link without prefix: [[Wiktionary:Hello|]]
# Named interwiki link: [[Wiktionary:Hello|Wiktionary definition of 'Hello']]
Linking to another language's wiktionary:
# [[Wiktionary:fr:bonjour]]
# [[Wiktionary:fr:bonjour|bonjour]]
# [[Wiktionary:fr:bonjour|]]
|
|
(Book sources)
ISBN 012345678X
ISBN 0-12-345678-X
Link to a book using alternate text, such as its title.
- Link to books using their ISBN. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended. ISBN links do not need any extra markup, provided you use one of the indicated formats.
- To create a link to Book Sources using alternate text (e.g. the book's title), use the internal link style with the appropriate namespace.
|
ISBN 012345678X
ISBN 0-12-345678-X
[[Special:BookSources/0670037818|alternate text, such as its title]]
|
|
(RFC number)
Text mentioning an RFC number anywhere, e.g. RFC 4321.
|
Text mentioning an RFC number anywhere, e.g. RFC 4321.
|
|
(“As of” tag)
“As of” tags like "As of April 2009" and "as of April 2009" categorize info that will need updating.
|
“[[WP:As of|As of]]” tags like "{{As of|2009|4|df=us}}" and "{{As of|2009|4|df=us|lc=on}}" categorize info that will need updating.
|
|
(Media link)
Family Group Record PDF File
- To include links to non image uploads such as PDF files, use a "media" link. For images, see next section.
Some uploaded sounds are listed at commons:Sound.
|
[[media:Family Group Record.pdf|Family Group Record PDF file]]
|
|
(Edit links)
Link directly to edit for an existing page, or apply other link attributes.
- use {{fullurl:}}
- or use {{template:edit}} which conceals the edit label for page printing
|
{{fullurl:page name|action=edit}}
|
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.