Help:Editing: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(→‎The wiki markup: Avoid suggesting to use sandbox page for syntax tests…)
 
(19 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{hh}} {{handbook sidebar|Editor toc
Overwhelmed by the amount of help available here? Try [[Help:Me]].


== General ==
{{hh}}
{{handbook sidebar|Editor toc}}


To edit a [[MediaWiki]] page, click on the "'''Edit this page'''" (or just "'''edit'''") link at one of its edges. This will bring you to a page with a text box containing the ''[[Wikitext]]'': the editable source code from which the server produces the webpage. For the special codes, see below.
==General==


After adding to or changing the wikitext it is useful to press "Preview", which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press "Save"). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext.  
To edit a [[MediaWiki]] page, click on the "'''Edit this page'''" (or just "'''edit'''") link at one of its edges. This will bring you to a page with a text box containing the ''[[wikitext]]'': the editable source code from which the server produces the webpage. For the special codes, see below.


If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short [[Help:Edit summary|edit summary]] in the small text field below the edit-box and when finished press "Save". Depending on your system, pressing the "Enter" key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing "Save".  
After adding to or changing the wikitext it is useful to press "Preview", which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press "Save"). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext.


You may find it more convenient to copy and paste the text first into your favorite [[En:text editor|text editor]], edit and spell check it there, and then paste it back into your [[En:web browser|web browser]] to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, ''please make sure nobody else has edited the page'' since you saved your local copy (by checking the [[Help:Page history|page history]]), otherwise you may accidently revert someone else's edits. If someone ''has'' edited it since you copied the page, you'll have to merge their edits into your new version (you can find their specific edits by using the "[[Help:Diff|diff]]" feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.  
If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short [[Help:Edit summary|edit summary]] in the small text field below the edit-box and when finished press "Save". Depending on your system, pressing the "Enter" key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing "Save".


To edit a [[MediaWiki]] page, click on the "'''Edit this page'''" (or just "'''edit'''") link at one of its edges. This will bring you to a page with a text box containing the ''[[Wikitext]]'': the editable source code from which the server produces the webpage. For the special codes, see below.  
You may find it more convenient to copy and paste the text first into your favorite [[en:text editor|text editor]], edit and spell check it there, and then paste it back into your [[en:web browser|web browser]] to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, ''please make sure nobody else has edited the page'' since you saved your local copy (by checking the [[Help:page history|page history]]), otherwise you may accidently revert someone else's edits. If someone ''has'' edited it since you copied the page, you'll have to merge their edits into your new version (you can find their specific edits by using the "[[Help:diff|diff]]" feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.


After adding to or changing the wikitext it is useful to press "Preview", which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press "Save"). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext.  
See also [[MediaWiki architecture]].
 
== Dummy edit ==


If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short [[Help:Edit summary|edit summary]] in the small text field below the edit-box and when finished press "Save". Depending on your system, pressing the "Enter" key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing "Save".  
If the wikitext is not changed no edit will be recorded and the edit summary is discarded.


You may find it more convenient to copy and paste the text first into your favorite [[En:text editor|text editor]], edit and spell check it there, and then paste it back into your [[En:web browser|web browser]] to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, ''please make sure nobody else has edited the page'' since you saved your local copy (by checking the [[Help:Page history|page history]]), otherwise you may accidently revert someone else's edits. If someone ''has'' edited it since you copied the page, you'll have to merge their edits into your new version (you can find their specific edits by using the "[[Help:Diff|diff]]" feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.  
A dummy edit is a change in wikitext that has no effect on the rendered page, such as changing the number of [[w:newline|newline]]s at some position from 0 to 1 or from 2 to 3 or conversely (changing from 1 to 2 makes a difference, see below). This allows an edit summary, and is useful for correcting a previous edit summary, or an accidental marking of a previous edit as "minor" (see below). Also it is sometimes needed to refresh the cache of some item in the database, see e.g. [[Help:Category#A_category_tag_in_a_template.3B_caching_problem|A category tag in a template; caching problem]].


See also [[MediaWiki architecture]].
== Minor edits ==
When editing a page, a [[MediaWiki User's Guide: Logging-in|logged-in]] user has the option of flagging the edit as a "minor edit". This feature is important, because users can choose to ''hide'' minor edits in their view of the [[MediaWiki User's Guide: The Recent Changes page | Recent Changes page]], to keep the volume of edits down to a manageable level.


== Dummy edit  ==
When to use this is somewhat a matter of personal preference. The rule of thumb is that edits consisting of spelling corrections, formatting, and minor rearranging of text should be flagged as a "minor edit". A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any "real" change, even if it is a single word, should be flagged as a "major edit".


If the wikitext is not changed no edit will be recorded and the edit summary is discarded.  
The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.


A dummy edit is a change in wikitext that has no effect on the rendered page, such as changing the number of [[W:newline|newlines]] at some position from 0 to 1 or from 2 to 3 or conversely (changing from 1 to 2 makes a difference, see below). This allows an edit summary, and is useful for correcting a previous edit summary, or an accidental marking of a previous edit as "minor" (see below). Also it is sometimes needed to refresh the cache of some item in the database, see e.g. [[Help:Category#A_category_tag_in_a_template.3B_caching_problem|A category tag in a template; caching problem]].
== Using HTML ==
MediaWiki supports a lot of simple HTML markup which you should use to enhance the semantics of your wiki pages (for [[SEO]] and other related good reasons).


== Minor edits  ==
Here is a short list of common HTML tags that you may find useful (consult a good [[semantic HTML]] reference if you need more info about when to use which element).


When editing a page, a [[MediaWiki User's Guide: Logging-in|logged-in]] user has the option of flagging the edit as a "minor edit". This feature is important, because users can choose to ''hide'' minor edits in their view of the [[MediaWiki User's Guide: The Recent Changes page|Recent Changes page]], to keep the volume of edits down to a manageable level.
* <code>&lt;h1&gt; - &lt;h6&gt;</code>
* <code>&lt;br&gt;</code>
* <code>&lt;abbr&gt;</code>
* <code>&lt;cite&gt;</code>
* <code>&lt;code&gt;</code>, <code>&lt;kbd&gt;</code>, <code>&lt;samp&gt;</code>, <code>&lt;var&gt;</code>
* <code>&lt;dfn&gt;</code>
* <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>
* <code>&lt;em&gt;</code> &amp; <code>&lt;strong&gt;</code>
* <code>&lt;li&gt;</code> / <code>&lt;ol&gt;</code> / <code>&lt;ul&gt;</code>
* <code>&lt;table&gt;</code>, <code>&lt;thead&gt;</code>, <code>&lt;tbody&gt;</code>, <code>&lt;tfoot&gt;</code>, <code>&lt;tr&gt;</code>, <code>&lt;th&gt;</code>, <code>&lt;td&gt;</code>
* <code>&lt;time&gt;</code>


When to use this is somewhat a matter of personal preference. The rule of thumb is that edits consisting of spelling corrections, formatting, and minor rearranging of text should be flagged as a "minor edit". A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any "real" change, even if it is a single word, should be flagged as a "major edit".  
If you find additional semantic HTML elements that seem to work just fine in MediaWiki pages, please add them.


The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.
In addition to using HTML elements directly in your MediaWiki pages, feel free to use common attributes like:
* <code>style</code>
* <code>class</code>


== The wiki markup  ==
Use the <code>class</code> attribute in particular, e.g. with <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>, to add microformats like [[hCard]] for people mentioned in wiki pages, [[hCalendar]] for events, etc. And instead of span/div, be sure to use <code>&lt;abbr&gt;</code> and <code>&lt;time&gt;</code> when appropriate!


In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.  
== The wiki markup ==
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.


You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the [[Sandbox]].  
You may want to keep this page open in a separate browser window for reference.


=== Sections, paragraphs, lists and lines ===
=== Sections, paragraphs, lists and lines ===
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<th>What it looks like</th>
<th>What you type</th>
</tr>
<tr>
<td>
Start your sections with header lines:


{| cellspacing="0" cellpadding="2" border="1"
<!-- This is the original
|-
! What it looks like
! What you type
|-
|
Start your sections with header lines: <!-- This is the original
== New section ==
== New section ==
=== Subsection ===
=== Subsection ===
==== Sub-subsection ====
==== Sub-subsection ====
  --> <!-- next set
  -->
 
<!-- next set
<h2> New section </h2>
<h2> New section </h2>
<h3> Subsection </h3>
<h3> Subsection </h3>
<h4> Sub-subsection </h4>
<h4> Sub-subsection </h4>
  --> <!-- This code prevents confusion in the section editing feature--> '''<font style="font-size: 120%;">New section</font>'''
  -->
 
<!-- This code prevents confusion in the section editing feature-->
<b><font style="font-size:120%"> New section </font></b>
 
<b><font style="font-size:110%"> Subsection</font></b>


'''<font style="font-size: 110%;">Subsection</font>'''
<b><font style="font-size:100%"> Sub-subsection</font></b>


'''<font style="font-size: 100%;">Sub-subsection</font>'''
</td>
<td><pre><nowiki>


| <pre>== New section ==
== New section ==


=== Subsection ===
=== Subsection ===


==== Sub-subsection ====
==== Sub-subsection ====
</pre>
</nowiki></pre>
|-
</td>
|
</tr>
[[En:newline|Newline]]:  
<tr>
<td>
[[en:newline|Newline]]:
 
A single
newline
has no
effect on the
layout.


A single newline has no effect on the layout.  
But an empty line
starts a new paragraph.


But an empty line starts a new paragraph.
(<nowiki><p></nowiki> disables this paragraphing until <nowiki></p></nowiki> or the end  of the section)


(<nowiki><p></nowiki> disables this paragraphing until <nowiki></p></nowiki> or the end of the section)  
(in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines)


(in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines)
</td>
<td>
<pre><nowiki>


| <pre>A single
A single
newline
newline
has no
has no
Line 88: Line 127:


But an empty line
But an empty line
starts a new paragraph.</pre>
starts a new paragraph.</nowiki></pre>
|- valign="top"
</td>
| You can break lines<br> without starting a new paragraph.  
</tr>
Sufficient as wikitext code is &lt;br&gt;, the XHTML code &lt;br /&gt; is not needed, the system produces this code.  
<tr valign="top"><td>You can break lines<br>
 
without starting a new paragraph.<p>
| <pre>You can break lines&lt;br&gt;
Sufficient as wikitext code is &lt;br&gt;, the XHTML code &lt;br /&gt; is not needed, the system produces this code.</p></td>
without starting a new paragraph.</pre>
<td><pre><nowiki>You can break lines<br>
|-
without starting a new paragraph.</nowiki></pre>
|
</td>
*Lists are easy to do:  
</tr>
**start every line with a star  
<tr>
***more stars means deeper levels  
<td>
*A newline  
* Lists are easy to do:
*in a list
** start every line with a star
 
*** more stars means deeper levels
marks the end of the list.  
*A newline
 
*in a list
*Of course  
marks the end of the list.
*you can  
*Of course
*you can
*start again.
*start again.


| <pre>* Lists are easy to do:
</td>
<td><pre><nowiki>* Lists are easy to do:
** start every line with a star
** start every line with a star
*** more stars means deeper levels
*** more stars means deeper levels
Line 119: Line 160:
*start again.
*start again.


</pre>
</nowiki></pre>
|-
</td>
|
</tr>
#Numbered lists are also good  
<tr>
##very organized  
<td>
##easy to follow  
# Numbered lists are also good
#A newline  
## very organized
#in a list
## easy to follow
 
#A newline
marks the end of the list.  
#in a list
 
marks the end of the list.
#New numbering starts  
#New numbering starts
#with 1.
#with 1.


| <pre># Numbered lists are also good
</td>
<td><pre><nowiki># Numbered lists are also good
## very organized
## very organized
## easy to follow
## easy to follow
Line 141: Line 183:
#New numbering starts
#New numbering starts
#with 1.
#with 1.
</pre>
</nowiki></pre>
|-
</td>
|
</tr>
*You can even do mixed lists  
<tr>
*#and nest them  
<td>
*#*like this<br>or have newlines<br>inside lists
* You can even do mixed lists
 
*# and nest them
| <pre>* You can even do mixed lists
*#* like this<br>or have newlines<br>inside lists
</td>
<td><pre><nowiki>* You can even do mixed lists
*# and nest them
*# and nest them
*#* like this&lt;br&gt;or have newlines&lt;br&gt;inside lists</pre>
*#* like this<br>or have newlines<br>inside lists</nowiki></pre>
|-
</td>
|
</tr>
*You can also  
<tr>
<td>
* You can also
**break lines<br>inside lists<br>like this
**break lines<br>inside lists<br>like this
 
</td>
| <pre>* You can also
<td><pre><nowiki>* You can also
**break lines&lt;br&gt;inside lists&lt;br&gt;like this</pre>
**break lines<br>inside lists<br>like this</nowiki></pre>
|-
</td>
|
</tr>
;Definition list&nbsp;
<tr>
:list of definitions  
<td>
;item&nbsp;
; Definition list : list of definitions
:the item's definition
; item : the item's definition
 
</td>
| <pre>; Definition list&nbsp;: list
<td><pre><nowiki>; Definition list : list
of definitions
of definitions
; item&nbsp;: the item's definition</pre>
; item : the item's definition</nowiki></pre>
|-
</td>
|
</tr>
<tr>
<td>
:A colon indents a line or paragraph.
:A colon indents a line or paragraph.
A manual newline starts a new paragraph.
*This is primarily for displayed material, but is also used for discussion on [[Help:Talk page|Talk pages]].
| <pre>: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
A manual newline starts a new paragraph.
</pre>
* This is primarily for displayed material, but is also used for discussion on [[Help:Talk page|Talk page]]s.
|- valign="top"
</td>
| <pre>IF a line of plain text starts with a space THEN
<td><pre><nowiki>: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
</nowiki></pre>
</td>
</tr>
<tr valign=top>
<td>
<pre><nowiki>IF a line of plain text starts with a space THEN
   it will be formatted exactly
   it will be formatted exactly
     as typed;
     as typed;
Line 191: Line 240:
   * program source code
   * program source code
   * ASCII art;
   * ASCII art;
   * chemical structures;</pre>  
   * chemical structures;</nowiki></pre>
WARNING If you make it wide, you [[En:page widening|force the whole page to be wide]] and hence less readable. Never start ordinary lines with spaces.<br>  
 
<center>(see also below)</center>  
WARNING If you make it wide,
| <pre> IF a line of plain text starts with a space THEN
you [[en:page widening|force the whole page to be wide]] and
hence less readable. Never start ordinary lines with spaces.<br>
<center>(see also below)</center>
</td>
<td><pre><nowiki> IF a line of plain text starts with a space THEN
   it will be formatted exactly
   it will be formatted exactly
     as typed;
     as typed;
Line 205: Line 258:
   * program source code
   * program source code
   * ASCII art;
   * ASCII art;
   * chemical structures;</pre>
   * chemical structures;</nowiki></pre></td>
|- valign="top"
</tr>
| <center>Centered text.</center>  
<tr valign="top"><td><center>Centered text.</center>
| <pre>&lt;center&gt;Centered text.&lt;/center&gt;</pre>
</td>
|-
<td><pre><nowiki><center>Centered text.</center></nowiki></pre>
| A [[En:horizontal dividing line|horizontal dividing line]]: above  
</td>
</tr>
<tr>
<td>A [[en:horizontal dividing line|horizontal dividing line]]: above
----
----


and below.  
and below.


Mainly useful for separating threads on Talk pages.  
Mainly useful for separating threads on Talk pages.
 
</td>
| <pre>A horizontal dividing line: above
<td><pre><nowiki>A horizontal dividing line: above
----
----
and below. </pre>
and below. </nowiki></pre>
|}
</td>
</tr>
</table>


Summarizing the effect of a single newline: no effect in general, but it ends a list item or indented part; thus changing some text into a list item, or indenting it, is more cumbersome if it contains newlines, they have to be removed; see also [[W:Wikipedia:Don't use line breaks]].  
Summarizing the effect of a single newline: no effect in general, but it ends a list item or indented part; thus changing some text into a list item, or indenting it, is more cumbersome if it contains newlines, they have to be removed; see also [[w:Wikipedia:Don't use line breaks]].


=== Links, URLs ===
<h3> Links, URLs </h3>
 
<table border="1" cellpadding="2" cellspacing="0">
{| cellspacing="0" cellpadding="2" border="1"
<tr>
|-
<th>What it looks like</th>
! What it looks like
<th>What you type</th>
! What you type
</tr>
|- valign="top"
<tr valign="top"><td>Sue is reading the <a _fcknotitle="true" href="Video policy">Video policy</a>.
| Sue is reading the [[Video policy]].  
<ul><li>First letter of target is automatically capitalized.
*First letter of target is automatically capitalized.  
</li><li>Internally spaces are automatically represented as underscores (typing an underscore has the same effect as typing a space, but is not recommended).
*Internally spaces are automatically represented as underscores (typing an underscore has the same effect as typing a space, but is not recommended).
</li></ul>
 
<p>Thus the <a _fcknotitle="true" href="Link">Link</a> above is to <span class="fck_mw_nowiki" _fck_mw_customtag="true" _fck_mw_tagname="nowiki">http://meta.wikipedia.org/wiki/Video_policy</span>, which is the page with the name "Video policy".
Thus the [[Link]] above is to <nowiki>http://meta.wikipedia.org/wiki/Video_policy</nowiki>, which is the page with the name "Video policy".  
</p>
 
</td>
| <pre>Sue is reading the [[video policy]].</pre>  
<td><pre>Sue is reading the [[video policy]].</pre>
|-
</td>
|
</tr>
Link to a section on a page, e.g. [[List of cities by country#Morocco]]; when section editing does not work the link is treated as link to the page, i.e. to the top; this applies for:  
<tr><td>
 
<p>Link to a section on a page, e.g.
*links to non-existent sections  
<a _fcknotitle="true" href="List of cities by country#Morocco">List of cities by country#Morocco</a>; when section editing does not work the link is treated as link to the page, i.e. to the top; this applies for:
*links in redirects  
</p>
*interwiki links
<ul><li>links to non-existent sections
 
</li><li>links in redirects
| <pre>[[List_of_cities_by_country#Morocco]].</pre>
</li><li>interwiki links</td><td>
|- valign="top"
</li></ul>
| Link target and link label are different: [[User:Larry Sanger|answers]].  
<pre>[[List_of_cities_by_country#Morocco]].</pre></td>
(This is called a [[Piped link]]).  
</tr>
 
<tr valign="top"><td>Link target and link label are different: <a href="User:Larry Sanger">answers</a>.
| <pre>Same target, different name:
<p>(This is called a <a _fcknotitle="true" href="Piped link">Piped link</a>).
[[User:Larry Sanger|answers]]</pre>  
</p>
|- valign="top"
</td>
| Endings are blended into the link: [[Official position]]s, [[Gene]]s
<td><pre>Same target, different name:
| <pre>Endings are blended
[[User:Larry Sanger|answers]]</pre>
into the link: [[official position]]s, [[gene]]s</pre>  
</td>
|- valign="top"
</tr>
|
<tr valign="top">
Automatically hide stuff in parentheses: [[Kingdom (biology)|kingdom]].  
<td>Endings are blended into the link: <a _fcknotitle="true" href="Official position">Official position</a>s, <a _fcknotitle="true" href="Gene">Gene</a>s</td>
 
<td>
Automatically hide namespace: [[Wikipedia:Village pump|Village pump]].
<pre>Endings are blended
 
into the link: [[official position]]s, [[gene]]s</pre>
The server fills in the part after the &#124; when you save the page. Next time you open the edit box you will see the expanded piped link. A preview interprets the abbreviated form correctly, but does not expand it yet in the edit box. Press Save and again Edit, and you will see the expanded version. The same applies for the following feature.
</td>
 
</tr>
| <pre>Automatically hide stuff in parentheses:
<tr valign="top">
[[kingdom (biology)|]]. </pre> <pre>Automatically hide namespace:
<td>
<p>Automatically hide stuff in parentheses: <a href="Kingdom (biology)">kingdom</a>.
</p>
<p>Automatically hide namespace: <a href="Wikipedia:Village pump">Village pump</a>.</p>
<p>The server fills in the part after the | when you save the page. Next time you open the edit box you will see the expanded piped link. A preview interprets the abbreviated form correctly, but does not expand it yet in the edit box. Press Save and again Edit, and you will see the expanded version. The same applies for the following feature.</p>
</td>
<td>
<pre>Automatically hide stuff in parentheses:
[[kingdom (biology)|]]. </pre>
<pre>Automatically hide namespace:
[[Wikipedia:Village pump|]].</pre>
[[Wikipedia:Village pump|]].</pre>
|-
</td></tr>
| When adding a comment to a Talk page,  
<tr>
you should sign it. You can do this by adding three tildes for your user name:  
<td>When adding a comment to a Talk page,
 
<p>you should sign it. You can do this by
:[[User:Karl Wick|Karl Wick]]
adding three tildes for your user name:
 
</p>
or four for user name plus date/time:  
<dl><dd> <a href="User:Karl Wick">Karl Wick</a>
 
</dd></dl>
:[[User:Karl Wick|Karl Wick]] 08:10 Oct 5, 2002 (UTC)
<p>or four for user name plus date/time:
 
</p>
| <pre>When adding a comment to a Talk page,
<dl><dd> <a href="User:Karl Wick">Karl Wick</a> 08:10 Oct 5, 2002 (UTC)
</dd></dl>
</td>
<td><pre>When adding a comment to a Talk page,
you should sign it. You can do this by
you should sign it. You can do this by
adding three tildes for your user name:
adding three tildes for your user name:
: ~~~
: ~~~
or four for user name plus date/time:
or four for user name plus date/time:
: ~~~~</pre>  
: ~~~~</pre>
|- valign="top"
</td>
| [[The weather in London]] is a page that doesn't exist yet.  
</tr>
*You can create it by clicking on the link.  
<tr valign="top"><td><a _fcknotitle="true" href="The weather in London">The weather in London</a> is a page that doesn't exist yet.
*To create a new page:  
<ul><li>You can create it by clicking on the link.
*#Create a link to it on some other page.  
</li><li>To create a new page:
*#Save that page.  
<ol><li>Create a link to it on some other page.
*#Click on the link you just made. The new page will open for editing.  
</li><li>Save that page.
*Have a look at [[MediaWiki User's Guide: Starting a new page|how to start a page]] guide and the naming conventions page for your project.
</li><li>Click on the link you just made. The new page will open for editing.
 
</li></ol>
| <pre>[[The weather in London]] is a page
</li><li>Have a look at <a href="MediaWiki User's Guide: Starting a new page">how to start a page</a> guide and the naming conventions page for your project.
that doesn't exist yet.</pre>  
</li></ul>
|- valign="top"
</td>
|
<td><pre>[[The weather in London]] is a page
[[MediaWiki User's Guide: Using redirects|Redirect]] one article title to another by putting text like this in its first line.  
that doesn't exist yet.</pre>
 
</td>
| <pre>#REDIRECT [[United States]]</pre>  
</tr>
|- valign="top"
<tr valign="top"><td>
|
<p><a href="MediaWiki User's Guide: Using redirects">Redirect</a> one article title to another by putting text like this in its first line.
A link to the page on the same subject in another language or, more generally, to a page on another wiki: [[fr:Wikip�dia:Aide]]. For more info see [[MediaWiki User's Guide: Interwiki linking]].  
</p>
 
</td>
| <pre>[[fr:Wikip�dia:Aide]], [[:fr:Wikip�dia:Aide]]</pre>
<td><pre>#REDIRECT [[United States]]</pre>
|-
</td>
| "What links here" and "Related changes" can be linked as:<br>  
</tr>
[[Special:Whatlinkshere/Wikipedia:How to edit a page]] and [[Special:Recentchangeslinked/Wikipedia:How to edit a page]]
<tr valign="top"><td>
 
<p>A link to the page on the same subject in another language or, more generally, to a page on another wiki:
| <pre>[[Special:Whatlinkshere/
[[fr:Wikip�dia:Aide]].  
For more info see <a _fcknotitle="true" href="MediaWiki User's Guide: Interwiki linking">MediaWiki User's Guide: Interwiki linking</a>.
</p>
</td>
<td><pre>[[fr:Wikip�dia:Aide]], [[:fr:Wikip�dia:Aide]]</pre></td>
</tr>
<tr>
<td>"What links here" and "Related changes" can be linked as:<br />
<p><a _fcknotitle="true" href="Special:Whatlinkshere/Wikipedia:How to edit a page">Special:Whatlinkshere/Wikipedia:How to edit a page</a> and
<a _fcknotitle="true" href="Special:Recentchangeslinked/Wikipedia:How to edit a page">Special:Recentchangeslinked/Wikipedia:How to edit a page</a>
</p>
</td>
<td><pre>
[[Special:Whatlinkshere/
Wikipedia:How to edit a page]] and
Wikipedia:How to edit a page]] and
[[Special:Recentchangeslinked/
[[Special:Recentchangeslinked/
Wikipedia:How to edit a page]]</pre>  
Wikipedia:How to edit a page]]</pre>
|- valign="top"
</td>
| External links: [http://www.nupedia.com Nupedia], [http://www.nupedia.com]  
</tr>
| <pre>External links:
<tr valign="top"><td>External links: <a href="http://www.nupedia.com">Nupedia</a>, <a href="http://www.nupedia.com">[n]</a>
</td>
<td><pre>External links:
[http://www.nupedia.com Nupedia],
[http://www.nupedia.com Nupedia],
[http://www.nupedia.com]</pre>  
[http://www.nupedia.com]</pre>
|- valign="top"
</td>
| Or just give the URL: http://www.nupedia.com.  
</tr>
*In the [[En:URL|URL]] all symbols must be among: A-Z a-z 0-9 ._\/~%-+&amp;#?!=()@ \x80-\xFF. If a URL contains a different character it should be converted; for example, ^ has to be written&nbsp;%5E (to be looked up in [[En:ASCII|ASCII]]). A blank space can also be converted into an underscore.
<tr valign="top"><td>Or just give the URL: http://www.nupedia.com.
<ul><li>In the <a href="En:URL">URL</a> all symbols must be among: A-Z a-z 0-9 ._\/~%-+&amp;#?!=()@ \x80-\xFF. If a URL contains a different character it should be converted; for example, ^ has to be written&#160;%5E (to be looked up in <a href="En:ASCII">ASCII</a>). A blank space can also be converted into an underscore.
</li></ul>
</td>
<td><pre>Or just give the URL:
http://www.nupedia.com.</pre>
</td>
</tr>
<tr>
<td>
<p>To link to a bug in Mozilla's Bugzilla, use the <tt>bug</tt> template.
<span class="fck_mw_template">{{bug|322603}}</span>
</p>
</td>
<td>
<pre>{{bug|322603}}</pre>
</td>
</tr>
<tr>
<td>
<p>To link to an issue in Mozilla's Jira, use the <tt>jira</tt> template.
<span class="fck_mw_template">{{jira|METRICS-1}}</span>
</p>
</td>
<td>
<pre>{{jira|METRICS-1}}</pre>
</td>
</tr>
<tr>
<td>
<p>To link to books, you can use <a href="En:ISBN">ISBN</a> links.
ISBN 0123456789X See <a _fcknotitle="true" href="Help:ISBN links">Help:ISBN links</a>
</p>
</td>
<td>
<pre>ISBN 0123456789X</pre>
</td>
</tr>
<tr>
<td>
<p>Link to <a href="W:Request for Comments">Request for Comments</a>: RFC 123 (URL specified in <a _fcknotitle="true" href="MediaWiki:Rfcurl">MediaWiki:Rfcurl</a>)
</p>
</td>
<td>
<pre>RFC 123</pre>
</td>
</tr>
<tr>
<td>
<p>To include links to non-image uploads such as sounds, use a "media" link.
<br /><a href="Sg_mrob.ogg" class="new"  _fck_mw_filename="Sg_mrob.ogg" _fck_mw_type="media" title="Sg mrob.ogg">Sound</a>
</p>
</td>
<td>
<pre>


| <pre>Or just give the URL:
http://www.nupedia.com.</pre>
|-
|
To link to a bug in Mozilla's Bugzilla, use the <tt>bug</tt> template. {{bug|322603}}
| <pre>{{bug&#124;322603}}</pre>
|-
|
To link to books, you can use [[En:ISBN|ISBN]] links. ISBN 0123456789X See [[Help:ISBN links]]
| <pre>ISBN 0123456789X</pre>
|-
|
Link to [[W:Request for Comments|Request for Comments]]: RFC 123 (URL specified in [[MediaWiki:Rfcurl]])
| <pre>RFC 123</pre>
|-
|
To include links to non-image uploads such as sounds, use a "media" link. <br>[[Media:Sg_mrob.ogg|Sound]]
| <pre>
[[media:Sg_mrob.ogg|Sound]]
[[media:Sg_mrob.ogg|Sound]]
</pre>  
</pre>
|- valign="top"
</td>
| Use links for dates, so everyone can set their own display order. Use [[Special:Preferences]] to change your own date display setting.  
</tr>
| <pre>[[July 20]], [[1969]] , [[20 July]] [[1969]]
<tr valign="top">
<td>Use links for dates, so everyone can set their own display order. Use <a _fcknotitle="true" href="Special:Preferences">Special:Preferences</a> to change your own date display setting.
</td>
<td><pre>[[July 20]], [[1969]] , [[20 July]] [[1969]]
and [[1969]]-[[07-20]]
and [[1969]]-[[07-20]]
</pre>will all appear as [[20 July]] [[1969]] if you set your date display preference to 1 January 2001.  
</pre>will all appear as <a _fcknotitle="true" href="20 July">20 July</a> <a _fcknotitle="true" href="1969">1969</a> if you set your date display preference to 1 January 2001.
|}
</td>
 
</tr>
=== Images  ===
</table>
 
{| cellspacing="0" cellpadding="2" border="1"
|-
! What it looks like
! What you type
|- valign="top"
| A picture: [[Image:Wiki.png|Wikipedia - The Free Encyclopedia]]
*For many projects, only images that have been uploaded to the same project can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]]


| <pre>A picture: [[Image:Wiki.png]]</pre>
=== Images ===
or, with alternate text (''strongly'' encouraged) <!-- actually required in HTML4 -->
<pre>[[Image:Wiki.png&#124;Wikipedia
- The Free Encyclopedia]]
</pre>
[[En:Web browser|Web browsers]] render alternate text when not displaying an image -- for example, when the image isn't loaded, or in a text-only browser, or when spoken aloud. See [[En:Wikipedia:Alternate text for images|Alternate text for images]] for help on choosing alternate text. See [[En:Wikipedia:Extended image syntax|Extended image syntax]] for more options.


|-
<table border="1" cellpadding="2" cellspacing="0">
|  
<tr>
Clicking on an uploaded image displays a description page, which you can also link directly to: [[:Image:Wiki.png]]  
<th>What it looks like</th>
 
<th>What you type</th>
| <pre>[[:Image:Wiki.png]]
</tr>
<tr valign="top"><td>A picture: [[Image:Wiki.png|Wikipedia - The Free Encyclopedia]]
* For many projects, only images that have been uploaded to the same project can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]]
</td>
<td><pre><nowiki>
A picture: [[Image:Wiki.png]]</nowiki></pre>
or, with alternate text (''strongly'' encouraged) <!-- actually required in HTML4 -->
<pre><nowiki>[[Image:Wiki.png|Wikipedia
- The Free Encyclopedia]] </nowiki>
</pre>
</pre>
|-
[[en:Web browser|Web browser]]s render alternate text when not displaying an image -- for example, when the image isn't loaded, or in a text-only browser, or when spoken aloud. See [[en:Wikipedia:Alternate text for images|Alternate text for images]] for help on choosing alternate text.  See [[en:Wikipedia:Extended_image_syntax|Extended image syntax]] for more options.
|
</td>
To include links to images shown as links instead of drawn on the page, use a "media" link. <br>[[Media:Tornado.jpg|Image of a Tornado]]  
</tr>
<tr>
<td>
Clicking on an uploaded image displays a description page, which you can also link directly to: [[Image:Wiki.png]]
</td>
<td><pre><nowiki>
[[Image:Wiki.png]]
</nowiki></pre>
</td>
</tr>


| <pre>[[media:Tornado.jpg|Image of a Tornado]]
<tr>
</pre>
<td>
|}
To include links to images shown as links instead of drawn on the page, use a "media" link.
<br/>[[media:Tornado.jpg|Image of a Tornado]]
</td>
<td>
<pre>
<nowiki>
[[media:Tornado.jpg|Image of a Tornado]]
</nowiki></pre>
</td>
</tr>


=== Character formatting  ===
</table>


{| cellspacing="0" cellpadding="2" border="1"
=== Character formatting ===
|-
! What it looks like
! What you type
|- valign="top"
|
''Emphasize'', '''strongly''', '''''very strongly'''''.


<table border="1" cellpadding="2" cellspacing="0">
<tr>
<th>What it looks like</th>
<th>What you type</th>
</tr>
<tr valign="top"><td>
''Emphasize'', '''strongly''', '''''very strongly'''''.
*These are double and triple apostrophes, not double quotes.
*These are double and triple apostrophes, not double quotes.
 
</td>
| <pre>''Emphasize'', '''strongly''',
<td>
'''''very strongly'''''.</pre>
<pre><nowiki>''Emphasize'', '''strongly''',
|- valign="top"
'''''very strongly'''''.</nowiki></pre>
|
</td>
You can also write ''italic'' and '''bold''' if the desired effect is a specific font style rather than emphasis, as in mathematical formulae:  
</tr>
 
<tr valign="top"><td>
:'''F''' = ''m'''''a'''
You can also write <i>italic</i> and <b>bold</b>
 
if the desired effect is a specific font style
rather than emphasis, as in mathematical formulae:
:<b>F</b> = <i>m</i><b>a</b>
*However, the difference between these two methods is not very important for graphical browsers, and many people choose to ignore it.
*However, the difference between these two methods is not very important for graphical browsers, and many people choose to ignore it.
 
</td>
| <pre>You can also write &lt;i&gt;italic&lt;/i&gt;
<td>
and &lt;b&gt;bold&lt;/b&gt; if the desired effect is a  
<pre><nowiki>You can also write <i>italic</i>
and <b>bold</b> if the desired effect is a  
specific font style rather than emphasis, as  
specific font style rather than emphasis, as  
in mathematical formulas:
in mathematical formulas:
:&lt;b&gt;F&lt;/b&gt; = &lt;i&gt;m&lt;/i&gt;&lt;b&gt;a&lt;/b&gt;</pre><!-- that's not a mathematical formula, though - sure it is, just because it's being applied to physics doesn't make it stop being mathematics -->
:<b>F</b> = <i>m</i><b>a</b></nowiki></pre><!-- that's not a mathematical formula, though - sure it is, just because it's being applied to physics doesn't make it stop being mathematics -->
|- valign="top"
</td>
| A typewriter font for <tt>technical terms</tt>.  
</tr>
| <pre>A typewriter font for  
<tr valign="top">
&lt;tt&gt;technical terms&lt;/tt&gt;.</pre>
<td>A typewriter font for <tt>technical terms</tt>.
|- valign="top"
</td>
| You can use <small>small text</small> for captions.  
<td><pre><nowiki>A typewriter font for  
| <pre>You can use &lt;small&gt;small text&lt;/small&gt;
<tt>technical terms</tt>.</nowiki></pre>
for captions.</pre>
</td><!-- tt is really 'teletype', not 'technical term' -->
|- valign="top"
</tr>
| You can <strike>strike out deleted material</strike>  
<tr valign="top">
and <u>underline new material</u>.  
<td>You can use <small>small text</small> for captions.
 
</td>
| <pre>You can &lt;strike&gt;strike out deleted material&lt;/strike&gt;
<td><pre><nowiki>You can use <small>small text</small>
and &lt;u&gt;underline new material&lt;/u&gt;.</pre>
for captions.</nowiki></pre>
|- valign="top"
</td>
|
</tr>
'''Umlauts and accents:''' (See [[MediaWiki User's Guide: Creating special characters]])<br> è é ê ë ì í<br> <br> À Á Â Ã Ä Å <br> Æ Ç È É Ê Ë <br> Ì Í Î Ï Ñ Ò <br> Ó Ô Õ Ö Ø Ù <br> Ú Û Ü ß à á <br> â ã ä å æ ç <br> è é ê ë ì í<br> î ï ñ ò ó ô <br> œ õ ö ø ù ú <br> û ü ÿ
<tr valign="top"><td>You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.
</td>
<td><pre><nowiki>You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.</nowiki></pre>
</td>
</tr>
<tr valign="top">
<td>
'''Umlauts and accents:''' (See [[MediaWiki User's Guide: Creating special characters]])<br/>
è é ê ë ì í<br/>
<br/>
&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; <br/>
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; <br/>
&Igrave; &Iacute;
&Icirc; &Iuml; &Ntilde; &Ograve; <br/>
&Oacute; &Ocirc; &Otilde;
&Ouml; &Oslash; &Ugrave; <br/>
&Uacute; &Ucirc; &Uuml; &szlig;
&agrave; &aacute; <br/>
&acirc; &atilde; &auml; &aring; &aelig;
&ccedil; <br/>
&egrave; &eacute; &ecirc; &euml; &igrave; &iacute;<br/>
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; <br/>
&oelig; &otilde;
&ouml; &oslash; &ugrave; &uacute; <br/>
&ucirc; &uuml; &yuml;
</td>
<td><pre><nowiki>


| <pre>è é ê ë ì í
è é ê ë ì í


&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
Line 440: Line 605:
&amp;icirc; &amp;iuml; &amp;ntilde; &amp;ograve; &amp;oacute; &amp;ocirc;
&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;oelig; &amp;otilde; &amp;ouml; &amp;oslash; &amp;ugrave; &amp;uacute;
&amp;ucirc; &amp;uuml; &amp;yuml;</pre>
&amp;ucirc; &amp;uuml; &amp;yuml;</nowiki></pre></td>
|- valign="top"
</tr>
|
<tr valign="top">
'''Punctuation:'''<br> ¿ ¡ «&nbsp;» § ¶<br> † ‡ • —
<td>
 
'''Punctuation:'''<br/>
| <pre>&amp;iquest; &amp;iexcl; &amp;laquo; &amp;raquo; &amp;sect; &amp;para;
&iquest; &iexcl; &laquo; &raquo; &sect; &para;<br/>
&amp;dagger; &amp;Dagger; &amp;bull; &amp;mdash;</pre>
&dagger; &Dagger; &bull; &mdash;
|- valign="top"
</td>
|
<td><pre><nowiki>
'''Commercial symbols:'''<br> ™ © ® ¢ € ¥ <br> £ ¤
&amp;iquest; &amp;iexcl; &amp;laquo; &amp;raquo; &amp;sect; &amp;para;
 
&amp;dagger; &amp;Dagger; &amp;bull; &amp;mdash;</nowiki></pre></td>
| <pre>&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen;
</tr>
<tr valign="top">
<td>
'''Commercial symbols:'''<br/>
&trade; &copy; &reg; &cent; &euro; &yen; <br/>
&pound; &curren;</td>
<td><pre><nowiki>
&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen;
&amp;pound; &amp;curren;
&amp;pound; &amp;curren;
</pre>
</nowiki></pre></td>
|- valign="top" id="subscript"
</tr>
| Subscript: x<sub>2</sub><br>  
<tr valign="top" id="subscript"><td>Subscript: x<sub>2</sub><br/>
Superscript: x<sup>2</sup> or
Superscript: x<sup>2</sup> or x&sup2;


*The latter method of superscript can't be used in the most general context, but is preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.
*The latter method of superscript can't be used in the most general context, but is preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.
 
&epsilon;<sub>0</sub> =
ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> / J m. <br> <br> 1 [[Hectare]] = [[1 E4 m²]]  
8.85 &times; 10<sup>&minus;12</sup>
 
C&sup2; / J m.
| <pre>Subscript: x&lt;sub&gt;2&lt;/sub&gt;
<br/>
Superscript: x&lt;sup&gt;2&lt;/sup&gt; or x&amp;sup2;
<br/>
1 [[hectare]] = [[1 E4 m²]]
</td>
<td><pre><nowiki>Subscript: x<sub>2</sub>
Superscript: x<sup>2</sup> or x&amp;sup2;


or in projects with the templates sub and sup:
or in projects with the templates sub and sup:


Subscript: x{{sub&#124;2}}
Subscript: x{{sub|2}}
Superscript: x{{sup&#124;2}}
Superscript: x{{sup|2}}


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


1 [[hectare]] = [[1 E4 m²]]
1 [[hectare]] = [[1 E4 m²]]
</pre>
</nowiki></pre></td>
|- valign="top"
</tr>
| '''Greek characters:''' <br>  
<tr valign="top"><td>'''Greek characters:''' <br/>
α β γ δ ε ζ <br> η θ ι κ λ μ ν <br> ξ ο π ρ σ ς <br> τ υ φ χ ψ ω<br> Γ Δ Θ Λ Ξ Π <br> Σ Φ Ψ Ω
&alpha; &beta; &gamma; &delta; &epsilon; &zeta; <br/>
 
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu; <br/>
| <pre>&amp;alpha; &amp;beta; &amp;gamma; &amp;delta; &amp;epsilon; &amp;zeta;
&xi; &omicron; &pi; &rho;  &sigma; &sigmaf; <br/>
&tau; &upsilon; &phi; &chi; &psi; &omega;<br/>
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; <br/>
&Sigma; &Phi; &Psi; &Omega;
</td>
<td><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;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;xi; &amp;omicron; &amp;pi; &amp;rho;  &amp;sigma; &amp;sigmaf;
Line 486: Line 668:
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
</pre>
</nowiki></pre></td>
|- valign="top"
</tr>
|
<tr valign="top">
'''Math characters:''' <br> ∫ ∑ ∏ √ − ± ∞<br> ≈ ∝ ≡ ≠ ≤ ≥ →<br> × · ÷ ∂ ′ ″<br> ∇ ‰ ° ∴ ℵ ø<br> ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br> ¬ ∧ ∨ ∃ ∀ ⇒ ⇔<br> → ↔<br>  
<td>
 
'''Math characters:''' <br/>
| valign="middle" | <pre>&amp;int; &amp;sum; &amp;prod; &amp;radic; &amp;minus; &amp;plusmn; &amp;infin;
&int; &sum; &prod; &radic; &minus; &plusmn; &infin;<br/>
&asymp; &prop; &equiv; &ne; &le; &ge; &rarr;<br/>
&times; &middot; &divide; &part; &prime; &Prime;<br/>
&nabla; &permil; &deg; &there4; &alefsym; &oslash;<br/>
&isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;<br/>
&not; &and; &or; &exist; &forall; &rArr; &hArr;<br/>
&rarr; &harr;<br/>
</td>
<td valign="middle"><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;rarr;
&amp;asymp; &amp;prop; &amp;equiv; &amp;ne; &amp;le; &amp;ge; &amp;rarr;
&amp;times; &amp;middot; &amp;divide; &amp;part; &amp;prime; &amp;Prime;
&amp;times; &amp;middot; &amp;divide; &amp;part; &amp;prime; &amp;Prime;
Line 497: Line 688:
&amp;isin; &amp;notin; &amp;cap; &amp;cup; &amp;sub; &amp;sup; &amp;sube; &amp;supe;
&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;hArr;
&amp;not; &amp;and; &amp;or; &amp;exist; &amp;forall; &amp;rArr; &amp;hArr;
&amp;rarr; &amp;harr;</pre>
&amp;rarr; &amp;harr;</nowiki></pre></td>
|- valign="top"
</tr>
| ''x''<sup>2</sup>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0 true.  
<tr valign="top"><td><i>x</i><sup>2</sup>&nbsp;&nbsp;&nbsp;&ge;&nbsp;&nbsp;&nbsp;0 true.
*To space things out, use non-breaking spaces - <tt>&amp;nbsp;</tt>.  
*To space things out, use non-breaking spaces - <tt>&amp;nbsp;</tt>.
*<tt>&amp;nbsp;</tt> also prevents line breaks in the middle of text, this is useful in formulas.
*<tt>&amp;nbsp;</tt> also prevents line breaks in the middle of text, this is useful in formulas.
</td>
<td><pre><nowiki>
<i>x</i><sup>2</sup>&amp;nbsp;&amp;nbsp;&amp;ge;&amp;nbsp;&amp;nbsp;0 true.
</nowiki></pre></td>
</tr>
<tr>
<td>
'''Complicated formulae:'''<br/>
&nbsp;&nbsp;<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
* See [[MediaWiki User's Guide: Editing mathematical formulae:TeX markup|TeX markup]]
</td>
<td><pre><nowiki>
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
</nowiki></pre>
</td>
</tr>
<tr>
<td>
'''For comparison for the following examples:'''


| <pre>&lt;i&gt;x&lt;/i&gt;&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;&amp;nbsp;&amp;ge;&amp;nbsp;&amp;nbsp;0 true.
arrow      &rarr;
</pre>
|-
|
'''Complicated formulae:'''<br> &nbsp;&nbsp;<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>


*See [[MediaWiki User's Guide: Editing mathematical formulae:TeX markup|TeX markup]]
''italics''
 
[[link]]
| <pre>&lt;math&gt;\sum_{n=0}^\infty \frac{x^n}{n!}&lt;/math&gt;
</td>
</pre>
<td valign="bottom">
|-
<pre><nowiki>arrow      &amp;rarr;
|
'''For comparison for the following examples:'''
 
arrow →
 
''italics'' [[Link]]  
 
| valign="bottom" | <pre>arrow      &amp;rarr;


''italics''
''italics''
[[link]]</pre>
[[link]]</nowiki></pre>
|-
</td>
|
</tr>
'''Use &lt;nowiki&gt; to suppress interpretation of wiki markup, but interpret character references and remove newlines and multiple spaces:'''  
<tr>
<td>
'''Use &lt;nowiki> to suppress interpretation of wiki markup, but interpret character references and remove newlines and multiple spaces:'''


<nowiki>arrow      &rarr;
<nowiki>arrow      &rarr;
Line 533: Line 733:
''italics''
''italics''
[[link]]
[[link]]
</nowiki>  
</nowiki>
</td>
<td valign="bottom">
<pre><nowiki><nowiki>arrow      &amp;rarr;


| valign="bottom" | <pre>&lt;nowiki&gt;arrow      &amp;rarr;
''italics''
[[link]]</nowiki></nowiki></pre>
</td>
</tr>
<tr>
<td>
'''Use &lt;pre> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:'''


''italics''
<pre>arrow      &rarr;
[[link]]&lt;/nowiki&gt;</pre>
|-
|
'''Use &lt;pre&gt; to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:'''
<pre>arrow      →


''italics''
''italics''
[[link]]
[[link]]
</pre>  
</pre>
| valign="bottom" | <!-- <pre> or <nowiki> inside <pre> breaks the renderer --> <pre>&lt;pre&gt;arrow      &amp;rarr;
</td>
<td valign="bottom">
<!-- <pre> or <nowiki> inside <pre> breaks the renderer -->
<pre>&lt;pre>arrow      &amp;rarr;


''italics''
''italics''
[[link]]&lt;/pre&gt;</pre>
[[link]]&lt;/pre></pre>
|-
</td>
|
</tr>
'''Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:'''
<tr>
 
<td>
  arrow     
'''Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:
  arrow      &rarr;
   
   
  ''italics''
  ''italics''
  [[Link]]
  [[link]]
 
</td>
| valign="bottom" | <pre> arrow      &amp;rarr;
<td valign="bottom">
<pre> arrow      &amp;rarr;


  ''italics''
  ''italics''
  [[link]]</pre>
  [[link]]</pre>
|-
</td>
|
</tr>
'''Use typewriter font:'''  
<tr>
<td>
'''Use typewriter font:'''


<tt>arrow </tt>  
<tt>arrow     &rarr;</tt>


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


| valign="bottom" | <pre>&lt;tt&gt;arrow      &amp;rarr;&lt;/tt&gt;
</td>
<td valign="bottom">
<pre><tt>arrow      &amp;rarr;</tt>


&lt;tt&gt;''italics''&lt;/tt&gt;
<tt>''italics''</tt>
&lt;tt&gt;[[link]]&lt;/tt&gt;</pre>
<tt>[[link]]</tt></pre>
|-
</td>
|
</tr>
'''Show character references:'''  
<tr>
<td>
'''Show character references:'''


&amp;rarr;  
&amp;rarr;
</td>
<td valign="bottom">
<pre>&amp;amp;rarr;</pre>
</td>
</tr>
<tr>
<td>
'''Commenting page source:'''<br/>
''not shown in page''
* Used to leave comments in a page for future editors.
</td>
<td>
<pre>&lt;!-- comment here --&gt;</pre>
</td>
</tr>
</table>


| valign="bottom" | <pre>&amp;amp;rarr;</pre>
=== HTML Tables ===
|-
|
'''Commenting page source:'''<br> ''not shown in page''


*Used to leave comments in a page for future editors.
HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see [[Help:Table]].


| <pre>&lt;!-- comment here --&gt;</pre>
=== Bugzilla Extension ===
|}
Bugzilla currently has installed the bugzilla mediawiki extension ([https://github.com/mozilla/mediawiki-bugzilla source]), see also [[Help:Bugzilla_Extension| Help:Bugzilla Extension]]
You use this extension in this way:
<pre>
<bugzilla>
    (JSON REST API query key/value pairs)
</bugzilla>
</pre>
An example:
<pre>
<bugzilla>
    {
        "product": "Bugzilla",
        "priority":"P1"
    }
</bugzilla>
</pre>
Another example (just ids):
<pre>
<bugzilla>
    {
        "id": "123456,246246,246243",
    }
</bugzilla>
</pre>
 
This extension uses Bugzilla's older REST API, [[Bugzilla:BzAPI|BzAPI]].  See that page for more details on how to query in various ways.


=== HTML Tables  ===
Note that the tag name defaults to "bugzilla" but is configurable.


HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see [[Help:Table]].
There is also exploratory support for charting:
<pre>
<bugzilla type="count" display="bar">
    {
        "product":      "Bugzilla",
        "priority":    "P1",
        "x_axis_field": "severity"
    }
</bugzilla>
</pre>


==Templates==
==Templates==

Latest revision as of 22:24, 18 December 2016

Overwhelmed by the amount of help available here? Try Help:Me.

MozillaWiki Handbook
Software help for MozillaWiki — see page histories for older versions.
Handbook Contents | Other help


General

To edit a MediaWiki page, click on the "Edit this page" (or just "edit") link at one of its edges. This will bring you to a page with a text box containing the wikitext: the editable source code from which the server produces the webpage. For the special codes, see below.

After adding to or changing the wikitext it is useful to press "Preview", which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press "Save"). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext.

If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short edit summary in the small text field below the edit-box and when finished press "Save". Depending on your system, pressing the "Enter" key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing "Save".

You may find it more convenient to copy and paste the text first into your favorite text editor, edit and spell check it there, and then paste it back into your web browser to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, please make sure nobody else has edited the page since you saved your local copy (by checking the page history), otherwise you may accidently revert someone else's edits. If someone has edited it since you copied the page, you'll have to merge their edits into your new version (you can find their specific edits by using the "diff" feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.

See also MediaWiki architecture.

Dummy edit

If the wikitext is not changed no edit will be recorded and the edit summary is discarded.

A dummy edit is a change in wikitext that has no effect on the rendered page, such as changing the number of newlines at some position from 0 to 1 or from 2 to 3 or conversely (changing from 1 to 2 makes a difference, see below). This allows an edit summary, and is useful for correcting a previous edit summary, or an accidental marking of a previous edit as "minor" (see below). Also it is sometimes needed to refresh the cache of some item in the database, see e.g. A category tag in a template; caching problem.

Minor edits

When editing a page, a logged-in user has the option of flagging the edit as a "minor edit". This feature is important, because users can choose to hide minor edits in their view of the Recent Changes page, to keep the volume of edits down to a manageable level.

When to use this is somewhat a matter of personal preference. The rule of thumb is that edits consisting of spelling corrections, formatting, and minor rearranging of text should be flagged as a "minor edit". A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any "real" change, even if it is a single word, should be flagged as a "major edit".

The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.

Using HTML

MediaWiki supports a lot of simple HTML markup which you should use to enhance the semantics of your wiki pages (for SEO and other related good reasons).

Here is a short list of common HTML tags that you may find useful (consult a good semantic HTML reference if you need more info about when to use which element).

  • <h1> - <h6>
  • <br>
  • <abbr>
  • <cite>
  • <code>, <kbd>, <samp>, <var>
  • <dfn>
  • <div> & <span>
  • <em> & <strong>
  • <li> / <ol> / <ul>
  • <table>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>
  • <time>

If you find additional semantic HTML elements that seem to work just fine in MediaWiki pages, please add them.

In addition to using HTML elements directly in your MediaWiki pages, feel free to use common attributes like:

  • style
  • class

Use the class attribute in particular, e.g. with <div> & <span>, to add microformats like hCard for people mentioned in wiki pages, hCalendar for events, etc. And instead of span/div, be sure to use <abbr> and <time> when appropriate!

The wiki markup

In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.

You may want to keep this page open in a separate browser window for reference.

Sections, paragraphs, lists and lines

What it looks like What you type

Start your sections with header lines:


New section

Subsection

Sub-subsection


== New section ==

=== Subsection ===

==== Sub-subsection ====

Newline:

A single newline has no effect on the layout.

But an empty line starts a new paragraph.

(<p> disables this paragraphing until </p> or the end of the section)

(in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines)


A single
newline
has no
effect on the
layout.

But an empty line
starts a new paragraph.
You can break lines
without starting a new paragraph.

Sufficient as wikitext code is <br>, the XHTML code <br /> is not needed, the system produces this code.

You can break lines<br>
without starting a new paragraph.
  • Lists are easy to do:
    • start every line with a star
      • more stars means deeper levels
  • A newline
  • in a list

marks the end of the list.

  • Of course
  • you can
  • start again.
* Lists are easy to do:
** start every line with a star
*** more stars means deeper levels
*A newline
*in a list  
marks the end of the list.
*Of course
*you can
*start again.

  1. Numbered lists are also good
    1. very organized
    2. easy to follow
  2. A newline
  3. in a list

marks the end of the list.

  1. New numbering starts
  2. with 1.
# Numbered lists are also good
## very organized
## easy to follow
#A newline
#in a list  
marks the end of the list.
#New numbering starts
#with 1.
  • You can even do mixed lists
    1. and nest them
      • like this
        or have newlines
        inside lists
* You can even do mixed lists
*# and nest them
*#* like this<br>or have newlines<br>inside lists
  • You can also
    • break lines
      inside lists
      like this
* You can also
**break lines<br>inside lists<br>like this
Definition list
list of definitions
item
the item's definition
; Definition list : list
of definitions
; item : the item's definition
A colon indents a line or paragraph.

A manual newline starts a new paragraph.

  • This is primarily for displayed material, but is also used for discussion on Talk pages.
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
IF a line of plain text starts with a space THEN
  it will be formatted exactly
    as typed;
  in a fixed-width font;
  lines won't wrap;
ENDIF
this is useful for:
  * pasting preformatted text;
  * algorithm descriptions;
  * program source code
  * ASCII art;
  * chemical structures;

WARNING If you make it wide, you force the whole page to be wide and hence less readable. Never start ordinary lines with spaces.

(see also below)
 IF a line of plain text starts with a space THEN
   it will be formatted exactly
     as typed;
   in a fixed-width font;
   lines won't wrap;
 ENDIF
 this is useful for:
   * pasting preformatted text;
   * algorithm descriptions;
   * program source code
   * ASCII art;
   * chemical structures;
Centered text.
<center>Centered text.</center>
A horizontal dividing line: above

and below.

Mainly useful for separating threads on Talk pages.

A horizontal dividing line: above
----
and below. 

Summarizing the effect of a single newline: no effect in general, but it ends a list item or indented part; thus changing some text into a list item, or indenting it, is more cumbersome if it contains newlines, they have to be removed; see also w:Wikipedia:Don't use line breaks.

Links, URLs

What it looks like What you type
Sue is reading the <a _fcknotitle="true" href="Video policy">Video policy</a>.
  • First letter of target is automatically capitalized.
  • Internally spaces are automatically represented as underscores (typing an underscore has the same effect as typing a space, but is not recommended).

Thus the <a _fcknotitle="true" href="Link">Link</a> above is to http://meta.wikipedia.org/wiki/Video_policy, which is the page with the name "Video policy".

Sue is reading the [[video policy]].

Link to a section on a page, e.g. <a _fcknotitle="true" href="List of cities by country#Morocco">List of cities by country#Morocco</a>; when section editing does not work the link is treated as link to the page, i.e. to the top; this applies for:

  • links to non-existent sections
  • links in redirects
  • interwiki links
[[List_of_cities_by_country#Morocco]].
Link target and link label are different: <a href="User:Larry Sanger">answers</a>.

(This is called a <a _fcknotitle="true" href="Piped link">Piped link</a>).

Same target, different name:
[[User:Larry Sanger|answers]]
Endings are blended into the link: <a _fcknotitle="true" href="Official position">Official position</a>s, <a _fcknotitle="true" href="Gene">Gene</a>s
Endings are blended
into the link: [[official position]]s, [[gene]]s

Automatically hide stuff in parentheses: <a href="Kingdom (biology)">kingdom</a>.

Automatically hide namespace: <a href="Wikipedia:Village pump">Village pump</a>.

The server fills in the part after the | when you save the page. Next time you open the edit box you will see the expanded piped link. A preview interprets the abbreviated form correctly, but does not expand it yet in the edit box. Press Save and again Edit, and you will see the expanded version. The same applies for the following feature.

Automatically hide stuff in parentheses:
[[kingdom (biology)|]]. 
Automatically hide namespace:
[[Wikipedia:Village pump|]].
When adding a comment to a Talk page,

you should sign it. You can do this by adding three tildes for your user name:

<a href="User:Karl Wick">Karl Wick</a>

or four for user name plus date/time:

<a href="User:Karl Wick">Karl Wick</a> 08:10 Oct 5, 2002 (UTC)
When adding a comment to a Talk page,
you should sign it. You can do this by
adding three tildes for your user name:
: ~~~
or four for user name plus date/time:
: ~~~~
<a _fcknotitle="true" href="The weather in London">The weather in London</a> is a page that doesn't exist yet.
  • You can create it by clicking on the link.
  • To create a new page:
    1. Create a link to it on some other page.
    2. Save that page.
    3. Click on the link you just made. The new page will open for editing.
  • Have a look at <a href="MediaWiki User's Guide: Starting a new page">how to start a page</a> guide and the naming conventions page for your project.
[[The weather in London]] is a page
that doesn't exist yet.

<a href="MediaWiki User's Guide: Using redirects">Redirect</a> one article title to another by putting text like this in its first line.

#REDIRECT [[United States]]

A link to the page on the same subject in another language or, more generally, to a page on another wiki: [[fr:Wikip�dia:Aide]]. For more info see <a _fcknotitle="true" href="MediaWiki User's Guide: Interwiki linking">MediaWiki User's Guide: Interwiki linking</a>.

[[fr:Wikip�dia:Aide]], [[:fr:Wikip�dia:Aide]]
"What links here" and "Related changes" can be linked as:

<a _fcknotitle="true" href="Special:Whatlinkshere/Wikipedia:How to edit a page">Special:Whatlinkshere/Wikipedia:How to edit a page</a> and <a _fcknotitle="true" href="Special:Recentchangeslinked/Wikipedia:How to edit a page">Special:Recentchangeslinked/Wikipedia:How to edit a page</a>

[[Special:Whatlinkshere/
Wikipedia:How to edit a page]] and
[[Special:Recentchangeslinked/
Wikipedia:How to edit a page]]
External links: <a href="http://www.nupedia.com">Nupedia</a>, <a href="http://www.nupedia.com">[n]</a>
External links:
[http://www.nupedia.com Nupedia],
[http://www.nupedia.com]
Or just give the URL: http://www.nupedia.com.
  • In the <a href="En:URL">URL</a> all symbols must be among: A-Z a-z 0-9 ._\/~%-+&#?!=()@ \x80-\xFF. If a URL contains a different character it should be converted; for example, ^ has to be written %5E (to be looked up in <a href="En:ASCII">ASCII</a>). A blank space can also be converted into an underscore.
Or just give the URL:
http://www.nupedia.com.

To link to a bug in Mozilla's Bugzilla, use the bug template. bug 322603

{{bug|322603}}

To link to an issue in Mozilla's Jira, use the jira template. METRICS-1

{{jira|METRICS-1}}

To link to books, you can use <a href="En:ISBN">ISBN</a> links. ISBN 0123456789X See <a _fcknotitle="true" href="Help:ISBN links">Help:ISBN links</a>

ISBN 0123456789X

Link to <a href="W:Request for Comments">Request for Comments</a>: RFC 123 (URL specified in <a _fcknotitle="true" href="MediaWiki:Rfcurl">MediaWiki:Rfcurl</a>)

RFC 123

To include links to non-image uploads such as sounds, use a "media" link.
<a href="Sg_mrob.ogg" class="new" _fck_mw_filename="Sg_mrob.ogg" _fck_mw_type="media" title="Sg mrob.ogg">Sound</a>


[[media:Sg_mrob.ogg|Sound]]
Use links for dates, so everyone can set their own display order. Use <a _fcknotitle="true" href="Special:Preferences">Special:Preferences</a> to change your own date display setting.
[[July 20]], [[1969]] , [[20 July]] [[1969]]
and [[1969]]-[[07-20]]
will all appear as <a _fcknotitle="true" href="20 July">20 July</a> <a _fcknotitle="true" href="1969">1969</a> if you set your date display preference to 1 January 2001.

Images

What it looks like What you type
A picture: Wikipedia - The Free Encyclopedia
  • For many projects, only images that have been uploaded to the same project can be used. To upload images, use the upload page. You can find the uploaded image on the image list
A picture: [[Image:Wiki.png]]

or, with alternate text (strongly encouraged)

[[Image:Wiki.png|Wikipedia 
- The Free Encyclopedia]] 

Web browsers render alternate text when not displaying an image -- for example, when the image isn't loaded, or in a text-only browser, or when spoken aloud. See Alternate text for images for help on choosing alternate text. See Extended image syntax for more options.

Clicking on an uploaded image displays a description page, which you can also link directly to: Wiki.png

[[Image:Wiki.png]]

To include links to images shown as links instead of drawn on the page, use a "media" link.
Image of a Tornado


[[media:Tornado.jpg|Image of a Tornado]]

Character formatting

What it looks like What you type

Emphasize, strongly, very strongly.

  • These are double and triple apostrophes, not double quotes.
''Emphasize'', '''strongly''',
'''''very strongly'''''.

You can also write italic and bold if the desired effect is a specific font style rather than emphasis, as in mathematical formulae:

F = ma
  • However, the difference between these two methods is not very important for graphical browsers, and many people choose to ignore it.
You can also write <i>italic</i>
and <b>bold</b> if the desired effect is a 
specific font style rather than emphasis, as 
in mathematical formulas:
:<b>F</b> = <i>m</i><b>a</b>
A typewriter font for technical terms.
A typewriter font for 
<tt>technical terms</tt>.
You can use small text for captions.
You can use <small>small text</small> 
for captions.
You can strike out deleted material

and underline new material.

You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.

Umlauts and accents: (See MediaWiki User's Guide: Creating special characters)
è é ê ë ì í

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


è é ê ë ì í

&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:
¿ ¡ « » § ¶
† ‡ • —

&iquest; &iexcl; &laquo; &raquo; &sect; &para;
&dagger; &Dagger; &bull; &mdash;

Commercial symbols:
™ © ® ¢ € ¥

£ ¤
&trade; &copy; &reg; &cent; &euro; &yen;
&pound; &curren;
Subscript: x2

Superscript: x2 or x²

  • The latter method of superscript can't be used in the most general context, but is preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.

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

1 hectare = 1 E4 m²

Subscript: x<sub>2</sub>
Superscript: x<sup>2</sup> or x&sup2;

or in projects with the templates sub and sup:

Subscript: x{{sub|2}}
Superscript: x{{sup|2}}

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

1 [[hectare]] = [[1 E4 m²]]
Greek characters:

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

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

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

&int; &sum; &prod; &radic; &minus; &plusmn; &infin;
&asymp; &prop; &equiv; &ne; &le; &ge; &rarr;
&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; &hArr;
&rarr; &harr;
x2   ≥   0 true.
  • To space things out, use non-breaking spaces - &nbsp;.
  • &nbsp; also prevents line breaks in the middle of text, this is useful in formulas.
<i>x</i><sup>2</sup>&nbsp;&nbsp;&ge;&nbsp;&nbsp;0 true.

Complicated formulae:
  <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

For comparison for the following examples:

arrow →

italics link

arrow      &rarr;

''italics''
[[link]]

Use <nowiki> to suppress interpretation of wiki markup, but interpret character references and remove newlines and multiple spaces:

arrow → ''italics'' [[link]]

<nowiki>arrow      &rarr;

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

Use <pre> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:

arrow      →

''italics''
[[link]]
<pre>arrow      &rarr;

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

Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:

arrow      →

italics
link
 arrow      &rarr;

 ''italics''
 [[link]]

Use typewriter font:

arrow →

italics link

<tt>arrow      &rarr;</tt>

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

Show character references:

&rarr;

&amp;rarr;

Commenting page source:
not shown in page

  • Used to leave comments in a page for future editors.
<!-- comment here -->

HTML Tables

HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see Help:Table.

Bugzilla Extension

Bugzilla currently has installed the bugzilla mediawiki extension (source), see also Help:Bugzilla Extension You use this extension in this way:

<bugzilla>
    (JSON REST API query key/value pairs)
</bugzilla>

An example:

<bugzilla>
    {
        "product": "Bugzilla",
        "priority":"P1"
    }
</bugzilla>

Another example (just ids):

<bugzilla>
    {
        "id": "123456,246246,246243",
    }
</bugzilla>

This extension uses Bugzilla's older REST API, BzAPI. See that page for more details on how to query in various ways.

Note that the tag name defaults to "bugzilla" but is configurable.

There is also exploratory support for charting:

<bugzilla type="count" display="bar">
    {
        "product":      "Bugzilla",
        "priority":     "P1",
        "x_axis_field": "severity"
    }
</bugzilla>

Templates

Some part of a page may correspond in the edit box to just a reference to another page, in the form {{name}}, referring to the page "Template:name" (or if the name starts with a namespace prefix, it refers to the page with that name; if it starts with a colon it refers to the page in the main namespace with that name without the colon). This is called a template. For changing that part of the page, edit that other page. Sometimes a separate edit link is provided for this purpose. A convenient way to put such a link in a template is with a template like m:Template:ed. Note that the change also affects other pages which use the same template.

Page protection

In a few cases the link labeled "MediaWiki:Editthispage" is replaced by the text "Protected page" (or equivalents in the language of the project). In that case the page can not be edited.

Position-independent wikitext

Wikitext for which the result does not depend on the position in the wikitext page:

  • interlanguage links (see also above) - the mutual order is preserved, but otherwise the positions within the page are immaterial
  • category specification - ditto
  • __NOTOC__, __FORCETOC__, see Help:Section

Separating edits

When moving or copying a piece of text within a page or from another page, and also making other edits, it is useful to separate these edits. This way the diff function can be usefully applied for checking these other edits.

See also


Help contents

Reading: Go | Search | URL | Namespace | Page name | Section | Link | Backlinks | Piped link | Interwiki link | Redirect | Variable | Category
Tracking changes: Recent | (enhanced) | Related | Watching pages | Page history | Diff | User contributions | Edit summary | Minor edit
Logging in and preferences: Logging in | Preferences | User style
Editing: Overview | New page | Images/files | Image description page | Special characters | Formula | Table | EasyTimeline | Template | Renaming (moving) a page | Automatic conversion of wikitext | Talk page | Testing
Edit this template