Hjälp:Redigering: Skillnad mellan sidversioner

Från Nissepedia
Hoppa till navigering Hoppa till sök
(Skapade sidan med '===Redigera med hjälp av wikikod=== jag har saxxat detta från wikipedia så jag vet inte om det funkar här men det borde det ju göra :''Fördjupning: WP:Magiska ord'' …')
 
 
Rad 1: Rad 1:
===Redigera med hjälp av wikikod===
{{Wiki markup}}
{{shortcut|H:MARKUP|WP:MARKUP}}
'''Wiki markup''' is the syntax and keywords used by the [[MediaWiki]] software to format a page; see [[Wikipedia:How to edit a page|How to edit a page]] for details on using it.
{{TOC limit}}


jag har saxxat detta från wikipedia så jag vet inte om det funkar här men det borde det ju göra
==Layout==
===Sections===
====Section headings====
{{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.


:''Fördjupning: [[WP:Magiska ord]]''
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|
<div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div>
 
''Headings'' organize your writing into sections.
The Wiki software can automatically generate
a [[Help:Section|table of contents]] from them.
Start with 2 'equals' characters.
 
<div style="font-size:132%;font-weight:bold;">Subsection</div>
Using more 'equals' characters creates a subsection.
 
<div style="font-size:116%;font-weight:bold;">A smaller subsection</div>
 
Don't skip levels, like from two to four 'equals' characters.
 
|<pre>
==Section headings==
 
''Headings'' organize your writing into sections.
The Wiki software can automatically generate
a table of contents from them.
Start with 2 'equals' characters.
 
===Subsection===
 
Using more 'equals' characters creates a subsection.
 
====A smaller subsection====
 
Don't skip levels, like from two to four 'equals' characters.
</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><nowiki>'''Horizontal line'''
Separating with a horizontal dividing line:
this is above it...
----
...and this is below it.
If you don't use a section header, you don't get a TOC entry.
 
</nowiki></pre>
|}
 
====Table of contents====
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 <nowiki>__TOC__</nowiki> anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting <nowiki>__NOTOC__</nowiki> anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|Compact TOC]] for alphabet and year headings.
 
===Line breaks===
* You can make the wikitext more readable by putting in newlines, but see [[Wikipedia:Don't use line breaks]] for possible problems.
* To break lines use the <code><nowiki><br /></nowiki></code> element. The HTML tag <code><nowiki><br></nowiki></code> will be converted to the XHTML <code><nowiki><br /></nowiki></code> tag by [[HTML Tidy]] in most instances. The <code><nowiki><br></nowiki></code> tag is not converted when used in [[Wikipedia:Editnotice|editnotices]] or in the [[Help:MediaWiki namespace|MediaWiki namespace]]— it will render invalid XHTML and will break tools such as [[Wikipedia:Twinkle|Twinkle]].
* Please use these 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.
* When used in a list, a newline ''does'' affect the layout (See [[Help:List]]).
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|
A single newline has no
effect on the layout.
 
But an empty line starts a new paragraph, or ends a list or indented part.
|
<pre><nowiki>
A single newline has no
effect on the layout.
 
But an empty line starts a new paragraph, or ends a list or indented part.
</nowiki></pre>
|-
|
You can break lines<br />
without starting a new paragraph.
|
<pre><nowiki>You can break lines<br />
without starting a new paragraph.</nowiki></pre>
|}
 
===Indent text===
 
{| class="wikitable"
! What it looks like
! What you type
|-
| colspan="2"|
'''Left indent'''
|-
|
:A colon at the start of a line
::causes the line to be indented,
:::most commonly used on Talk pages.
|
<pre><nowiki>
:A colon at the start of a line
::causes the line to be indented,
:::most commonly used on Talk pages.
</nowiki></pre>
|-
| colspan="2"|
'''Blockquote'''<br/>
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.
|-
|
<blockquote>
The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does.
</blockquote>
|
<code><nowiki>
<blockquote>
The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does.
</blockquote>
</nowiki></code>
|}
 
===Center text===
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div>
|<code><nowiki><div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div> </nowiki></code>
|}
 
Template {{tl|center}} uses the same markup. To center a table, see [[Help:Table#Centering tables]].
 
===Lists===
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|- id="lists"
|
* ''Unordered [[Help:List|list]]s'' 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>
|}
 
===Retaining newlines and spaces===
{{shortcut|H:POEM}}
The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The [[mw:Extension:Poem|Poem]] extension adds HTML-like {{tag|poem}} tags to maintain newlines and spaces. These tags may be used inside other tags such as {{tag|blockquote}}.
 
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
| <poem>
In Xanadu did Kubla Khan
  A stately pleasure-dome decree:
Where Alph, the sacred river, ran
  Through caverns measureless to man
Down to a sunless sea.
 
So twice five miles of fertile ground
  With walls and towers were girdled round:
And there were gardens bright with sinuous rills,
  Where blossomed many an incense-bearing tree;
And here were forests ancient as the hills,
  Enfolding sunny spots of greenery.
</poem>
|<pre>
<poem>
In Xanadu did Kubla Khan
  A stately pleasure-dome decree:
Where Alph, the sacred river, ran
  Through caverns measureless to man
Down to a sunless sea.
 
So twice five miles of fertile ground
  With walls and towers were girdled round:
And there were gardens bright with sinuous rills,
  Where blossomed many an incense-bearing tree;
And here were forests ancient as the hills,
  Enfolding sunny spots of greenery.
</poem>
</pre>
|}
 
==Format==
===Text formatting===
{| class="wikitable"
|- 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>:
<syntaxhighlight lang="cpp">#include <iostream>
int main ( int argc,  char **argv ) {
    std::cout << "Hello World!";
    return 0;
}</syntaxhighlight>
|
<pre><nowiki>
Computer code has a colored background
and more stringent formatting. Suppose we
want to define &lt;code&gt;int  main()&lt;/code&gt;:
 
<syntaxhighlight lang="cpp">#include <iostream>
int main ( int argc,  char **argv ) {
    std::cout << "Hello World!";
    return 0;
}</syntaxhighlight>
</nowiki></pre>
|- valign=top
|
You can use <small>small text</small> for captions.
|
<pre><nowiki>
You can use <small>small text</small> for captions.
</nowiki></pre>
|- valign="top"
|
Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.
|
<pre><nowiki>
Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.
</nowiki></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.&nbsp;Smith'' or ''400&nbsp;km/h'' using '''<code>&amp;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.&amp;nbsp;Smith or 400&amp;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><nowiki>Mary {{pad|4em}} had a little lamb.
</nowiki></pre>
|-
|
'''Typewriter font'''
(does not work beyond the end of a paragraph):<br>
<tt>arrow      &rarr;</tt>
 
<tt>''italics''</tt>
<tt>[[link]]
 
New paragraph.</tt>
|
<pre><nowiki><tt>arrow      &amp;rarr;</tt>
 
<tt>''italics''</tt>
<tt>[[link]]</nowiki>
 
New paragraph.</tt></pre>
|}
 
===Special characters===
''See also: [[Chess symbols in Unicode]].''
====Diacritical marks====
* See [[Help:Special characters]].
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
À Á Â Ã Ä Å <br/>
Æ Ç È É Ê Ë <br/>
Ì Í
Î Ï Ñ Ò <br/>
Ó Ô Õ
Ö Ø Ù <br/>
Ú Û Ü ß
à á <br/>
â ã ä å æ
ç <br/>
è é ê ë ì í<br/>
î ï ñ ò ó ô <br/>
œ õ
ö ø ù ú <br/>
û ü ÿ
|
<pre><nowiki>
&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
&amp;AElig; &amp;Ccedil; &amp;Egrave; &amp;Eacute; &amp;Ecirc; &amp;Euml;
&amp;Igrave; &amp;Iacute; &amp;Icirc; &amp;Iuml; &amp;Ntilde; &amp;Ograve;
&amp;Oacute; &amp;Ocirc; &amp;Otilde; &amp;Ouml; &amp;Oslash; &amp;Ugrave;
&amp;Uacute; &amp;Ucirc; &amp;Uuml; &amp;szlig; &amp;agrave; &amp;aacute;
&amp;acirc; &amp;atilde; &amp;auml; &amp;aring; &amp;aelig; &amp;ccedil;
&amp;egrave; &amp;eacute; &amp;ecirc; &amp;euml; &amp;igrave; &amp;iacute;
&amp;icirc; &amp;iuml; &amp;ntilde; &amp;ograve; &amp;oacute; &amp;ocirc;
&amp;oelig; &amp;otilde; &amp;ouml; &amp;oslash; &amp;ugrave; &amp;uacute;
&amp;ucirc; &amp;uuml; &amp;yuml;
</nowiki></pre>
|}
 
====Punctuation====
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
¿ ¡ § ¶<br/>
† ‡ • &ndash; &mdash;<br/>
‹ › « »<br/>
‘ ’ “ ”
|
<pre><nowiki>
&amp;iquest; &amp;iexcl; &amp;sect; &amp;para;
&amp;dagger; &amp;Dagger; &amp;bull; &amp;ndash; &amp;mdash;
&amp;lsaquo; &amp;rsaquo; &amp;laquo; &amp;raquo;
&amp;lsquo; &amp;rsquo; &amp;ldquo; &amp;rdquo;
</nowiki></pre>
|}
 
====Commercial symbols====
{| class="wikitable"
! What it looks like
! What you type
|-
|
™ © ® ¢ € ¥<br/>
£ ¤
|
<pre><nowiki>
&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen;
&amp;pound; &amp;curren;
</nowiki></pre>
|}
 
====Subscripts and superscripts====
*The [[Wikipedia:Manual of Style (mathematics)#Superscripts and subscripts|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.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Subscripts''
|
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₉
|
<pre><nowiki>
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or
x&amp;#8320; x&amp;#8321; x&amp;#8322; x&amp;#8323; x&amp;#8324;
x&amp;#8325; x&amp;#8326; x&amp;#8327; x&amp;#8328; x&amp;#8329;
</nowiki></pre>
|-
|
''Superscripts''
|
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⁹
|
<pre><nowiki>
x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or
x&amp;#8304; x&amp;sup1; x&amp;sup2; x&amp;sup3; x&amp;#8308;
x&amp;#8309; x&amp;#8310; x&amp;#8311; x&amp;#8312; x&amp;#8313;
</nowiki></pre>
|-
|
''Combined''
|
ε<sub>0</sub> = 8.85 &times; 10<sup>&minus;12</sup> C² / J m.
<br/>
1 [[hectare]] = [[1 E4 m&sup2;]]
|
<pre><nowiki>
&amp;epsilon;<sub>0</sub> = 8.85 &amp;times;
10<sup>&amp;minus;12</sup> C&amp;sup2; / J m.
 
1 [[hectare]] = [[1 E4 m&amp;sup2;]]
</nowiki></pre>
|}
 
====Greek characters====
{| class="wikitable"
! What it looks like
! What you type
|-
|
α β γ δ ε ζ<br/>
η θ ι κ λ μ ν<br/>
ξ ο π ρ σ ς<br/>
τ υ φ χ ψ ω<br/>
Γ Δ Θ Λ Ξ Π<br/>
Σ Φ Ψ Ω
|
<pre><nowiki>
&amp;alpha; &amp;beta; &amp;gamma; &amp;delta; &amp;epsilon; &amp;zeta;
&amp;eta; &amp;theta; &amp;iota; &amp;kappa; &amp;lambda; &amp;mu; &amp;nu;
&amp;xi; &amp;omicron; &amp;pi; &amp;rho; &amp;sigma; &amp;sigmaf;
&amp;tau; &amp;upsilon; &amp;phi; &amp;chi; &amp;psi; &amp;omega;
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
</nowiki></pre>
|}
 
====Mathematical characters====
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
∫ ∑ ∏ √ &minus; ± ∞<br/>
≈ ∝ ≡ ≠ ≤ ≥<br/>
&times; · ÷ ∂ &prime; &Prime;<br/>
∇ ‰ ° ∴ ℵ ø<br/>
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br/>
¬ ∧ ∨ ∃ ∀<br/>
⇒ ⇐ ⇓ ⇑ ⇔<br/>
→ ↓ ↑ ← ↔<br/>
|
<pre><nowiki>
&amp;int; &amp;sum; &amp;prod; &amp;radic; &amp;minus; &amp;plusmn; &amp;infin;
&amp;asymp; &amp;prop; &amp;equiv; &amp;ne; &amp;le; &amp;ge;
&amp;times; &amp;middot; &amp;divide; &amp;part; &amp;prime; &amp;Prime;
&amp;nabla; &amp;permil; &amp;deg; &amp;there4; &amp;alefsym; &amp;oslash;
&amp;isin; &amp;notin; &amp;cap; &amp;cup; &amp;sub; &amp;sup; &amp;sube; &amp;supe;
&amp;not; &amp;and; &amp;or; &amp;exist; &amp;forall;
&amp;rArr; &amp;lArr; &amp;dArr; &amp;uArr; &amp;hArr;
&amp;rarr; &amp;darr; &amp;uarr; &amp;larr; &amp;harr;
</nowiki></pre>
|}
 
====Mathematical formulae====
* Complex formulae should use <code>&lt;math&gt;</code> [[Help:Displaying a formula|markup]].
* Simple formulae may use either <code>&lt;math&gt;</code> markup or HTML/wiki markup using the <code >{{tl|math}}</code > template with <code>&lt;i&gt;</code> and <code>&lt;b&gt;</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)#Using HTML|Wikipedia:Manual of Style (mathematics)]], wiki markup (<code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code>) is preferred over HTML markup (<code>&lt;i&gt;</code> and <code>&lt;b&gt;</code>), but both are allowed.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
<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><nowiki>
<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>}}
</nowiki></pre>
|}
 
====Spacing in simple math formulae====
* Using '''<code>&amp;nbsp;</code>''' to prevent linebreak is not needed; the <code>{{tl|math}}</code> template will prevent line breaks anyway; you can use <code>&lt;br></code> if you need an explicit line break inside a formula.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
It follows that {{math|''x''<sup>2</sup> &ge; 0}} is true when {{math|<VAR>x</VAR>}} is a real number.
|
<pre><nowiki>
It follows that {{math|''x''<sup>2</sup> &ge; 0}} is true when {{math|<VAR>x</VAR>}} is a real number.
</nowiki></pre>
|}
 
====Complicated formulae====
* See [[Help:Displaying a formula]] for how to use <tt>&lt;math></tt>.
* A formula displayed on a line by itself should probably be indented by using the colon (:) character.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
|
<pre><nowiki>
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
</nowiki></pre>
|}
 
==Links and URLs==
===Free links===
In [[Wikipedia]] and some other [[Wiki]]s, '''free links''' are used in [[Wikitext]] markup to produce [[internal link]]s between pages, as opposed to the concept of [[CamelCase]] for the same purpose, which was used in the early days of Wikipedia, see [[Wikipedia:CamelCase and Wikipedia|CamelCase and Wikipedia]].
 
In [[Wikipedia:How to edit a page#Wiki markup|Wikipedia's markup language]], you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, <code><nowiki>[[Texas]]</nowiki></code>  will be rendered as [[Texas]]. Optionally, you can use a [[vertical bar]] (|) to customize the link title. For example, typing  <code><nowiki>[[Texas|Lone Star state]]</nowiki></code>  will produce [[Texas|Lone Star state]], a link that is displayed as "<u>Lone Star state</u>" but in fact links to [[Texas]].
 
====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 below is to the [[Uniform Resource Locator|URL]] en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also [[Help:Link#Conversion to canonical form|Canonicalization]].
*[[Intentionally permanent red link|A red link]] is a page that doesn't exist yet; it can be created by clicking on the link.
*A [[Help:Self link|link to its own page]] will appear only as bold text.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
London has [[public transport]].
|
<code><nowiki>London has [[public transport]].</nowiki></code>
|}
 
====Renamed link====
* Same target, different name.
* The target ("piped") text must be placed '''first''', then the text to be displayed '''second'''.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
New York also has [[public transport|public transportation]].
|
<code><nowiki>New York also has [[public transport|public transportation]].</nowiki></code>
|}
 
====Automatically rename links====
 
* Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When [[Help:Show preview|previewing]] your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to [[#link-to-section|links to sections within the same page]].
* See [[Help:Pipe trick|Pipe trick]] for details.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Automatically hide stuff in parentheses.''
|
[[kingdom (biology)|kingdom]]
|
<code><nowiki>[[kingdom (biology)|]].</nowiki></code>
|-
|
''Automatically hide namespace.''
|
[[Wikipedia:Village pump|Village pump]]
|
<code><nowiki>[[Wikipedia:Village pump|]].</nowiki></code>
|-
|
''Or both.''
|
[[Wikipedia:Manual of Style (headings)|Manual of Style]]
|
<code><nowiki>[[Wikipedia:Manual of Style (headings)|]]</nowiki></code>
|-
|
''This doesn't work for section links.''
|
[[Wikipedia:Manual of Style#Links|]]
|
<code><nowiki>[[Wikipedia:Manual of Style#Links|]]</nowiki></code>
|}
 
====Blend link====
* 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></nowiki></nowiki> tags, which may be desirable in some instances.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Blending active.''
|
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.
|
<code><nowiki>San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.</nowiki></code>
|-
|
''Blending suppressed.''
|
A [[micro-]]<nowiki></nowiki>second.
|
<code><nowiki>A [[micro-]]<nowiki></nowiki></nowiki>second</code>
|}
 
====Link to a section of a page====
* The part after the number sign (#) must match a [[Section_editing#Creation_and_numbering_of_sections|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".  You can use the pipe and retype the section title to display the text without the # symbol.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.
|
<code><nowiki>[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.</nowiki></code>
|-
|
[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.
|
<code><nowiki>[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.</nowiki></code>
|-
|
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.
|
<code><nowiki>[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.</nowiki></code>
|}
 
====Create page 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 [[Wikipedia:Starting an article|starting an article]] and check out Wikipedia's [[Wikipedia:Naming conventions|naming conventions]].
* Please do not create a new article without linking to it from at least one other article.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Links to pages that don’t exist yet look red.''
|
[[Wikipedia:Community portal/Opentask/Requested articles]]
|
<code><nowiki>[[Wikipedia:Community portal/Opentask/Requested articles]]</nowiki></code>
|}
 
===Redirects===
* [[Wikipedia:Redirect|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.


I [[wp:artiklar|artiklar]] på Wikipedia används en särskild [[wp:wikikod|wikikod]] för att bland annat '''formatera''' text med ''rubriker'', ''kursiveringar'' och ''fetstil''. Wikikod är en form av [[märkspråk]], med inslag av [[HTML]], det vanliga märkspråket för [[webbplatser]]. Wikikoden gör bland annat att man kan strukturera artiklarna och kombinera text och bild.
{| class="wikitable"
! Description
! What you type
|-
|
''Redirect to an article.''
|
<code><nowiki>#REDIRECT [[United States]] </nowiki></code>
|-
|
''Redirect to a section.''
|
<code><nowiki>#REDIRECT [[United States#History]]</nowiki></code>
|}


===Link to another [[Help:namespace|namespace]]===
{| class="wikitable"
{| class="wikitable"
! What it looks like
! What you type
|-
|-
! Vad du vill åstadkomma
|
! Hur du gör det
See the [[Wikipedia:Manual of Style]].
! Exempel
|
! Resultat
<code><nowiki>See the [[Wikipedia:Manual of Style]].</nowiki></code>
! Anmärkning
|}
 
===Link to the same article in another language (interlanguage links)===
* To link to a page on the same subject in another language, use the form: <nowiki>[[language code:Title]]</nowiki>.
* It is recommended interlanguage links be placed at the very end of the article.
* Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section "languages".
* Please see [[Help:Interlanguage links|Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|Complete list of language wikis available]].
'''NOTE:''' To create an '''''inline link''''' (a clickable link within the text), see [[Help:Interlanguage links#Inline interlanguage links|Inline interlanguage links]].
 
{| class="wikitable"
! Description
! What you type
|-
|-
|
|
'''Nytt stycke'''
''Link to the German version of "[[Plankton]]".''<br/>
|Tryck på enter-/returknappen två gånger.
''"de" is the language-code for ''"Deutsch"'' (the [[German language]]).''
|Stycke ett avslutas med skiljetecken.Entertryckning Entertryckning
|
<code><nowiki>[[de:Plankton]]</nowiki></code><br/>
|-
|
''Other examples.''
|
<code><nowiki>
[[de:Plankton]]
[[es:Plancton]]
[[ru:Планктон]]
[[simple:Plankton]]
</nowiki></code>
|}
 
===[[InterWiki]] link===
* Link to any page on other Wikimedia wikis.
* Note that interwiki links use the ''internal'' link style.
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#External links|see below]])
* See also [[Wikipedia:Wikimedia sister projects|Wikimedia sister projects]].
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
| colspan="3"|
Linking to a page on another wiki in English.<br/>
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello
|-
|
''Simple link.''
 
''Without prefix.''
 
''Named link.''
|
[[Wiktionary:Hello]]
 
[[Wiktionary:Hello|Hello]]
 
[[Wiktionary:Hello|Wiktionary definition of 'Hello']]
|
<code><nowiki>[[Wiktionary:Hello]]</nowiki></code>


Stycke två börjar på ny rad.
<code><nowiki>[[Wiktionary:Hello|]]</nowiki></code>
|Stycke ett avslutas med skiljetecken.


Stycke två börjar på ny rad.
<code><nowiki>[[Wiktionary:Hello|Wiktionary definition of 'Hello']] </nowiki></code>
|<small>Endast en entertryckning resulterar i en radbrytning som endast syns i redigeringsläget. Efter att man sparat ser man att texten fortsätter utan radbrytning. Önskar man enbart radbrytning får man ta till koden <code><nowiki><br/></nowiki></code> som läggs där man vill ha radbrytningen.</small>
|-
| colspan="3"|
Linking to a page on another wiki in another language.<br/>
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour
|-
|-
|
|
'''Mellanrubrik i en artikel'''
''Simple link.''
|Skriv två, tre, fyra eller fem [[likhetstecken]] på var sida om rubriken. Ju fler likhetstecken, desto lägre rubriknivå.
 
|<code><nowiki>==Bakgrund==</nowiki></code></br>
''Without prefix.''
<code><nowiki>===Versaillefreden===</nowiki></code>
 
''Named link.''
|
[[Wiktionary:fr:bonjour]]
 
[[Wiktionary:fr:bonjour|fr:bonjour]]
 
[[Wiktionary:fr:bonjour|bonjour]]
|
|
<big><big><u>Bakgrund</u></big></big>
<code><nowiki>[[Wiktionary:fr:bonjour]]</nowiki></code>


'''<big>Versaillefreden</big>'''
<code><nowiki>[[Wiktionary:fr:bonjour|]]</nowiki></code>
|<small>Första rubriknivån, det vill säga två likhetstecken, fås om man markerar rubriken och kickar på knappen med A. Denna nivå brukar kallas H2 (vilket står för Heading 2). Artikelns titel är rubriknivå 1, så nästa rubrik skall vara en H2. Se även [[Wikipedia:Disposition]]</small>
 
<code><nowiki>[[Wiktionary:fr:bonjour|bonjour]]</nowiki></code>
|}
 
===Categories===
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.
* To link to a category page without putting the article into the category, use a colon prefix (":Category") in the link.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|-
|
|
'''Kursiv stil'''  
''Categorize an article.''
|Skriv två [[apostrof]]er på var sida om ordet eller frasen.
|
|<code><nowiki>''Docendo discimus''</nowiki></code>
|  
|''Docendo discimus''
<code><nowiki>[[Category:Character sets]]</nowiki></code>
|<small>Verktygsfältets knapp med ett lutande I lägger till två apostrofer kring det markerade ordet eller frasen. ''I'' står för ''italics'', vilket betyder [[kursiv stil]].</small>
|-
|-
|
''Link to a category.''
|
|
'''Fetstil'''
[[:Category:Character sets]].
|Skriv tre apostrofer på var sida om ordet eller frasen.
|  
|<code><nowiki>'''Nomen Nescio'''</nowiki></code>
<code><nowiki>[[:Category:Character sets]]</nowiki></code>
|'''Nomen Nescio'''
|}
|<small>Verktygsfältets knapp med ett B lägger till tre apostrofer kring det markerade ordet eller frasen. ''B'' står för ''bold'', vilket betyder [[fet stil]].</small>
 
===External links===
<!-- linked from [[Wikipedia:External links]]  -->
* 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" link. Square brackets may be used as normal when not linking to anything - [like this].
* In the [[Uniform Resource Locator|URL]], all symbols must be among:<br/>'''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 [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as '''%5E''', and square brackets as '''%5B''' and '''%5D'''.
* If the "named" version contains a closing square bracket "]", then you must use the [[HTML]] special character syntax, i.e. '''&amp;#93;''' otherwise the [[MediaWiki]] software will prematurely interpret this as the end of the external link.
* See [[Wikipedia:External links|External links]] for style issues.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|-
|
|
'''Kursiv fetstil'''
''Named link.''
|Skriv fem apostrofer på var sida om ordet eller frasen.
|
|<code><nowiki>'''''så här'''''</nowiki></code>
[http://www.wikipedia.org/ Wikipedia]
|'''''så här'''''
|
|<small>Se information [[Wikipedia:Introduktion_till_formatering#Fet_och_kursiv_text|här]] för exempel på användningsområden</small>
<code><nowiki>[http://www.wikipedia.org Wikipedia]</nowiki></code>
|-
|
''Unnamed link''<br/>
''(only used within article body for footnotes).''
|
[http://www.wikipedia.org/]
|
<code><nowiki>[http://www.wikipedia.org/]</nowiki></code>
|-
|-
|
|
'''Skrivmaskinsteckensnitt'''
''Bare URL''<br/>
|Omge frasen eller ordet med <nowiki><tt> respektive </tt></nowiki>.
''(bad style).''
|<nowiki><tt>teknisk term </tt></nowiki>
|
|<tt>teknisk term </tt>
http://www.wikipedia.org/
|<small>Texten visas med fast bredd, alla bokstäver är lika stora</small>
|
<code><nowiki>http://www.wikipedia.org/</nowiki></code>
|-
|-
|
|
'''Överstrykning'''
''Image markup only.''
|Omge frasen eller ordet med <nowiki><s> respektive </s></nowiki>.
|
|<nowiki><s>dumskalle</s></nowiki> förlåt
<span class="plainlinks"> [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span>
|<s>dumskalle</s> förlåt
|
|<small>Används främst på diskussionssidor när man vill ändra något ''man själv'' skrivit.</small>
<code><nowiki><span class="plainlinks">[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span></nowiki></code>
|}
 
===Miscellaneous===
 
===="As of" tag====
* "[[Wikipedia:As of|As of]]" tags like "As of April 2009" and "as of April 2009" categorize info that will need updating.
For an explanation of the parameters see [[Template:As_of|template documentation]].
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
{{As of|2009|4|df=us}}
|
<code><nowiki>{{As of|2009|4|df=us}}</nowiki></code>
|-
|
{{As of|2009|4|df=us|lc=on}}
|
<code><nowiki>{{As of|2009|4|df=us|lc=on}}</nowiki></code>
|}
 
====Media link====
*To include links to non image uploads such as sounds, use a "media" link. For images, [[#Images|see next section]].
*Some uploaded sounds are listed at [[Commons:Sound]].
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
[[media:Classical guitar scale.ogg|Sound]]
|
<code><nowiki>[[media:Classical guitar scale.ogg|Sound]]</nowiki></code>
|}
 
====Links directly into edit mode====
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Full URL.''
|
{{fullurl:Help:Wiki markup|action=edit}}
|
<code><nowiki>{{fullurl:Help:Wiki markup|action=edit}}</nowiki></code>
|-
|
''"Edit" label.''
|
{{edit}}
|
[[template:edit|<code><nowiki>{{edit}}</nowiki></code>]]
|}
 
====Automatic links====
=====Book sources=====
* Link to books using their [[Wikipedia:ISBN|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 [[Special:BookSources|Book Sources]] using alternate text (e.g. the book's title), use the internal link style with the appropriate namespace.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
ISBN 012345678X
|
<code><nowiki>ISBN 012345678X</nowiki></code>
|-
|
ISBN 0-12-345678-X
|
<code><nowiki>ISBN 0-12-345678-X</nowiki></code>
|-
|
Link to a book using [[Special:BookSources/0670037818|alternate text, such as its title]].
|
<code><nowiki>[[Special:BookSources/0670037818|alternate text, such as its title]]</nowiki></code>
|}
 
=====RFC number=====
* Link to [[Internet Engineering Task Force]] [[Request for Comments|Request for Comments (RFCs)]].
 
{| class="wikitable"
! What it looks like
! What you type
|-
|
Text mentioning an RFC number anywhere, e.g. RFC 4321.
|
<code><nowiki>Text mentioning an RFC number anywhere, e.g. RFC 4321.</nowiki></code>
|}
 
==Images==
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].
 
{| class="wikitable"
|-
! What it looks like
! What you type
|- valign="top"
|A picture:
[[File:wiki.png]]
|<pre>A picture:
<nowiki>[[File:wiki.png]]</nowiki></pre>
 
|- valign="top"
|With alternative text:
[[File:wiki.png|alt=Puzzle globe logo]]
|<pre>With alternative text:
<nowiki>[[File:wiki.png|alt=Puzzle globe logo]]</nowiki></pre>
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is '''strongly''' encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.
 
|- valign="top"
|Floating to the right side of the page using the ''frame'' attribute and a caption:
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]<br clear=all>
|<pre>Floating to the right side of the page
using the ''frame'' attribute and a caption:
<nowiki>[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]</nowiki></pre>
* The frame tag automatically floats the image right.
* The last parameter is the caption that appears below the image.
 
|- valign="top"
|Floating to the right side of the page using the ''thumb'' attribute and a caption:
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]<br clear=all>
|<pre>Floating to the right side of the page
using the ''thumb'' attribute and a caption:
<nowiki>[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]</nowiki></pre>
* The thumb tag automatically floats the image right.
* An enlarge icon is placed in the lower right corner.
 
|- valign="top"
|Floating to the right side of the page ''without'' a caption:
[[File:wiki.png|right|Wikipedia Encyclopedia]]
|<pre>Floating to the right side of the page
''without'' a caption:
<nowiki>[[File:wiki.png|right|Wikipedia Encyclopedia]]</nowiki></pre>
* The [[WP:PIC|picture tutorial]] explains more options.
 
|- valign="top"
|A picture resized to 30 pixels...
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]
|<pre>A picture resized to 30 pixels...
<nowiki>[[File:wiki.png|30 px|Wikipedia Encyclopedia]]</nowiki></pre>
* The [[WP:PIC|picture tutorial]] explains more options.
 
|- valign="top"
|Linking directly to the description page of an image:
[[:File:wiki.png]]
|<pre>Linking directly to the description page
of an image:
<nowiki>[[:File:wiki.png]]</nowiki></pre>
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.
 
|- valign="top"
|Linking directly to an image without displaying it:
[[Media:wiki.png|Image of the jigsaw globe logo]]
|<pre>Linking directly to an image
without displaying it:
<nowiki>[[Media:wiki.png|Image of the jigsaw globe logo]]</nowiki></pre>
* To include links to images shown as links instead of drawn on the page, use a "media" link.
 
|- valign="top"
|Using the [[Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):
|<pre><nowiki>Example:
<div style="display:inline;
width:220px; float:right;">
Place images here </div></nowiki></pre>
 
|- valign="top"
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers):
|<pre><nowiki>Example: {| align=right
|-
|
Place images here
|}
</nowiki></pre>
|}
 
See the Wikipedia's [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia.
 
For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]].
 
==Tables==
There are two ways to build tables:
*in special Wiki-markup (see [[Help:Table|Table]])
*Using HTML elements: &lt;table&gt;, &lt;tr&gt;, &lt;td&gt; or &lt;th&gt;.
 
For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].
 
==References and citing sources==
Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added.
You can add additional attributes to add detail about the source and reference, a pipe (|) precedes each reference, each attribute goes inside the cite portion of the tag.
{| class="wikitable"
|-
! What it's for !! What you type
|-
| For creating the reference || <nowiki><ref name="name for reference">Use a closing tag</ref></nowiki>
|-
| When you cite a book || <nowiki>{{cite book}}</nowiki>
|-
| To cite a web source || <nowiki>{{cite web}}</nowiki>
|-
| Book ISBN || <nowiki>|isbn=0-8018-6646-4 (ISBN of the book)</nowiki>
|-
| Web URL || <nowiki>|url=http://wikipedia.com</nowiki>
|-
| Title || <nowiki>|title=title of source</nowiki>
|-
| Author || <nowiki>|author=authors, use commas for multiple</nowiki>
|-
| First Name || <nowiki>|first=first name</nowiki>
|-
| Last Name || <nowiki>|last=last name</nowiki>
|-
| Location || <nowiki>|location=location of occurrence</nowiki>
|-
| Publisher || <nowiki>|publisher=who published the source</nowiki>
|-
| Date || <nowiki>|date=2007-03-04 (date of source)</nowiki>
|-
| Year || <nowiki>|year=year of source</nowiki>
|-
| Accessed Date || <nowiki>|accessdate=2008-12-07</nowiki>
|-
| a complete reference tag || <nowiki><ref name="WikiMarkup">{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}</ref></nowiki>
|}
 
==Templates and transcluding pages==
{{main|Wikipedia:Transclusion}}
{{see also|Help:Template#Noinclude, includeonly, and onlyinclude}}
 
Examples for templates: <nowiki>{{pad|...}}, {{math|...}}, {{as of|...}}, {{edit}}</nowiki>
 
'''[[Help:Template|Templates]]''' are segments of Wiki markup that are meant to be copied automatically ("transcluded") into a page.
You add them by putting the template's name in <nowiki>{{double braces}}</nowiki>. It is also possible to transclude other pages by using <nowiki>{{:colon and double braces}}</nowiki>.
 
There are three pairs of [[html element|tags]] that can be used in [[wikitext]] to control how transclusion affects parts of a template or article.
They determine whether or not wikitext renders, either in its own article, which we will call "'''here'''", or in another article where it is transcluded, which we will call "'''there'''".
*'''<nowiki><noinclude></nowiki>: ''' the content '''will not be rendered ''there'''''. These tags have no effect ''here''.
*'''<nowiki><includeonly></nowiki>: ''' the content  '''will render only ''there''''', and  '''will not render ''here''''' (like [[invisible ink]] made visible by means of transclusion).
*'''<nowiki><onlyinclude></nowiki>: '''the content '''will render ''here''''' and '''will render ''there''''', but it will only render ''there'' what is between these tags.
There can be several such section "[[HTML#Elements|elements]]". Also, they can be nested.  All possible renderings are achievable. For example, to render ''there'' one or more sections of the page ''here'' use '''<nowiki><onlyinclude></nowiki>''' tags.  To append text ''there'', wrap the addition in '''<nowiki><includeonly></nowiki>''' tags  above, within, or below the section. To omit portions of the section, nest '''<nowiki><noinclude></nowiki>''' tags within it.
 
If a page is transcluded without transclusion markup,
it may cause an unintentional [[Help:Category#Putting_pages_in_categories|categorization]].
Any page transcluding it will contain the same category as the original page.
Wrap the category markup with '''<nowiki><noinclude></nowiki>''' tags to prevent incorrect categorization.
 
Some templates take ''parameters'', as well, which you separate with the pipe character.
 
{| class="wikitable"
!width="1000"|What it looks like
!width="500"|What you type
|-
|-
|
|
'''Understrykning'''
{{Transclusion demo}}
|Omge frasen eller ordet med <nowiki><u> respektive </u></nowiki>.
|<pre>
|<nowiki><u>Nu är det fixat</u></nowiki>
{{Transclusion demo}}
|<u> Nu är det fixat</u>
</pre>
|<small>Används nästan aldrig, och bör inte heller användas då understrukna ord ofta tolkas som en länk.</small>
|-
|-
|
|
'''[[Indentering|Indrag]]'''
{{Help:Transclusion Demo}}
|Inled raden med [[kolon]] (:).
|<pre>
|<code><nowiki>:Jag tycker att det är bättre att&nbsp;…</nowiki></code>
{{Help:Transclusion Demo}}
</pre>
|-
|
|
:Jag tycker att det är bättre att&nbsp;…
 
|<small>
This template takes two parameters, and
:::Flera kolon efter varandra ger större indrag.</br>
creates underlined text with a hover box
Indrag används mestadels på diskussionssidor.</small>
for many modern browsers supporting CSS:
 
{{H:title|This is the hover text|
Hover your mouse over this text}}
 
Go to this page to see the H:title template
itself: {{tl|H:title}}
 
|<pre>
This template takes two parameters, and
creates underlined text with a hover box
for many modern browsers supporting CSS:
 
{{H:title|This is the hover text|
Hover your mouse over this text}}
 
Go to this page to see the H:title template
itself: {{tl|H:title}}
</pre>
|}
 
==Talk and project pages==
===Signing comments===
* The character '''tilde''' (~) is used when adding a comment to a Talk page.  
* Your username provides a link to your [[Wikipedia:user page|user page]].
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|-
|
|
'''Punktlista'''
''You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.''
|Inled raden med [[asterisk]] (*). Varje sådan rad blir en egen punkt.
|
|<code><nowiki>* buss</nowiki></code><br/>
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
<code><nowiki>* bil</nowiki></code><br/>
|
|
* buss
<code><nowiki>~~~~</nowiki></code>
* bil
|<small>Genom att använda flera asterisker efter varandra (**) får punkten större indrag.</small>
|-
|-
|
|
'''Numrerad lista'''
''Adding three tildes will add just your user name.''
|Inled raden med fyrkant (#).
|<code><nowiki># buss</nowiki></code><br/>
<code><nowiki># bil</nowiki></code><br/>
|
|
# buss
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])
# bil
|
|<small>För varje <nowiki>#</nowiki> ges en ny listnivå med allt större indrag:<br/>
<code><nowiki>~~~</nowiki></code>
# buss
# bil
## Volvo
## Fiat
</small>
|-
|-
| '''[[Hårt mellanslag|Mellanslag utan radbrytning]]'''
|
|Skriv in [[HTML]]-koden "&amp;nbsp;"
''Adding five tildes gives the date/time alone.''
|<code>Tal som 123&amp;nbsp;456&amp;nbsp;789 och till exempel 987&amp;nbsp;654&amp;nbsp;321 bör hamna på en och samma rad.</code>
|
|Tal som 123&nbsp;456&nbsp;789 och till exempel 987&nbsp;654&nbsp;321 bör hamna på en och samma rad.
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|<small>Samma effekt för stora tal ernås bättre medelst det "magiska ordet" ''formatnum''; se [[:mw:Help:Magic words#Formatting]]</small>
|  
<code><nowiki>~~~~~</nowiki></code>
|}
 
===What links here and Related changes===
{| class="wikitable"
! What it looks like
! What you type
|-
|-
|
|
'''[[Wikipedia:wikilänkar|Länk till andra artiklar]]'''
[[Special:WhatLinksHere/Help:Wiki markup]]
|Skriv dubbla [[hakparentes]]er runt sidans namn.
|
|<code><nowiki>[[Albert Einstein]]</nowiki></code>
<tt><nowiki>[[Special:WhatLinksHere/Help:Wiki markup]]</nowiki></tt>
|[[Albert Einstein]]
|<small>Verktygsfältets knapp med understruket Ab omger det markerade ordet eller frasen med hakparenteser. Text direkt efter hakparenteserna (utan [[mellanslag]] eller bindestreck) blir en del av länken, exempelvis kommer <nowiki>[[Albert Einstein]]s</nowiki> att se ut som [[Albert Einstein]]s</br>
Länkar till existerande sidor blir <font color="blue">blåa.</font> Sidor som inte finns ännu blir <font color="red">röda</font>.</small>
|-
|-
|
|
'''Maskerad länk''' </br>– det vill säga länk som pekar på en annan artikel än vad den ser ut att göra
[[Special:RecentChangesLinked/Help:Wiki markup]]
| Skriv ett [[lodstreck]] (|) mellan artikelns fullständiga namn och hur det ska se ut i artikeln.
|
|{{nowrap|<code><nowiki>[[Nikola Tesla|Tesla]]</nowiki></code>}}
<tt><nowiki>[[Special:RecentChangesLinked/Help:Wiki markup]]</nowiki></tt>
|[[Nikola Tesla|Tesla]] (som leder till artikeln ''Nikola Tesla'', inte till ''Tesla'')
|}
| <small>Om du vill dölja en [[Wikipedia:Särskiljning|särskiljningsparentes]] därför att den är onödig i sammanhanget, räcker det med att skriva <nowiki>[[Gudmar Magnusson (Ulvåsaätten)|]]</nowiki> för detta resultat: [[Gudmar Magnusson (Ulvåsaätten)|Gudmar Magnusson]].</small>
 
===Linking to old revisions of pages, diffs, and specific history pages===
* External link function is used for these.
* Open an old revision or diff and copy the url from the address bar, pasting it where you want it.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|-
|
|
'''Länk till andra [[Wikipedia:Namnrymd|namnrymder]] inom Wikipedia'''
[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]
|Skriv dubbla hakparenteser kring namnrymdens namn, följt (utan mellanslag) av kolon, följt av sidans namn.
|
|<code><nowiki>[[Wikipedia:Hjälp]]</nowiki></code>
<code><nowiki>[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]</nowiki></code>
|[[Wikipedia:Hjälp]]
|}
|<small>Man kan även använda snedstreck (/) för att komma till en [[Wikipedia:Undersidor|Undersida]] exempelvis [[Wikipedia:Undersidor/Undersida]]</small>
 
===User edits===
* Link to a user's '''Contributions''' page.
 
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|-
|
|
'''[[Wikipedia:Interwikilänkar|Länk till andra språkversioner av Wikipedia]]''' (interwikilänk)
''Username (registered users).''
|Skriv dubbla hakparenteser kring språkversionens [[ISO 639|ISO-kod]], följt (utan mellanslag) av kolon, följt av sidans namn.
|
|<code><nowiki>[[fr:Paris]]</nowiki></code>
[[Special:Contributions/UserName]]
|Ger länk i vänstermenyn under rubriken "på andra språk"
|
|<small>För att göra en länk till ett annat språks artikel utan att göra en interwikilänk, skriv ett kolon (:) direkt efter hakparenteserna (<nowiki>[[:fr:Paris]]</nowiki>)</small>
<code><nowiki>[[Special:Contributions/UserName]]</nowiki></code>
|-
|-
|
|
'''Skriva under diskussionsinlägg'''
''IP address (unregistered users).''
|Klicka på knappen med skrivstil, eller skriv fyra [[Tilde (tecken)|tilde]]n.
|
|<code><nowiki>~~~~</nowiki></code>
[[Special:Contributions/192.0.2.0]]
|[[Användare:Hannibal|Hannibal]] 12 oktober 2009 kl. 22.26 (CEST)
|
|<small>De fyra tildena omvandlas till det användarnamn man är inloggad som eller det IP-nummer man redigerar ifrån, tillsammans med datum- och tidsangivelse. Det är bara i diskussioner som man signerar sina bidrag, inte i artiklar. I sidornas historik, som man kommer till om man klickar på fliken '''Historik,''' kan man se alla bidragsgivares användarnamn eller IP-nummer.</small>
<code><nowiki>[[Special:Contributions/192.0.2.0]]</nowiki></code>
|}
 
===Show deleted or inserted text===
* 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.
* For striking out material, the <nowiki><s></s></nowiki> markup is an alternative to <nowiki><del></del></nowiki>.
 
{| class="wikitable"
! What it looks like
! What you type
|-
|-
|
|
'''[[Wikipedia:Omdirigeringar|Omdirigering]]'''</br>
You can <del>strike out deleted material</del> and <ins>underline new material</ins>. {{du|Double underlining}} is also possible.
|Skriv [[Nummertecken|fyrkant (#)]] direkt följt (utan mellanslag) av OMDIRIGERING samt vanlig länk till artikeln.
|
|<code><nowiki>#OMDIRIGERING[[Fjodor Dostojevskij]]</nowiki></code>
<code><nowiki>
|Se exempel på [[Fjodor Dostoje´vskij]]
You can <del>strike out deleted material</del> and <ins>underline new material</ins>. {{du|Double underlining}} is also possible.
|<small>Används till exempel vid [[Wikipedia:Principen om minsta möjliga förvåning|vanliga felstavningar]], [[Wikipedia:Infogningar|infogningar]] och för att göra [[Wikipedia:Genvägar|genvägar]].</small>
</nowiki></code>
|}
 
==Limiting formatting/escaping wiki markup==
 
A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!
 
{| class="wikitable"
|-
!What it looks like
!What you type
|-
|'''&lt;nowiki&gt; tag:'''<br/>
<nowiki>
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines    and multiple spaces.
It still interprets special characters: &rarr;
</nowiki>
|<pre><nowiki>
&lt;nowiki&gt;
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines
and multiple spaces.
It still interprets special
characters: &amp;rarr;
&lt;/nowiki&gt;
</nowiki></pre>
|-
|'''&lt;pre&gt; tag:'''</br>
<pre>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't    reformat text.
It still interprets special characters: &rarr;
</pre>
|<pre>&lt;pre&gt;<nowiki>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't    reformat text.
It still interprets special characters:
&amp;rarr;
</nowiki>&lt;/pre&gt;</pre>
|-
|'''[text without a URL]:'''</br>
Single square brackets containing
[text without a URL] are preserved,  
but single square brackets containing
a URL first are treated as external
[http://en.wikipedia.org/wiki/Hyperlink links]
|<pre><nowiki>
Single square brackets containing
[text without a URL] are preserved,
but single square brackets containing
a URL first are treated as external
[http://en.wikipedia.org/wiki/Hyperlink links]
</nowiki></pre>
|-
|-
|'''Leading space:'''<br/>
Leading spaces are another way
to preserve formatting.
Putting a space at the beginning of each line
stops the text  from being reformatted.
It still interprets [[Wiki]] ''markup'' and
special characters: →
|<pre><nowiki>
Leading spaces are another way
to preserve formatting.
Putting a space at the beginning of each line
stops the text  from being reformatted.
It still interprets [[Wiki]] ''markup'' and
special characters: &amp;rarr;
</nowiki></pre>
|}
|}
==Invisible text (comments)==
{{see also|Help:Hidden text}}
It's uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. <!-- This is an example of text that won't normally be visible except in "edit" mode. --> The format is to surround the hidden text with '&lt;!--' and '--&gt;' and may cover several lines, e.g.:
<nowiki><!-- An example of hidden comments
This won't be visible except in "edit" mode. --></nowiki>
==Variables==
{{seealso| Help:Magic_words#Variables}}
{{namespaces}}
{| style="text-align:center"
|-
! 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>{{NUMBEROFPAGES}}</nowiki>
| {{NUMBEROFPAGES}}
|-
| <nowiki>{{NUMBEROFUSERS}}</nowiki>
| {{NUMBEROFUSERS}}
|-
| <nowiki>{{PAGENAME}}</nowiki> || {{PAGENAME}}
|-
| <nowiki>{{NAMESPACE}}</nowiki> || {{NAMESPACE}}
|-
| <nowiki>{{REVISIONID}}</nowiki> || {{REVISIONID}}
|-
| <nowiki>{{REVISIONUSER}}</nowiki> || {{REVISIONUSER}}
|-
| <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:</nowiki>''index''<nowiki>}} e.g. '{{ns:1}}' </nowiki> || fullname of namespace e.g '{{ns:1}}'
|-
| <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) ? -->
==HTML==
{{main|Help:HTML in wikitext}}
Many [[HTML]] tags can be used in Wiki markup. You can check your HTML by using [[Help:Markup validation|markup validation]].
[[Category:Wikipedia how-to]]
[[Category:Wikipedia editor help]]
[[Category:Wikipedia text help]]
[[es:Ayuda:Edición]]
[[ru:Википедия:Викификация]]
[[ml:സഹായം:എഡിറ്റിങ്‌ വഴികാട്ടി]]

Nuvarande version från 20 januari 2011 kl. 18.53

Mall:Wiki markup Mall:Shortcut Wiki markup is the syntax and keywords used by the MediaWiki software to format a page; see How to edit a page for details on using it. Mall:TOC limit

Layout

Sections

Section headings

Mall:Further 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.

What it looks like What you type
Section headings

Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them. Start with 2 'equals' characters.

Subsection

Using more 'equals' characters creates a subsection.

A smaller subsection

Don't skip levels, like from two to four 'equals' characters.

==Section headings==

''Headings'' organize your writing into sections.
The Wiki software can automatically generate
a table of contents from them.
Start with 2 'equals' characters.

===Subsection===

Using more 'equals' characters creates a subsection.

====A smaller subsection====

Don't skip levels, like from two to four 'equals' characters.
Horizontal line

Separating with a horizontal dividing line:

this is above it...

...and this is below it.

If you don't use a section header, you don't get a TOC entry.

'''Horizontal line'''
Separating with a horizontal dividing line:
this is above it...
----
...and this is below it.
If you don't use a section header, you don't get a TOC entry.

Table of contents

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.

Line breaks

  • You can make the wikitext more readable by putting in newlines, but see Wikipedia:Don't use line breaks for possible problems.
  • To break lines use the <br /> element. The HTML tag <br> will be converted to the XHTML <br /> tag by HTML Tidy in most instances. The <br> tag is not converted when used in editnotices or in the MediaWiki namespace— it will render invalid XHTML and will break tools such as Twinkle.
  • Please use these sparingly.
  • Close markup between lines; do not start a link or italics or bold on one line and close it on the next.
  • When used in a list, a newline does affect the layout (See Help:List).
What it looks like What you type

A single newline has no effect on the layout.

But an empty line starts a new paragraph, or ends a list or indented part.

A single newline has no
effect on the layout.

But an empty line starts a new paragraph, or ends a list or indented part.

You can break lines
without starting a new paragraph.

You can break lines<br />
without starting a new paragraph.

Indent text

What it looks like What you type

Left indent

A colon at the start of a line
causes the line to be indented,
most commonly used on Talk pages.
:A colon at the start of a line
::causes the line to be indented,
:::most commonly used on Talk pages.

Blockquote
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.

The blockquote tag will indent both margins when needed instead of the left margin only as the colon does.

<blockquote> The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does. </blockquote>

Center text

What it looks like What you type
Centered text
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div>

Template Mall:Tl uses the same markup. To center a table, see Help:Table#Centering tables.

Lists

What it looks like What you type
  • 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.
* ''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.
  1. Numbered lists are:
    1. Very organized
    2. Easy to follow
    Previous item continues

A new line marks the end of the list.

  1. New numbering starts with 1.
# ''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.

Retaining newlines and spaces

Mall:Shortcut The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The Poem extension adds HTML-like Mall:Tag tags to maintain newlines and spaces. These tags may be used inside other tags such as Mall:Tag.

What it looks like What you type
<poem>

In Xanadu did Kubla Khan

 A stately pleasure-dome decree:

Where Alph, the sacred river, ran

 Through caverns measureless to man

Down to a sunless sea.

So twice five miles of fertile ground

 With walls and towers were girdled round:

And there were gardens bright with sinuous rills,

 Where blossomed many an incense-bearing tree;

And here were forests ancient as the hills,

 Enfolding sunny spots of greenery.

</poem>

<poem>
In Xanadu did Kubla Khan
  A stately pleasure-dome decree:
Where Alph, the sacred river, ran
  Through caverns measureless to man
Down to a sunless sea.

So twice five miles of fertile ground
  With walls and towers were girdled round:
And there were gardens bright with sinuous rills,
  Where blossomed many an incense-bearing tree;
And here were forests ancient as the hills,
  Enfolding sunny spots of greenery.
</poem>

Format

Text formatting

What it looks like What you type

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.

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'''''.

Syntax highlighting for source code.

Computer code has a colored background and more stringent formatting. Suppose we want to define int main(): <syntaxhighlight lang="cpp">#include <iostream> int main ( int argc, char **argv ) {

   std::cout << "Hello World!";
   return 0;

}</syntaxhighlight>

Computer code has a colored background
and more stringent formatting. Suppose we
want to define <code>int  main()</code>:

<syntaxhighlight lang="cpp">#include <iostream>
int main ( int argc,  char **argv ) {
    std::cout << "Hello World!";
    return 0;
}</syntaxhighlight>

You can use small text for captions.

You can use <small>small text</small> for captions.

Better stay away from big text, unless it's within small text.

Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.

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 &nbsp; in place of a regular space between the two "words" that need to behave as a single word (never be separated on different lines).


Mr.&nbsp;Smith or 400&nbsp;km/h.

Extra spacing within text can best be achieved using the pad template:

Mary Mall:Pad had a little lamb.


Mary {{pad|4em}} had a little lamb.

Typewriter font (does not work beyond the end of a paragraph):
arrow →

italics link

New paragraph.

<tt>arrow      &rarr;</tt>

<tt>''italics''</tt>
<tt>[[link]]

New paragraph.</tt>

Special characters

See also: Chess symbols in Unicode.

Diacritical marks

What it looks like What you type

À Á Â Ã Ä Å
Æ Ç È É Ê Ë
Ì Í Î Ï Ñ Ò
Ó Ô Õ Ö Ø Ù
Ú Û Ü ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ

&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;

Punctuation

What it looks like What you type

¿ ¡ § ¶
† ‡ • – —
‹ › « »
‘ ’ “ ”

&iquest; &iexcl; &sect; &para;
&dagger; &Dagger; &bull; &ndash; &mdash;
&lsaquo; &rsaquo; &laquo; &raquo;
&lsquo; &rsquo; &ldquo; &rdquo;

Commercial symbols

What it looks like What you type

™ © ® ¢ € ¥
£ ¤

&trade; &copy; &reg; &cent; &euro; &yen; 
&pound; &curren;

Subscripts and superscripts

  • The Manual of Style prefers the x<sub>1</sub> 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.
Description What it looks like What you type

Subscripts

x1 x2 x3 or
x₀ x₁ x₂ x₃ x₄
x₅ x₆ x₇ x₈ x₉

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;

Superscripts

x1 x2 x3 or
x⁰ x¹ x² x³ x⁴
x⁵ x⁶ x⁷ x⁸ x⁹

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;

Combined

ε0 = 8.85 × 10−12 C² / J m.
1 hectare = 1 E4 m²

&epsilon;<sub>0</sub> = 8.85 &times;
10<sup>&minus;12</sup> C&sup2; / J m.

1 [[hectare]] = [[1 E4 m&sup2;]]

Greek characters

What it looks like What you type

α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
Γ Δ Θ Λ Ξ Π
Σ Φ Ψ Ω

&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;

Mathematical characters

What it looks like What you type

∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥
× · ÷ ∂ ′ ″
∇ ‰ ° ∴ ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀
⇒ ⇐ ⇓ ⇑ ⇔
→ ↓ ↑ ← ↔

&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;

Mathematical formulae

  • Complex formulae should use <math> markup.
  • Simple formulae may use either <math> markup or HTML/wiki markup using the Mall:Tl template with <i> and <b> or '' and ''' for formatting. Make sure to replace = with Mall:Tl.
  • Ordinary text should use 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), wiki markup ('' and ''') is preferred over HTML markup (<i> and <b>), but both are allowed.
What it looks like What you type

<math>\,\! \sin x + \ln y</math>
Mall:Math

<math>\mathbf{x} = \mathbf{0}</math>
Mall:Math

<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>}}

Spacing in simple math formulae

  • Using &nbsp; to prevent linebreak is not needed; the Mall:Tl template will prevent line breaks anyway; you can use <br> if you need an explicit line break inside a formula.
What it looks like What you type

It follows that Mall:Math is true when Mall:Math is a real number.

It follows that {{math|''x''<sup>2</sup> ≥ 0}} is true when {{math|<VAR>x</VAR>}} is a real number.

Complicated formulae

  • See Help:Displaying a formula for how to use <math>.
  • A formula displayed on a line by itself should probably be indented by using the colon (:) character.
What it looks like What you type
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

Links and URLs

Free links

In Wikipedia and some other Wikis, free links are used in Wikitext markup to produce internal links between pages, as opposed to the concept of CamelCase for the same purpose, which was used in the early days of Wikipedia, see CamelCase and Wikipedia.

In Wikipedia's markup language, you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, [[Texas]] will be rendered as Texas. Optionally, you can use a vertical bar (|) to customize the link title. For example, typing [[Texas|Lone Star state]] will produce Lone Star state, a link that is displayed as "Lone Star state" but in fact links to Texas.

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 below 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; it can be created by clicking on the link.
  • A link to its own page will appear only as bold text.
What it looks like What you type

London has public transport.

London has [[public transport]].

Renamed link

  • Same target, different name.
  • The target ("piped") text must be placed first, then the text to be displayed second.
What it looks like What you type

New York also has public transportation.

New York also has [[public transport|public transportation]].

Automatically rename links

  • Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. 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 Pipe trick for details.
Description What it looks like What you type

Automatically hide stuff in parentheses.

kingdom

[[kingdom (biology)|]].

Automatically hide namespace.

Village pump

[[Wikipedia:Village pump|]].

Or both.

Manual of Style

[[Wikipedia:Manual of Style (headings)|]]

This doesn't work for section links.

[[Wikipedia:Manual of Style#Links|]]

[[Wikipedia:Manual of Style#Links|]]

Blend link

  • 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.
Description What it looks like What you type

Blending active.

San Francisco also has public transportation. Examples include buses, taxicabs, and trams.

San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.

Blending suppressed.

A micro-second.

A [[micro-]]<nowiki></nowiki>second

Link to a section of a 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". You can use the pipe and retype the section title to display the text without the # symbol.
What it looks like What you type

Wikipedia:Manual of Style#Italics is a link to a section within another page.

[[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. Links and URLs is a link to the same section without showing the # symbol.

[[#Links and URLs]] is a link to another section on the current page. [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.

Italics is a piped link to a section within another page.

[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.

Create page link

  • To create a new page:
    1. Create a link to it on some other (related) page.
    2. Save that page.
    3. 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.
Description What it looks like What you type

Links to pages that don’t exist yet look red.

Wikipedia:Community portal/Opentask/Requested articles

[[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.
Description What you type

Redirect to an article.

#REDIRECT [[United States]]

Redirect to a section.

#REDIRECT [[United States#History]]

Link to another namespace

What it looks like What you type

See the Wikipedia:Manual of Style.

See the [[Wikipedia:Manual of Style]].

Link to the same article in another language (interlanguage links)

  • To link to a page on the same subject in another language, use the form: [[language code:Title]].
  • It is recommended interlanguage links be placed at the very end of the article.
  • Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section "languages".
  • Please see Interlanguage links and the Complete list of language wikis available.

NOTE: To create an inline link (a clickable link within the text), see Inline interlanguage links.

Description What you type

Link to the German version of "Plankton".
"de" is the language-code for "Deutsch" (the German language).

[[de:Plankton]]

Other examples.

[[de:Plankton]] [[es:Plancton]] [[ru:Планктон]] [[simple:Plankton]]

InterWiki link

Description What it looks like What you type

Linking to a page on another wiki in English.
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello

Simple link.

Without prefix.

Named link.

Wiktionary:Hello

Hello

Wiktionary definition of 'Hello'

[[Wiktionary:Hello]]

[[Wiktionary:Hello|]]

[[Wiktionary:Hello|Wiktionary definition of 'Hello']]

Linking to a page on another wiki in another language.
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour

Simple link.

Without prefix.

Named link.

Wiktionary:fr:bonjour

fr:bonjour

bonjour

[[Wiktionary:fr:bonjour]]

[[Wiktionary:fr:bonjour|]]

[[Wiktionary:fr:bonjour|bonjour]]

Categories

  • To put an article in a category, place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.
  • To link to a category page without putting the article into the category, use a colon prefix (":Category") in the link.
Description What it looks like What you type

Categorize an article.

[[Category:Character sets]]

Link to a category.

Category:Character sets.

[[:Category:Character sets]]

External links

  • 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" link. Square brackets may be used as normal when not linking to anything - [like this].
  • 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, and square brackets as %5B and %5D.
  • If the "named" version contains a closing square bracket "]", then you must use the HTML special character syntax, i.e. &#93; otherwise the MediaWiki software will prematurely interpret this as the end of the external link.
  • See External links for style issues.
Description What it looks like What you type

Named link.

Wikipedia

[http://www.wikipedia.org Wikipedia]

Unnamed link
(only used within article body for footnotes).

[1]

[http://www.wikipedia.org/]

Bare URL
(bad style).

http://www.wikipedia.org/

http://www.wikipedia.org/

Image markup only.

WinObj

<span class="plainlinks">[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span>

Miscellaneous

"As of" tag

  • "As of" tags like "As of April 2009" and "as of April 2009" categorize info that will need updating.

For an explanation of the parameters see template documentation.

What it looks like What you type

Mall:As of

{{As of|2009|4|df=us}}

Mall:As of

{{As of|2009|4|df=us|lc=on}}

Media link

  • To include links to non image uploads such as sounds, use a "media" link. For images, see next section.
  • Some uploaded sounds are listed at Commons:Sound.
What it looks like What you type

Sound

[[media:Classical guitar scale.ogg|Sound]]

Links directly into edit mode

Description What it looks like What you type

Full URL.

https://www.nissepedia.com/index.php?title=Hj%C3%A4lp:Wiki_markup&action=edit

{{fullurl:Help:Wiki markup|action=edit}}

"Edit" label.

Mall:Edit

{{edit}}

Automatic links

Book sources
  • 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.
What it looks like What you type

ISBN 012345678X

ISBN 012345678X

ISBN 0-12-345678-X

ISBN 0-12-345678-X

Link to a book using alternate text, such as its title.

[[Special:BookSources/0670037818|alternate text, such as its title]]

RFC number
What it looks like What you type

Text mentioning an RFC number anywhere, e.g. RFC 4321.

Text mentioning an RFC number anywhere, e.g. RFC 4321.

Images

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.

What it looks like What you type
A picture:

Fil:Wiki.png

A picture: 
[[File:wiki.png]]
With alternative text:

Fil:Wiki.png

With alternative text:
[[File:wiki.png|alt=Puzzle globe logo]]
  • Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is strongly encouraged. See Alternative text for images for help on choosing it.
Floating to the right side of the page using the frame attribute and a caption:
Fil:Wiki.png
Wikipedia Encyclopedia

Floating to the right side of the page 
using the ''frame'' attribute and a caption:
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]
  • The frame tag automatically floats the image right.
  • The last parameter is the caption that appears below the image.
Floating to the right side of the page using the thumb attribute and a caption:
Fil:Wiki.png
Wikipedia Encyclopedia

Floating to the right side of the page 
using the ''thumb'' attribute and a caption:
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]
  • The thumb tag automatically floats the image right.
  • An enlarge icon is placed in the lower right corner.
Floating to the right side of the page without a caption:
Floating to the right side of the page
''without'' a caption:
[[File:wiki.png|right|Wikipedia Encyclopedia]]
A picture resized to 30 pixels...

Wikipedia Encyclopedia

A picture resized to 30 pixels...
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]
Linking directly to the description page of an image:

File:wiki.png

Linking directly to the description page
of an image:
[[:File:wiki.png]]
  • Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.
Linking directly to an image without displaying it:

Image of the jigsaw globe logo

Linking directly to an image
without displaying it:
[[Media:wiki.png|Image of the jigsaw globe logo]]
  • To include links to images shown as links instead of drawn on the page, use a "media" link.
Using the span and div tag to separate images from text (note that this may allow images to cover text):
Example:
<div style="display:inline;
width:220px; float:right;">
Place images here </div>
Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers):
Example: {| align=right
|-
| 
Place images here
|}

See the Wikipedia's image use policy as a guideline used on Wikipedia.

For further help on images, including some more versatile abilities, see the picture tutorial.

Tables

There are two ways to build tables:

  • in special Wiki-markup (see Table)
  • Using HTML elements: <table>, <tr>, <td> or <th>.

For the latter, and a discussion on when tables are appropriate, see When to use tables.

References and citing sources

Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added. You can add additional attributes to add detail about the source and reference, a pipe (|) precedes each reference, each attribute goes inside the cite portion of the tag.

What it's for What you type
For creating the reference <ref name="name for reference">Use a closing tag</ref>
When you cite a book {{cite book}}
To cite a web source {{cite web}}
Book ISBN |isbn=0-8018-6646-4 (ISBN of the book)
Web URL |url=http://wikipedia.com
Title |title=title of source
Author |author=authors, use commas for multiple
First Name |first=first name
Last Name |last=last name
Location |location=location of occurrence
Publisher |publisher=who published the source
Date |date=2007-03-04 (date of source)
Year |year=year of source
Accessed Date |accessdate=2008-12-07
a complete reference tag <ref name="WikiMarkup">{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}</ref>

Templates and transcluding pages

Mall:Main Mall:See also

Examples for templates: {{pad|...}}, {{math|...}}, {{as of|...}}, {{edit}}

Templates are segments of Wiki markup that are meant to be copied automatically ("transcluded") into a page. You add them by putting the template's name in {{double braces}}. It is also possible to transclude other pages by using {{:colon and double braces}}.

There are three pairs of tags that can be used in wikitext to control how transclusion affects parts of a template or article. They determine whether or not wikitext renders, either in its own article, which we will call "here", or in another article where it is transcluded, which we will call "there".

  • <noinclude>: the content will not be rendered there. These tags have no effect here.
  • <includeonly>: the content will render only there, and will not render here (like invisible ink made visible by means of transclusion).
  • <onlyinclude>: the content will render here and will render there, but it will only render there what is between these tags.

There can be several such section "elements". Also, they can be nested. All possible renderings are achievable. For example, to render there one or more sections of the page here use <onlyinclude> tags. To append text there, wrap the addition in <includeonly> tags above, within, or below the section. To omit portions of the section, nest <noinclude> tags within it.

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.

Some templates take parameters, as well, which you separate with the pipe character.

What it looks like What you type

Mall:Transclusion demo

{{Transclusion demo}}

Hjälp:Transclusion Demo

{{Help:Transclusion Demo}}

This template takes two parameters, and creates underlined text with a hover box for many modern browsers supporting CSS:

Mall:H:title

Go to this page to see the H:title template itself: Mall:Tl

This template takes two parameters, and
creates underlined text with a hover box
for many modern browsers supporting CSS:

{{H:title|This is the hover text|
Hover your mouse over this text}}

Go to this page to see the H:title template
itself: {{tl|H:title}}

Talk and project pages

Signing comments

  • The character tilde (~) is used when adding a comment to a Talk page.
  • Your username provides a link to your user page.
Description What it looks like What you type

You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.

Username (talk) 15.55, 3 maj 2024 (UTC)

~~~~

Adding three tildes will add just your user name.

Username (talk)

~~~

Adding five tildes gives the date/time alone.

15.55, 3 maj 2024 (UTC)

~~~~~

What links here and Related changes

What it looks like What you type

Special:WhatLinksHere/Help:Wiki markup

[[Special:WhatLinksHere/Help:Wiki markup]]

Special:RecentChangesLinked/Help:Wiki markup

[[Special:RecentChangesLinked/Help:Wiki markup]]

Linking to old revisions of pages, diffs, and specific history pages

  • External link function is used for these.
  • Open an old revision or diff and copy the url from the address bar, pasting it where you want it.
What it looks like What you type

previous edit

[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]

User edits

  • Link to a user's Contributions page.
Description What it looks like What you type

Username (registered users).

Special:Contributions/UserName

[[Special:Contributions/UserName]]

IP address (unregistered users).

Special:Contributions/192.0.2.0

[[Special:Contributions/192.0.2.0]]

Show deleted or inserted text

  • 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.
  • For striking out material, the <s></s> markup is an alternative to <del></del>.
What it looks like What you type

You can strike out deleted material and underline new material. Mall:Du is also possible.

You can <del>strike out deleted material</del> and <ins>underline new material</ins>. {{du|Double underlining}} is also possible.

Limiting formatting/escaping wiki markup

A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!

What it looks like What you type
<nowiki> tag:

The nowiki tag ignores [[Wiki]] ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: →

<nowiki>
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines 
and multiple spaces.
It still interprets special
characters: &rarr;
</nowiki>
<pre> tag:
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't     reformat text.
It still interprets special characters: →
<pre>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't     reformat text.
It still interprets special characters:
 &rarr;
</pre>
[text without a URL]:

Single square brackets containing [text without a URL] are preserved, but single square brackets containing a URL first are treated as external links

Single square brackets containing 
[text without a URL] are preserved, 
but single square brackets containing 
a URL first are treated as external
[http://en.wikipedia.org/wiki/Hyperlink links]
Leading space:

Leading spaces are another way to preserve formatting.


Putting a space at the beginning of each line
stops the text   from being reformatted. 
It still interprets Wiki markup and
special characters: →
Leading spaces are another way 
to preserve formatting.
 Putting a space at the beginning of each line
 stops the text   from being reformatted. 
 It still interprets [[Wiki]] ''markup'' and
 special characters: &rarr;

Invisible text (comments)

Mall:See also It's uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate Talk page. The format is to surround the hidden text with '<!--' and '-->' and may cover several lines, e.g.:

<!-- An example of hidden comments
 This won't be visible except in "edit" mode. -->

Variables

Mall:Seealso Mall:Namespaces

Code Effect
{{CURRENTWEEK}} 18
{{CURRENTDOW}} 5
{{CURRENTMONTH}} 05
{{CURRENTMONTHNAME}} maj
{{CURRENTMONTHNAMEGEN}} maj
{{CURRENTDAY}} 3
{{CURRENTDAYNAME}} fredag
{{CURRENTYEAR}} 2024
{{CURRENTTIME}} 15.55
{{NUMBEROFARTICLES}} 2 478
{{NUMBEROFPAGES}} 3 875
{{NUMBEROFUSERS}} 188
{{PAGENAME}} Redigering
{{NAMESPACE}} Hjälp
{{REVISIONID}} 1684
{{REVISIONUSER}} Potmo
{{localurl:pagename}} /index.php/Pagename
{{localurl:Wikipedia:Sandbox|action=edit}} http://en.wikipedia.org/wiki/Sandbox?action=edit
{{fullurl:pagename}} https://www.nissepedia.com/index.php/Pagename
{{fullurl:pagename|query_string}} https://www.nissepedia.com/index.php?title=Pagename&query_string
{{SERVER}} https://www.nissepedia.com
{{ns:index}} e.g. '{{ns:1}}' fullname of namespace e.g 'Diskussion'
{{SITENAME}} Nissepedia

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 {{grammar:case|word}} to convert a word from the nominative case to some other case. For example, {{grammar:genitive|{{CURRENTMONTHNAME}}}} means the same as {{CURRENTMONTHNAMEGEN}}.

HTML

Mall:Main Many HTML tags can be used in Wiki markup. You can check your HTML by using markup validation.

es:Ayuda:Edición ru:Википедия:Викификация ml:സഹായം:എഡിറ്റിങ്‌ വഴികാട്ടി