How to Edit Wiki pages: Difference between revisions

From Guerrilla Media Collective Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 4: Line 4:
*<big>'''[http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide Detailed MediaWiki Documentation]'''</big>
*<big>'''[http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide Detailed MediaWiki Documentation]'''</big>


The following is from: [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview Editing Overview].
The following is from: [https://www.mediawiki.org/wiki/Help:Formatting MediaWiki's formatting/editing Overview].


=== Sections, paragraphs, lists and lines ===
== Introduction==
<table border="1" cellpadding="2" cellspacing="0">
You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two pairs of apostrophes like <code><nowiki>''this''</nowiki></code>.
<tr>
<th>What it looks like</th>
<th>What you type</th>
</tr>
<tr>
<td>
Start your sections with header lines:


<!-- This is the original
== Text formatting markup == <!--T:2-->
== New section ==
</translate>
=== Subsection ===
{| class="wikitable"
==== Sub-subsection ====
! <translate><!--T:3--> Description</translate>
-->
! width=40% | <translate><!--T:4--> You type</translate>
! width=40% | <translate><!--T:5--> You get</translate>
|-
! colspan="3" style="background: #ABE" | <translate><!--T:6--> Character (inline) formatting – ''applies anywhere''</translate>
|-
| <translate><!--T:7--> Italic text</translate>
| <pre>
''<translate><!--T:8--> italic</translate>''
</pre>
|
''<translate><!--T:9--> italic</translate>''
|-
| <translate><!--T:10--> Bold text</translate>
| <pre>
'''<translate><!--T:11--> bold</translate>'''
</pre>
|
'''<translate><!--T:12--> bold</translate>'''
|-
| <translate><!--T:13--> Bold and italic</translate>
| <pre>
'''''<translate><!--T:14--> bold & italic</translate>'''''
</pre>
|
'''''<translate><!--T:15--> bold & italic</translate>'''''
|-
| <translate><!--T:19--> Escape wiki markup</translate>
| <pre>
&lt;nowiki&gt;<translate><!--T:20--> no ''markup''</translate>&lt;/nowiki&gt;
</pre>
|
<translate><!--T:155--> <nowiki>no ''markup''</nowiki></translate>
|-
! colspan="3" style="background: #ABE" | <translate><!--T:24--> Section formatting – ''only at the beginning of the line''</translate>
|-
| <translate><!--T:25--> Section Headings of different levels</translate>
| <pre>
<translate>
== Level 2 == <!--T:26-->
 
=== Level 3 === <!--T:27-->
 
==== Level 4 ==== <!--T:28-->
 
===== Level 5 ===== <!--T:29-->
 
====== Level 6 ====== <!--T:30-->
</translate>
</pre>
----
{{note|1=<nowiki/>
* <translate><!--T:31--> [[<tvar|lv1>Special:MyLanguage/Help_talk:Formatting#Level_1</>|Skip Level 1]], it is page name level.</translate>
* <translate><!--T:32--> Do not put any text on the same line after the ending equal signs.</translate>
* <translate><!--T:33--> An article with 4 or more headings automatically creates a [[wikipedia:Help:Section#Table of contents (TOC)|table of contents]] (unless setting the magic word<nowiki>__NOTOC__</nowiki>).</translate>
}}
|
<!-- using HTML markup to avoid creating new sections -->
<translate>
<!--T:35-->
<h2>Level 2</h2>


<!-- next set
<!--T:36-->
<h2> New section </h2>
<h3>Level 3</h3>
<h3> Subsection </h3>
<h4> Sub-subsection </h4>
-->


<!-- This code prevents confusion in the section editing feature-->
<!--T:37-->
<b><font style="font-size:120%"> New section </font></b>
<h4>Level 4</h4>


<b><font style="font-size:110%"> Subsection</font></b>
<!--T:38-->
<h5>Level 5</h5>


<b><font style="font-size:100%"> Sub-subsection</font></b>
<!--T:39-->
<h6>Level 6</h6>
</translate>
|-
| <translate><!--T:40--> Horizontal rule</translate>
| <pre>
<translate><!--T:41--> Text before</translate>
----
<translate><!--T:42--> Text after</translate>
</pre>
|
<translate><!--T:43--> Text before</translate>
----
<translate><!--T:44--> Text after</translate>
|-
| <translate><!--T:45--> Bullet list</translate>
|
<pre>
<translate>
<!--T:46-->
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.


</td>
<!--T:160-->
<td><pre><nowiki>
* combine bullet list
** with definition
::- definition
** creates empty space


== New section ==
<!--T:161-->
* combine bullet list
** with definition
*:- definition
** without empty spaces


=== Subsection ===
<!--T:162-->
*bullet list
:- definition
:* sublist that doesn't create empty
:* spaces after definition
</translate>
</pre>
|
<translate>
<!--T:47-->
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.


==== Sub-subsection ====
<!--T:163-->
</nowiki></pre>
* combine bullet list
</td>
** with definition
</tr>
::- definition
<tr>
** creates empty space
<td>
====Categories====
Use categories and sub-categories to organize the wiki.  Add a category to your page and the page will show up on that category page.
For a subcategory you must do a little more work.  A subcategory turns a category into a subcategory.
#To create a subcategory you must already have your 'top' category.
#Visit the page that will be in the subcategory.
#Edit the page and add in Category:My Subcategory
#Save the page, scroll to the bottom, and click on 'My Subcategory'
#Now add this page to the 'top' category by adding Category:top category and saving.
# You can see the subcategory "Global Commons" http://p2pfoundation.net/Category:Commons


</td>
<!--T:164-->
<td><pre><nowiki>[[Category:Commons]]
* combine bullet list
[[Category:Global Commons]]</nowiki></pre></td>
** with definition
</tr>
*:- definition
<tr>
** without empty spaces
<td>
A single [[wikipedia:newline|newline]]
has no effect on the layout.
These can be used to separate
sentences within a paragraph.
Some editors find that this aids editing
and improves the ''diff'' function.


But an empty line
<!--T:165-->
starts a new paragraph.
*bullet list
</td>
:- definition
<td>
:* sublist that doesn't create empty
<pre><nowiki>A single [[wikipedia:newline|newline]]
:* spaces after definition
has no effect on the layout.
</translate>
These can be used to separate
|-
sentences within a paragraph.
| <translate><!--T:48--> Numbered list</translate>
Some editors find that this
|
aids editing and improves
<pre>
the ''diff'' function.
<translate>
<!--T:49-->
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs give deeper
### and deeper
### levels.
# Line breaks <br />don't break levels.
### But jumping levels creates empty space.
# Blank lines


But an empty line
<!--T:50-->
starts a new paragraph.</nowiki></pre>
# end the list and start another.
</td>
Any other start also
</tr>
ends the list.
<tr valign="top"><td>You can break lines<br/>
</translate>
without starting a new paragraph.</td>
</pre>
<td><pre><nowiki>You can break lines<br/>
|
without starting a new paragraph.</nowiki></pre>
<translate>
</td>
<!--T:51-->
</tr>
# Start each line
<tr>
# with a [[Wikipedia:Number_sign|number sign]] (#).
<td>
## More number signs give deeper
* Lists are easy to do:
### and deeper
** start every line with a star
### levels.
*** more stars means deeper levels
# Line breaks <br />don't break levels.
</td>
### But jumping levels creates empty space.
<td><pre><nowiki>* Lists are easy to do:
# Blank lines
** start every line with a star
*** more stars means deeper levels
</nowiki></pre>
</td>
</tr>
<tr>
<td>
# Numbered lists are also good
## very organized
## easy to follow
</td>
<td><pre><nowiki># Numbered lists are also good
## very organized
## easy to follow</nowiki></pre>
</td>
</tr>
<tr>
<td>
* You can even do mixed lists
*# and nest them
*#* like this
</td>
<td><pre><nowiki>* You can even do mixed lists
*# and nest them
*#* like this</nowiki></pre>
</td>
</tr>
<tr>
<td>
; Definition list : list of definitions
; item : the item's definition
</td>
<td><pre><nowiki>; Definition list : list
of definitions
; item : the item's definition</nowiki></pre>
</td>
</tr>
<tr>
<td>
: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 [[MediaWiki User's Guide: Talk pages|Talk page]]s.
</td>
<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 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;</nowiki></pre>


WARNING If you make it wide,
<!--T:52-->
you [[wikipedia:page widening|force the whole page to be wide]] and
# end the list and start another.
hence less readable. Never start ordinary lines with spaces.
Any other start also
</td>
ends the list.
<td><pre><nowiki> IF a line starts with a space THEN
</translate>
  it will be formatted exactly
|-
    as typed;
| <translate><!--T:53--> Definition list</translate>
  in a fixed-width font;
| <pre>
  lines won't wrap;
<translate>
ENDIF
<!--T:54-->
this is useful for:
;item 1
  * pasting preformatted text;
: definition 1
  * algorithm descriptions;
;item 2
  * program source code
: definition 2-1
  * ASCII art;
: definition 2-2
  * chemical structures;</nowiki></pre></td>
</translate>
</tr>
</pre>
<tr valign="top"><td><center>Centered text.</center>
|
</td>
<translate>
<td><pre><nowiki><center>Centered text.</center></nowiki></pre>
<!--T:55-->
</td>
;item 1
</tr>
: definition 1
<tr>
;item 2
<td>A [[wikipedia:horizontal dividing line|horizontal dividing line]]: above
: definition 2-1
: definition 2-2
</translate>
|-
| <translate><!--T:56--> Indent text</translate>
| <pre>
<translate>
<!--T:57-->
: Single indent
:: Double indent
::::: Multiple indent
</translate>
</pre>
----
{{Note|1=<translate><!--T:58--> This workaround may harm accessibility.</translate>}}
|
<translate>
<!--T:59-->
: Single indent
:: Double indent
::::: Multiple indent
</translate>
|-
| <translate><!--T:60--> Mixture of different types of list</translate>
|
<pre>
<translate>
<!--T:61-->
# one
# two
#* two point one
#* two point two
# three
#; three item one
#: three def one
# four
#: four def one
#: this looks like a continuation
#: and is often used
#: instead <br />of &lt;nowiki><br />&lt;/nowiki>
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
</translate>
</pre>
----
{{note|1=<translate><!--T:62--> The usage of <code>#:</code> and <code>*:</code> for breaking a line within an item may also harm accessibility.</translate>}}
|
<translate>
<!--T:63-->
# one
# two
#* two point one
#* two point two
# three
#; three item one
#: three def one
# four
#: four def one
#: this looks like a continuation
#: and is often used
#: instead <br />of <nowiki><br /></nowiki>
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
</translate>
|-
| <translate><!--T:64--> Preformatted text</translate>
| <pre>
<translate>
<!--T:65-->
Start each line with a space.
Text is '''preformatted''' and
''markups'' '''''can''''' be done.
</translate>
</pre>
----
----
{{note|1=<translate><!--T:66--> This way of preformatting only applies to section formatting. Character formatting markups are still effective.</translate>}}
|
<translate>
<!--T:67-->
Start each line with a space.
Text is '''preformatted''' and
''markups'' '''''can''''' be done.
</translate>
|-
| <translate><!--T:68--> Preformatted text blocks</translate>
| <pre> &lt;nowiki&gt;<translate><!--T:69-->
Start with a space in the first column,
(before the <tvar|1>&lt;nowiki&gt;</>).
<!--T:70-->
Then your block format will be
    maintained.
<!--T:170-->
This is good for copying in code blocks:
</translate>
def function():
    """<translate><!--T:171--> documentation string</translate>"""
    if True:
        print True
    else:
        print False&lt;nowiki&gt;
</pre>
|
{{#tag:nowiki|<translate><!--T:73-->
Start with a space in the first column,
(before the &lt;nowiki&gt;).
<!--T:74-->
Then your block format will be
    maintained.
<!--T:75-->
This is good for copying in code blocks:
</translate>
def function():
    """<translate><!--T:172--> documentation string</translate>"""
    if True:
        print True
    else:
        print False
}}
|}
<translate>
== Paragraphs == <!--T:78-->
<!--T:79-->
MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <code>&lt;br /></code>.
== HTML tags == <!--T:80-->
<!--T:81-->
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example <code>&lt;code></code>, <code>&lt;div></code>, and <code><nowiki><span></nowiki></code>. These apply anywhere you insert them.
</translate>
{| class="wikitable"
! <translate><!--T:82--> Description</translate>
! width=40% | <translate><!--T:83--> You type</translate>
! width=40% | <translate><!--T:84--> You get</translate>
|-
| <translate><!--T:85--> Inserted <br />(Displays as underline in most browsers)</translate>
| <pre>
<ins><translate><!--T:86--> Inserted</translate></ins>
<translate><!--T:87--> or</translate>
<u><translate><!--T:88--> Underline</translate></u>
</pre>
|
<ins><translate><!--T:89--> Inserted</translate></ins>
<translate><!--T:90--> or</translate>
<u><translate><!--T:91--> Underline</translate></u>
|-
| <translate><!--T:92--> Deleted <br />(Displays as strikethrough in most browsers)</translate>
| <pre>
<s><translate><!--T:93--> Struck out</translate></s>


and below.
<translate><!--T:94--> or</translate>


Mainly useful for separating threads on Talk pages.
<del><translate><!--T:95--> Deleted</translate></del>
</td>
<td><pre><nowiki>A horizontal dividing line: above
----
and below. </nowiki></pre>
</td>
</tr>
</table>


=== Links, URLs ===
</pre>
|
<s><translate><!--T:96--> Struck out</translate></s>


<table border="1" cellpadding="2" cellspacing="0">
<translate><!--T:97--> or</translate>
<tr>
<th>What it looks like</th>
<th>What you type</th>
</tr>
<tr valign="top"><td>Sue is reading the [[video policy]].
*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 link above is to <nowiki>http://meta.wikipedia.org/wiki/Video_policy</nowiki>, which is the page with the name "Video policy".
</td>
<td><pre><nowiki>Sue is reading the [[video policy]].</nowiki></pre>
</td>
</tr>
<tr><td>
Link to a section on a page, e.g.
[[List_of_cities_by_country#Morocco]] (links to non-existent sections aren't really broken, they are treated as links to the page, i.e. to the top)</td><td>
<pre><nowiki>[[List_of_cities_by_country#Morocco]].</nowiki></pre></td>
</tr>
<tr valign="top"><td>Same target, different name: [[User:Larry Sanger|answers]].


(This is called a [[wikipedia:piped link|piped link]]).
<del><translate><!--T:98--> Deleted</translate></del>
</td>
|-
<td><pre><nowiki>Same target, different name:
| <translate><!--T:99--> Fixed width text</translate>
[[User:Larry Sanger|answers]]</nowiki></pre>
| <pre>
</td>
<code><translate><!--T:100--> Source code</translate></code>
</tr>
<tr valign="top">
<td>Endings are blended into the link: [[test]]ing, [[gene]]s
</td>
<td>
<pre><nowiki>Endings are blended
into the link: [[test]]ing, [[gene]]s</nowiki></pre>
</td>
</tr>
<tr valign="top">
<td>
Automatically hide stuff in parentheses: [[kingdom (biology)|kingdom]].
<p>Automatically hide namespace: [[Wikipedia:Village pump|Village pump]].
<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.
</td>
<td>
<pre><nowiki>Automatically hide stuff in parentheses:
[[kingdom (biology)|]]. </nowiki></pre>
<pre><nowiki>Automatically hide namespace:
[[Wikipedia:Village pump|]].</nowiki></pre>
</td></tr>
<tr>
<td>When adding a comment to a Talk page,
you should sign it. You can do this by
adding three tildes for your user name:
: [[User:Karl Wick|Karl Wick]]
or four for user name plus date/time:
: [[User:Karl Wick|Karl Wick]] 08:10 Oct 5, 2002 (UTC)
</td>
<td><pre><nowiki>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:
: ~~~~</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>[[The weather in London]] is a page that doesn't
exist yet.
*You can create it by clicking on the link.
*To create a new page:
*#Create a link to it on some other page.
*#Save that page.
*#Click on the link you just made. The new page will open for editing.
*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.
</td>
<td><pre><nowiki>[[The weather in London]] is a page
that doesn't exist yet.</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>
[[MediaWiki User's Guide: Using redirects|Redirect]] one article title to another by putting text like this in its first line.
</td>
<td><pre><nowiki>#REDIRECT [[United States]]</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>
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]].
</td>
<td><pre><nowiki>[[fr:Wikipédia:Aide]], [[:fr:Wikipédia:Aide]]</nowiki></pre></td>
</tr>
<tr>
<td>"What links here" and "Related changes" can be linked as:<br/>
[[Special:Whatlinkshere/Wikipedia:How to edit a page]] and
[[Special:Recentchangeslinked/Wikipedia:How to edit a page]]
</td>
<td><pre><nowiki>
[[Special:Whatlinkshere/
Wikipedia:How to edit a page]] and
[[Special:Recentchangeslinked/
Wikipedia:How to edit a page]]</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>External link: [http://www.nupedia.com Nupedia]
</td>
<td><pre><nowiki>External link:
[http://www.nupedia.com Nupedia]</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>Or just give the URL: http://www.nupedia.com.
*In the [[wikipedia: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 %5E (to be looked up in [[wikipedia:ASCII|ASCII]]). A blank space can also be converted into an underscore.
</td>
<td><pre><nowiki>Or just give the URL:
http://www.nupedia.com.</nowiki></pre>
</td>
</tr>
<tr>
<td>
To link to books, you can use [[wikipedia:ISBN|ISBN]] links.
ISBN 0123456789X See [[MediaWiki User's Guide: ISBN links]]
</td>
<td>
<pre><nowiki>ISBN 0123456789X</nowiki></pre>
</td>
<tr>
<td>
To include links to non-image uploads such as sounds, use a "media" link.
<br/>[[media:Sg_mrob.ogg|Sound]]
</td>
<td>
<pre>
<nowiki>
[[media:Sg_mrob.ogg|Sound]]
</nowiki></pre>
</td>
</tr>
<tr 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.
</td>
<td><pre><nowiki>[[July 20]], [[1969]] , [[20 July]] [[1969]]
and [[1969]]-[[07-20]]
</nowiki></pre>will all appear as [[20 July]] [[1969]] if you set your date display preference to 1 January 2001.
</td>
</tr>
</table>


===Images===
<translate><!--T:101--> or</translate>


<table border="1" cellpadding="2" cellspacing="0">
<code><translate><!--T:157--> Fixed width text</translate></code>
<tr>
<th>What it looks like</th>
<th>What you type</th>
</tr>
<tr valign="top"><td>A picture: [[Image:Wiki.jpg|GT/GMC]]
* Only images that have been uploaded to this Wiki 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.jpg]]</nowiki></pre>
or, with alternate text (''strongly'' encouraged) <!-- actually required in HTML4 -->
<pre><nowiki>[[Image:Wiki.jpg|GT/GMC]] </nowiki>
</pre>
</pre>
[[wikipedia: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 [[wikipedia:Wikipedia:Alternate text for images|Alternate text for images]] for help on choosing alternate text.
|
</td>
<code><translate><!--T:154--> Source code</translate></code>
</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>


<tr>
<translate><!--T:102--> or</translate>
<td>
 
To include links to images shown as links instead of drawn on the page, use a "media" link.
<code><translate><!--T:103--> Fixed width text</translate></code>
<br/>[[media:Tornado.jpg|Image of a Tornado]]
|-
</td>
| <translate><!--T:104--> Blockquotes</translate>
<td>
| <pre>
<translate><!--T:105--> Text before</translate>
<blockquote><translate><!--T:106--> Blockquote</translate></blockquote>
<translate><!--T:107--> Text after</translate>
</pre>
|
<translate><!--T:108--> Text before</translate>
<blockquote><translate><!--T:109--> Blockquote</translate></blockquote>
<translate><!--T:110--> Text after</translate>
|-
| <translate><!--T:167--> Quotes</translate>
| <pre>&lt;q&gt;<translate><!--T:168--> This is a quotation</translate>&lt;&#47;q&gt;</pre>
{{Note|1=The q element '''must not''' be used in place of quotation marks that do not represent quotes; for example, it is inappropriate to use the q element for marking up sarcastic statements.<ref>[https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element HTML Living Standard—The &lt;'''q'''&gt; element]</ref>}}
| <q><translate><!--T:169--> This is a quotation</translate></q>
|-
| <translate><!--T:111--> Comment</translate>
| <pre><translate>
<!--T:112-->
<!-- This is a comment -->
Comments are visible only
in the edit zone.
</translate></pre>
|
<translate>
<!--T:113-->
<!-- This is a comment -->
Comments are visible only
in the edit zone.
</translate>
|-
| <translate><!--T:114--> Completely preformatted text</translate>
| <pre>
<pre><translate>
<!--T:115-->
Text is '''preformatted''' and
''markups'' '''''cannot''''' be done&lt;/pre>
</translate></pre>
----
{{note|1=<translate><!--T:116--> For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.</translate>}}
|
<pre><translate>
<!--T:117-->
Text is '''preformatted''' and
''markups'' '''''cannot''''' be done
</translate></pre>
|-
| <translate><!--T:118--> '''Customized''' preformatted text</translate>
| <pre>
<pre style="color: red"><translate>
<!--T:119-->
Text is '''preformatted'''
with a style and
''markups'' '''''cannot''''' be done
&lt;/pre>
</translate></pre>
----
{{note|1=<translate><!--T:120--> A CSS style can be named within the <code>style</code> attribute.</translate>}}
|
<pre style="color: red"><translate>
<!--T:121-->
Text is '''preformatted'''
with a style and
''markups'' '''''cannot''''' be done
</translate></pre>
|}
<translate>
<!--T:122-->
continued:</translate>
{| class="wikitable" | style="table-layout: fixed; width: 100%"
! <translate><!--T:123--> Description</translate>
! width=40% | <translate><!--T:124--> You type</translate>
! width=40% | <translate><!--T:125--> You get</translate>
|-
| <translate><!--T:159--> '''Default''' preformatted text has a CSS attribute (<code>white-space: pre-wrap;</code>) to wrap the text according to available width</translate>
| <pre>
<pre>
<translate><!--T:127--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
&lt;/pre>
</pre>
|
<pre>
<pre>
<nowiki>
<translate><!--T:128--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
[[media:Tornado.jpg|Image of a Tornado]]
</pre>
</nowiki></pre>
|-
</td>
| <translate><!--T:126--> '''Customized''' preformatted text with '''disabled''' text wrapping</translate>
</tr>
| <pre>
<pre style="white-space: pre;">
<translate><!--T:130--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
&lt;/pre>
</pre>
|
<pre style="white-space: pre;">
<translate><!--T:131--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
</pre>
|}
<translate>


</table>
== Inserting symbols == <!--T:132-->


=== Character formatting ===
<!--T:133-->
Symbols and other special characters not available on your keyboard can be inserted in a multitude of ways. Many [http://www.howtogeek.com/210824/how-to-quickly-type-special-characters-on-any-computer-smartphone-or-tablet/ Operating Systems and browsers] allow you to insert special characters through a menu option or Operating System panel. Additionally, you can use the WikiEditor or [[VisualEditor/Special characters|VisualEditor]] to insert them into the edit screen.


<table border="1" cellpadding="2" cellspacing="0">
<!--T:166-->
<tr>
As a last resort, you can use a special sequence of characters. Those sequences are called HTML entities. For example, the following sequence (entity) '''&amp;rarr;''' when inserted will be shown as <ins>right arrow</ins> HTML symbol &rarr; and '''&amp;mdash;''' when inserted will be shown as an <ins>em dash</ins> HTML symbol &mdash;. </translate>
<th>What it looks like</th>
----
<th>What you type</th>
{{note|1=<translate><!--T:134--> Hover over any character to find out the symbol that it produces. Some symbols not available in the current font will appear as empty squares.</translate>}}
</tr>
<tr valign="top"><td>
''Emphasize'', '''strongly''', '''''very strongly'''''.
*These are double and triple apostrophes, not double quotes.
</td>
<td>
<pre><nowiki>''Emphasize'', '''strongly''',
'''''very strongly'''''.</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>
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.
</td>
<td>
<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
in mathematical formulas:
:<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 -->
</td>
</tr>
<tr valign=top>
<td>A typewriter font for <tt>technical terms</tt>.
</td>
<td><pre><nowiki>A typewriter font for
<tt>technical terms</tt>.</nowiki></pre>
</td><!-- tt is really 'teletype', not 'technical term' -->
</tr>
<tr valign=top>
<td>You can use <small>small text</small> for captions.
</td>
<td><pre><nowiki>You can use <small>small text</small>
for captions.</nowiki></pre>
</td>
</tr>
<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>
 
è é ê ë ì í


&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
{| class="wikitable" align=center width=100%
&amp;AElig; &amp;Ccedil; &amp;Egrave; &amp;Eacute; &amp;Ecirc; &amp;Euml;
! colspan=32 | HTML symbol entities
&amp;Igrave; &amp;Iacute; &amp;Icirc; &amp;Iuml; &amp;Ntilde; &amp;Ograve;
|- align=center
&amp;Oacute; &amp;Ocirc; &amp;Otilde; &amp;Ouml; &amp;Oslash; &amp;Ugrave;
| '''<span title="&amp;Aacute;">&Aacute;</span>'''
&amp;Uacute; &amp;Ucirc; &amp;Uuml; &amp;szlig; &amp;agrave; &amp;aacute;
| '''<span title="&amp;aacute;">&aacute;</span>'''
&amp;acirc; &amp;atilde; &amp;auml; &amp;aring; &amp;aelig; &amp;ccedil;
| '''<span title="&amp;Acirc;">&Acirc;</span>'''
&amp;egrave; &amp;eacute; &amp;ecirc; &amp;euml; &amp;igrave; &amp;iacute;
| '''<span title="&amp;acirc;">&acirc;</span>'''
&amp;icirc; &amp;iuml; &amp;ntilde; &amp;ograve; &amp;oacute; &amp;ocirc;
| '''<span title="&amp;acute;">&acute;</span>'''
&amp;oelig; &amp;otilde; &amp;ouml; &amp;oslash; &amp;ugrave; &amp;uacute;
| '''<span title="&amp;AElig;">&AElig;</span>'''
&amp;ucirc; &amp;uuml; &amp;yuml;</nowiki></pre></td>
| '''<span title="&amp;aelig;">&aelig;</span>'''
</tr>
| '''<span title="&amp;Agrave;">&Agrave;</span>'''
<tr valign=top>
| '''<span title="&amp;agrave;">&agrave;</span>'''
<td>
| '''<span title="&amp;alefsym;">&alefsym;</span>'''
'''Punctuation:'''<br/>
| '''<span title="&amp;Alpha;">&Alpha;</span>'''
&iquest; &iexcl; &laquo; &raquo; &sect; &para;<br/>
| '''<span title="&amp;alpha;">&alpha;</span>'''
&dagger; &Dagger; &bull; &mdash;
| '''<span title="&amp;amp;">&amp;</span>'''
</td>
| '''<span title="&amp;and;">&and;</span>'''
<td><pre><nowiki>
| '''<span title="&amp;ang;">&ang;</span>'''
&amp;iquest; &amp;iexcl; &amp;laquo; &amp;raquo; &amp;sect; &amp;para;
| '''<span title="&amp;Aring;">&Aring;</span>'''
&amp;dagger; &amp;Dagger; &amp;bull; &amp;mdash;</nowiki></pre></td>
| '''<span title="&amp;aring;">&aring;</span>'''
</tr>
| '''<span title="&amp;asymp;">&asymp;</span>'''
<tr valign="top">
| '''<span title="&amp;Atilde;">&Atilde;</span>'''
<td>
| '''<span title="&amp;atilde;">&atilde;</span>'''
'''Commercial symbols:'''<br/>
| '''<span title="&amp;Auml;">&Auml;</span>'''
&trade; &copy; &reg; &cent; &euro; &yen; <br/>
| '''<span title="&amp;auml;">&auml;</span>'''
&pound; &curren;</td>
| '''<span title="&amp;bdquo;">&bdquo;</span>'''
<td><pre><nowiki>
| '''<span title="&amp;Beta;">&Beta;</span>'''
&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen;
| '''<span title="&amp;beta;">&beta;</span>'''
&amp;pound; &amp;curren;
| '''<span title="&amp;brvbar;">&brvbar;</span>'''
</nowiki></pre></td>
| '''<span title="&amp;bull;">&bull;</span>'''
</tr>
| '''<span title="&amp;cap;">&cap;</span>'''
<tr valign="top"><td>Subscript: x<sub>2</sub><br/>
| '''<span title="&amp;Ccedil;">&Ccedil;</span>'''
Superscript: x<sup>2</sup> or x&sup2;
| '''<span title="&amp;ccedil;">&ccedil;</span>'''
*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.
| '''<span title="&amp;cedil;">&cedil;</span>'''
&epsilon;<sub>0</sub> =
| '''<span title="&amp;cent;">&cent;</span>'''
8.85 &times; 10<sup>&minus;12</sup>
|- align=center
C&sup2; / J m.
| '''<span title="&amp;Chi;">&Chi;</span>'''
<br/>
| '''<span title="&amp;chi;">&chi;</span>'''
<br/>
| '''<span title="&amp;circ;">&circ;</span>'''
1 [[hectare]] = [[1 E4 m²]]
| '''<span title="&amp;clubs;">&clubs;</span>'''
</td>
| '''<span title="&amp;cong;">&cong;</span>'''
<td><pre><nowiki>Subscript: x<sub>2</sub>
| '''<span title="&amp;copy;">&copy;</span>'''
Superscript: x<sup>2</sup> or x&amp;sup2;
| '''<span title="&amp;crarr;">&crarr;</span>'''
&amp;epsilon;<sub>0</sub> =
| '''<span title="&amp;cup;">&cup;</span>'''
8.85 &amp;times; 10<sup>&amp;minus;12</sup>
| '''<span title="&amp;curren;">&curren;</span>'''
C&amp;sup2; / J m.
| '''<span title="&amp;dagger;">&dagger;</span>'''
| '''<span title="&amp;Dagger;">&Dagger;</span>'''
| '''<span title="&amp;darr;">&darr;</span>'''
| '''<span title="&amp;dArr;">&dArr;</span>'''
| '''<span title="&amp;deg;">&deg;</span>'''
| '''<span title="&amp;Delta;">&Delta;</span>'''
| '''<span title="&amp;delta;">&delta;</span>'''
| '''<span title="&amp;diams;">&diams;</span>'''
| '''<span title="&amp;divide;">&divide;</span>'''
| '''<span title="&amp;Eacute;">&Eacute;</span>'''
| '''<span title="&amp;eacute;">&eacute;</span>'''
| '''<span title="&amp;Ecirc;">&Ecirc;</span>'''
| '''<span title="&amp;ecirc;">&ecirc;</span>'''
| '''<span title="&amp;Egrave;">&Egrave;</span>'''
| '''<span title="&amp;egrave;">&egrave;</span>'''
| '''<span title="&amp;empty;">&empty;</span>'''
| '''<span title="&amp;emsp;">&emsp;</span>'''
| '''<span title="&amp;ensp;">&ensp;</span>'''
| '''<span title="&amp;Epsilon;">&Epsilon;</span>'''
| '''<span title="&amp;epsilon;">&epsilon;</span>'''
| '''<span title="&amp;equiv;">&equiv;</span>'''
| '''<span title="&amp;Eta;">&Eta;</span>'''
| '''<span title="&amp;eta;">&eta;</span>'''
|- align=center
| '''<span title="&amp;ETH;">&ETH;</span>'''
| '''<span title="&amp;eth;">&eth;</span>'''
| '''<span title="&amp;Euml;">&Euml;</span>'''
| '''<span title="&amp;euml;">&euml;</span>'''
| '''<span title="&amp;euro;">&euro;</span>'''
| '''<span title="&amp;exist;">&exist;</span>'''
| '''<span title="&amp;fnof;">&fnof;</span>'''
| '''<span title="&amp;forall;">&forall;</span>'''
| '''<span title="&amp;frac12;">&frac12;</span>'''
| '''<span title="&amp;frac14;">&frac14;</span>'''
| '''<span title="&amp;frac34;">&frac34;</span>'''
| '''<span title="&amp;frasl;">&frasl;</span>'''
| '''<span title="&amp;Gamma;">&Gamma;</span>'''
| '''<span title="&amp;gamma;">&gamma;</span>'''
| '''<span title="&amp;ge;">&ge;</span>'''
| '''<span title="&amp;gt;">&gt;</span>'''
| '''<span title="&amp;harr;">&harr;</span>'''
| '''<span title="&amp;hArr;">&hArr;</span>'''
| '''<span title="&amp;hearts;">&hearts;</span>'''
| '''<span title="&amp;hellip;">&hellip;</span>'''
| '''<span title="&amp;Iacute;">&Iacute;</span>'''
| '''<span title="&amp;iacute;">&iacute;</span>'''
| '''<span title="&amp;Icirc;">&Icirc;</span>'''
| '''<span title="&amp;icirc;">&icirc;</span>'''
| '''<span title="&amp;iexcl;">&iexcl;</span>'''
| '''<span title="&amp;Igrave;">&Igrave;</span>'''
| '''<span title="&amp;igrave;">&igrave;</span>'''
| '''<span title="&amp;image;">&image;</span>'''
| '''<span title="&amp;infin;">&infin;</span>'''
| '''<span title="&amp;int;">&int;</span>'''
| '''<span title="&amp;Iota;">&Iota;</span>'''
| '''<span title="&amp;iota;">&iota;</span>'''
|- align=center
| '''<span title="&amp;iquest;">&iquest;</span>'''
| '''<span title="&amp;isin;">&isin;</span>'''
| '''<span title="&amp;Iuml;">&Iuml;</span>'''
| '''<span title="&amp;iuml;">&iuml;</span>'''
| '''<span title="&amp;Kappa;">&Kappa;</span>'''
| '''<span title="&amp;kappa;">&kappa;</span>'''
| '''<span title="&amp;Lambda;">&Lambda;</span>'''
| '''<span title="&amp;lambda;">&lambda;</span>'''
| '''<span title="&amp;lang;">&lang;</span>'''
| '''<span title="&amp;laquo;">&laquo;</span>'''
| '''<span title="&amp;larr;">&larr;</span>'''
| '''<span title="&amp;lArr;">&lArr;</span>'''
| '''<span title="&amp;lceil;">&lceil;</span>'''
| '''<span title="&amp;ldquo;">&ldquo;</span>'''
| '''<span title="&amp;le;">&le;</span>'''
| '''<span title="&amp;lfloor;">&lfloor;</span>'''
| '''<span title="&amp;lowast;">&lowast;</span>'''
| '''<span title="&amp;loz;">&loz;</span>'''
| '''<span title="&amp;lrm;">&lrm;</span>'''
| '''<span title="&amp;lsaquo;">&lsaquo;</span>'''
| '''<span title="&amp;lsquo;">&lsquo;</span>'''
| '''<span title="&amp;lt;">&lt;</span>'''
| '''<span title="&amp;macr;">&macr;</span>'''
| '''<span title="&amp;mdash;">&mdash;</span>'''
| '''<span title="&amp;micro;">&micro;</span>'''
| '''<span title="&amp;middot;">&middot;</span>'''
| '''<span title="&amp;minus;">&minus;</span>'''
| '''<span title="&amp;Mu;">&Mu;</span>'''
| '''<span title="&amp;mu;">&mu;</span>'''
| '''<span title="&amp;nabla;">&nabla;</span>'''
| '''<span title="&amp;nbsp;">&nbsp;</span>'''
| '''<span title="&amp;ndash;">&ndash;</span>'''
|- align=center
| '''<span title="&amp;ne;">&ne;</span>'''
| '''<span title="&amp;ni;">&ni;</span>'''
| '''<span title="&amp;not;">&not;</span>'''
| '''<span title="&amp;notin;">&notin;</span>'''
| '''<span title="&amp;nsub;">&nsub;</span>'''
| '''<span title="&amp;Ntilde;">&Ntilde;</span>'''
| '''<span title="&amp;ntilde;">&ntilde;</span>'''
| '''<span title="&amp;Nu;">&Nu;</span>'''
| '''<span title="&amp;nu;">&nu;</span>'''
| '''<span title="&amp;Oacute;">&Oacute;</span>'''
| '''<span title="&amp;oacute;">&oacute;</span>'''
| '''<span title="&amp;Ocirc;">&Ocirc;</span>'''
| '''<span title="&amp;ocirc;">&ocirc;</span>'''
| '''<span title="&amp;OElig;">&OElig;</span>'''
| '''<span title="&amp;oelig;">&oelig;</span>'''
| '''<span title="&amp;Ograve;">&Ograve;</span>'''
| '''<span title="&amp;ograve;">&ograve;</span>'''
| '''<span title="&amp;oline;">&oline;</span>'''
| '''<span title="&amp;Omega;">&Omega;</span>'''
| '''<span title="&amp;omega;">&omega;</span>'''
| '''<span title="&amp;Omicron;">&Omicron;</span>'''
| '''<span title="&amp;omicron;">&omicron;</span>'''
| '''<span title="&amp;oplus;">&oplus;</span>'''
| '''<span title="&amp;or;">&or;</span>'''
| '''<span title="&amp;ordf;">&ordf;</span>'''
| '''<span title="&amp;ordm;">&ordm;</span>'''
| '''<span title="&amp;Oslash;">&Oslash;</span>'''
| '''<span title="&amp;oslash;">&oslash;</span>'''
| '''<span title="&amp;Otilde;">&Otilde;</span>'''
| '''<span title="&amp;otilde;">&otilde;</span>'''
| '''<span title="&amp;otimes;">&otimes;</span>'''
| '''<span title="&amp;Ouml;">&Ouml;</span>'''
|- align=center
| '''<span title="&amp;ouml;">&ouml;</span>'''
| '''<span title="&amp;para;">&para;</span>'''
| '''<span title="&amp;part;">&part;</span>'''
| '''<span title="&amp;permil;">&permil;</span>'''
| '''<span title="&amp;perp;">&perp;</span>'''
| '''<span title="&amp;Phi;">&Phi;</span>'''
| '''<span title="&amp;phi;">&phi;</span>'''
| '''<span title="&amp;Pi;">&Pi;</span>'''
| '''<span title="&amp;pi;">&pi;</span>'''
| '''<span title="&amp;piv;">&piv;</span>'''
| '''<span title="&amp;plusmn;">&plusmn;</span>'''
| '''<span title="&amp;pound;">&pound;</span>'''
| '''<span title="&amp;prime;">&prime;</span>'''
| '''<span title="&amp;Prime;">&Prime;</span>'''
| '''<span title="&amp;prod;">&prod;</span>'''
| '''<span title="&amp;prop;">&prop;</span>'''
| '''<span title="&amp;Psi;">&Psi;</span>'''
| '''<span title="&amp;psi;">&psi;</span>'''
| '''<span title="&amp;quot;">&quot;</span>'''
| '''<span title="&amp;radic;">&radic;</span>'''
| '''<span title="&amp;rang;">&rang;</span>'''
| '''<span title="&amp;raquo;">&raquo;</span>'''
| '''<span title="&amp;rarr;">&rarr;</span>'''
| '''<span title="&amp;rArr;">&rArr;</span>'''
| '''<span title="&amp;rceil;">&rceil;</span>'''
| '''<span title="&amp;rdquo;">&rdquo;</span>'''
| '''<span title="&amp;real;">&real;</span>'''
| '''<span title="&amp;reg;">&reg;</span>'''
| '''<span title="&amp;rfloor;">&rfloor;</span>'''
| '''<span title="&amp;Rho;">&Rho;</span>'''
| '''<span title="&amp;rho;">&rho;</span>'''
| '''<span title="&amp;rlm;">&rlm;</span>'''
|- align=center
| '''<span title="&amp;rsaquo;">&rsaquo;</span>'''
| '''<span title="&amp;rsquo;">&rsquo;</span>'''
| '''<span title="&amp;sbquo;">&sbquo;</span>'''
| '''<span title="&amp;Scaron;">&Scaron;</span>'''
| '''<span title="&amp;scaron;">&scaron;</span>'''
| '''<span title="&amp;sdot;">&sdot;</span>'''
| '''<span title="&amp;sect;">&sect;</span>'''
| '''<span title="&amp;shy;">&shy;</span>'''
| '''<span title="&amp;Sigma;">&Sigma;</span>'''
| '''<span title="&amp;sigma;">&sigma;</span>'''
| '''<span title="&amp;sigmaf;">&sigmaf;</span>'''
| '''<span title="&amp;sim;">&sim;</span>'''
| '''<span title="&amp;spades;">&spades;</span>'''
| '''<span title="&amp;sub;">&sub;</span>'''
| '''<span title="&amp;sube;">&sube;</span>'''
| '''<span title="&amp;sum;">&sum;</span>'''
| '''<span title="&amp;sup;">&sup;</span>'''
| '''<span title="&amp;sup1;">&sup1;</span>'''
| '''<span title="&amp;sup2;">&sup2;</span>'''
| '''<span title="&amp;sup3;">&sup3;</span>'''
| '''<span title="&amp;supe;">&supe;</span>'''
| '''<span title="&amp;szlig;">&szlig;</span>'''
| '''<span title="&amp;Tau;">&Tau;</span>'''
| '''<span title="&amp;tau;">&tau;</span>'''
| '''<span title="&amp;there4;">&there4;</span>'''
| '''<span title="&amp;Theta;">&Theta;</span>'''
| '''<span title="&amp;theta;">&theta;</span>'''
| '''<span title="&amp;thetasym;">&thetasym;</span>'''
| '''<span title="&amp;thinsp;">&thinsp;</span>'''
| '''<span title="&amp;THORN;">&THORN;</span>'''
| '''<span title="&amp;thorn;">&thorn;</span>'''
| '''<span title="&amp;tilde;">&tilde;</span>'''
|- align=center
| '''<span title="&amp;times;">&times;</span>'''
| '''<span title="&amp;trade;">&trade;</span>'''
| '''<span title="&amp;Uacute;">&Uacute;</span>'''
| '''<span title="&amp;uacute;">&uacute;</span>'''
| '''<span title="&amp;uarr;">&uarr;</span>'''
| '''<span title="&amp;uArr;">&uArr;</span>'''
| '''<span title="&amp;Ucirc;">&Ucirc;</span>'''
| '''<span title="&amp;ucirc;">&ucirc;</span>'''
| '''<span title="&amp;Ugrave;">&Ugrave;</span>'''
| '''<span title="&amp;ugrave;">&ugrave;</span>'''
| '''<span title="&amp;uml;">&uml;</span>'''
| '''<span title="&amp;upsih;">&upsih;</span>'''
| '''<span title="&amp;Upsilon;">&Upsilon;</span>'''
| '''<span title="&amp;upsilon;">&upsilon;</span>'''
| '''<span title="&amp;Uuml;">&Uuml;</span>'''
| '''<span title="&amp;uuml;">&uuml;</span>'''
| '''<span title="&amp;weierp;">&weierp;</span>'''
| '''<span title="&amp;Xi;">&Xi;</span>'''
| '''<span title="&amp;xi;">&xi;</span>'''
| '''<span title="&amp;Yacute;">&Yacute;</span>'''
| '''<span title="&amp;yacute;">&yacute;</span>'''
| '''<span title="&amp;yen;">&yen;</span>'''
| '''<span title="&amp;yuml;">&yuml;</span>'''
| '''<span title="&amp;Yuml;">&Yuml;</span>'''
| '''<span title="&amp;Zeta;">&Zeta;</span>'''
| '''<span title="&amp;zeta;">&zeta;</span>'''
| '''<span title="&amp;zwj;">&zwj;</span>'''
| '''<span title="&amp;zwnj;">&zwnj;</span>'''
|}


1 [[hectare]] = [[1 E4 m²]]
{| class="wikitable"
</nowiki></pre></td>
! <translate><!--T:135--> Description</translate>
</tr>
! width=40% | <translate><!--T:136--> You type</translate>
<tr valign="top"><td>'''Greek characters:''' <br/>
! width=40% | <translate><!--T:137--> You get</translate>
&alpha; &beta; &gamma; &delta; &epsilon; &zeta; <br/>
|-
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu; <br/>
| <translate><!--T:138--> Copyright symbol</translate>
&xi; &omicron; &pi; &rho;  &sigma; &sigmaf; <br/>
|class=mw-code| &amp;copy;
&tau; &upsilon; &phi; &chi; &psi; &omega;<br/>
|
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; <br/>
:::'''&copy;'''
&Sigma; &Phi; &Psi; &Omega;
|-
</td>
| <translate><!--T:139--> Greek delta letter symbol</translate>
<td><pre><nowiki>
|class=mw-code|&amp;delta;
&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;
:::'''&delta;'''
&amp;xi; &amp;omicron; &amp;pi; &amp;rho;  &amp;sigma; &amp;sigmaf;
|-
&amp;tau; &amp;upsilon; &amp;phi; &amp;chi; &amp;psi; &amp;omega;
| <translate><!--T:140--> Euro currency symbol</translate>
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
|class=mw-code|&amp;euro;
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
|
</nowiki></pre></td>
:::'''&euro;'''
</tr>
|}
<tr valign="top">
<translate>
<td>
<!--T:141-->
'''Math characters:''' <br/>
See the list of all HTML entities on the Wikipedia article [[wikipedia:List of HTML entities|List of HTML entities]]. Additionally, MediaWiki supports two non-standard entity reference sequences: <code>&amp;רלמ;</code> and <code>&amp;رلم;</code> which are both considered equivalent to <code>&amp;rlm;</code> which is a [[wikipedia:Right-to-left mark|right-to-left mark]]. (Used when combining right to left languages with left to right languages in the same page.)
&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;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;hArr;
&amp;rarr; &amp;harr;</nowiki></pre></td>
</tr>
<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>.
*<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>
'''Suppressing interpretation of markup:'''<br/>
<nowiki>Link &rarr; (<i>to</i>) the [[FAQ]]</nowiki>
* Used to show literal data that would otherwise have special meaning.
* Shows all wiki markup, including that which looks like HTML tags, instead of applying it.
* ''Does'' show special characters, and not the HTML character codes.
</td>
<td>
<pre><nowiki><nowiki>Link &amp;rarr; (<i>to</i>)
the [[FAQ]]</nowiki></nowiki></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><nowiki><!-- comment here --></nowiki></pre>
</td>
</tr>
</table>


=== HTML Tables ===
== HTML tags and symbol entities displayed themselves (with and without interpreting them) == <!--T:142-->
</translate>
:<code>&amp;amp;euro;</code> &nbsp;&rarr; '''&amp;euro;'''


[[wikipedia:HTML|HTML]] tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see [[MediaWiki User's Guide: Using tables]].
:<code>&lt;span style="color: red; text-decoration: line-through;"><translate><!--T:143--> Typo to be corrected</translate>&lt;/span></code> &nbsp;&rarr; '''<span style="color: red; text-decoration: line-through;"><translate><!--T:144--> Typo to be corrected</translate></span>'''


::Don't bother, there is nothing; but hopefully someone will do a bit of work here as tables can be very useful in conveying a structure which I call, provisionally, the ''Holistic Knowledge Base''.
:<code><translate><!--T:156--> <nowiki>&amp;lt;span style="color: red; text-decoration: line-through;">Typo to be corrected</span></nowiki></translate></code> &nbsp;&rarr; '''&lt;span style="color: red; text-decoration: line-through;"><translate><!--T:145--> Typo to be corrected</translate>&lt;/span>'''
:::The need I feel is about classifying (grouping) subjects and subcategories of descending levels. A simple list like the list of ''P2P Domains'' (http://p2pfoundation.net/The_Foundation_for_P2P_Alternatives) is inadequate. It can not suggest "neighborhood" relations, for example, between certain groups of subjects. [[User:Janosabel|Janosabel]] 10:43, 26 September 2011 (UTC)
<translate>
=== Nowiki for HTML === <!--T:146-->
</translate>
<<nowiki />nowiki /> <translate><!--T:147--> can prohibit (HTML) tags:</translate>
* <nowiki><<</nowiki>nowiki />pre> &nbsp;&rarr; <<nowiki/>pre>
<translate><!--T:148--> But ''not'' &amp; symbol escapes:</translate>
* &<<nowiki />nowiki />amp; &nbsp;&rarr; &amp;
<translate><!--T:149-->
To print &amp; symbol escapes as text, use "<code>&amp;amp;</code>" to replace the "&" character (eg. type "<code>&amp;amp;nbsp;</code>", which results in "<code>&amp;nbsp;</code>").


==Templates==
== Other formatting == <!--T:150-->


Some text on a page may correspond in the edit box to just a reference to another page, in the form <nowiki>{{</nowiki>''name''<nowiki>}}</nowiki>, referring to the page "Template:''name''". This is called a [[template]]. For changing that text, 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 in Wikipedia is with [[wikipedia:Template:ed]].
<!--T:151-->
Beyond the text formatting markup shown hereinbefore, here are some other formatting references:
</translate>


==Page protection==
* {{ll|Help:Links|nsp=0}}
* {{ll|Help:Lists|nsp=0}}
* {{ll|Help:Images|nsp=0}}
<translate>
<!--T:158-->
* References - see [[<tvar|citephp>Special:MyLanguage/Extension:Cite/Cite.php</>|Extension:Cite/Cite.php]]
* [[<tvar|tables>Special:MyLanguage/Help:Tables</>|Tables]]


In a few cases the link labeled "{{MediaWiki:Editthispage}}" is replaced by the text "{{MediaWiki:Protectedpage}}" (or equivalents in the language of the project). In that case the page can not be edited.
<!--T:153-->
You can find more references at [[<tvar|help-contents>Special:MyLanguage/Help:Contents</>|Help:Contents]].
</translate>


==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 [[MediaWiki User's Guide: Diff|diff function]] can be usefully applied for checking these other edits.


[[Category:Tools]]
[[Category:Tools]]

Revision as of 15:55, 24 January 2019

Visit the main Wiki help page for more information

The following is from: MediaWiki's formatting/editing Overview.

Introduction

You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two pairs of apostrophes like ''this''.

Text formatting markup

</translate>

<translate> Description</translate> <translate> You type</translate> <translate> You get</translate>
<translate> Character (inline) formatting – applies anywhere</translate>
<translate> Italic text</translate>
''<translate><!--T:8--> italic</translate>''

<translate> italic</translate>

<translate> Bold text</translate>
'''<translate><!--T:11--> bold</translate>'''

<translate> bold</translate>

<translate> Bold and italic</translate>
'''''<translate><!--T:14--> bold & italic</translate>'''''

<translate> bold & italic</translate>

<translate> Escape wiki markup</translate>
<nowiki><translate><!--T:20--> no ''markup''</translate></nowiki>

<translate> no ''markup''</translate>

<translate> Section formatting – only at the beginning of the line</translate>
<translate> Section Headings of different levels</translate>
<translate>
== Level 2 == <!--T:26-->

=== Level 3 === <!--T:27-->

==== Level 4 ==== <!--T:28-->

===== Level 5 ===== <!--T:29-->

====== Level 6 ====== <!--T:30-->
</translate>

Template:Note

<translate>

Level 2

Level 3

Level 4

Level 5
Level 6

</translate>

<translate> Horizontal rule</translate>
<translate><!--T:41--> Text before</translate>
----
<translate><!--T:42--> Text after</translate>

<translate> Text before</translate>


<translate> Text after</translate>

<translate> Bullet list</translate>
<translate>
<!--T:46-->
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.

<!--T:160-->
* combine bullet list
** with definition 
::- definition
** creates empty space

<!--T:161-->
* combine bullet list
** with definition 
*:- definition
** without empty spaces

<!--T:162-->
*bullet list
:- definition
:* sublist that doesn't create empty
:* spaces after definition
</translate>

<translate>

  • Start each line
  • with an asterisk (*).
    • More asterisks give deeper
      • and deeper levels.
  • Line breaks
    don't break levels.
      • But jumping levels creates empty space.

Any other start ends the list.

  • combine bullet list
    • with definition
- definition
    • creates empty space
  • combine bullet list
    • with definition
    - definition
    • without empty spaces
  • bullet list
- definition
  • sublist that doesn't create empty
  • spaces after definition

</translate>

<translate> Numbered list</translate>
<translate>
<!--T:49-->
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs give deeper
### and deeper
### levels.
# Line breaks <br />don't break levels.
### But jumping levels creates empty space.
# Blank lines

<!--T:50-->
# end the list and start another.
Any other start also
ends the list.
</translate>

<translate>

  1. Start each line
  2. with a number sign (#).
    1. More number signs give deeper
      1. and deeper
      2. levels.
  3. Line breaks
    don't break levels.
      1. But jumping levels creates empty space.
  4. Blank lines
  1. end the list and start another.

Any other start also ends the list. </translate>

<translate> Definition list</translate>
<translate>
<!--T:54-->
;item 1
: definition 1
;item 2
: definition 2-1
: definition 2-2
</translate>

<translate>

item 1
definition 1
item 2
definition 2-1
definition 2-2

</translate>

<translate> Indent text</translate>
<translate>
<!--T:57-->
: Single indent
:: Double indent
::::: Multiple indent
</translate>

Template:Note

<translate>

Single indent
Double indent
Multiple indent

</translate>

<translate> Mixture of different types of list</translate>
<translate>
<!--T:61-->
# one
# two
#* two point one
#* two point two
# three
#; three item one
#: three def one
# four
#: four def one
#: this looks like a continuation
#: and is often used
#: instead <br />of <nowiki><br /></nowiki>
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
</translate>

Template:Note

<translate>

  1. one
  2. two
    • two point one
    • two point two
  3. three
    three item one
    three def one
  4. four
    four def one
    this looks like a continuation
    and is often used
    instead
    of <br />
  5. five
    1. five sub 1
      1. five sub 1 sub 1
    2. five sub 2

</translate>

<translate> Preformatted text</translate>
<translate>
 <!--T:65-->
Start each line with a space.
 Text is '''preformatted''' and
 ''markups'' '''''can''''' be done.
</translate>

Template:Note

<translate> Start each line with a space.

Text is preformatted and
markups can be done.

</translate>

<translate> Preformatted text blocks</translate>
 <nowiki><translate><!--T:69-->
Start with a space in the first column,
(before the <tvar|1><nowiki></>).

<!--T:70-->
Then your block format will be
    maintained.

<!--T:170-->
This is good for copying in code blocks:
</translate>

def function():
    """<translate><!--T:171--> documentation string</translate>"""

    if True:
        print True
    else:
        print False<nowiki>
<translate>
Start with a space in the first column,
(before the <nowiki>).

Then your block format will be
    maintained.

This is good for copying in code blocks:
</translate>

def function():
    """<translate> documentation string</translate>"""

    if True:
        print True
    else:
        print False

<translate>

Paragraphs

MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <br />.

HTML tags

Some HTML tags are allowed in MediaWiki, for example <code>, <div>, and <span>. These apply anywhere you insert them. </translate>

<translate> Description</translate> <translate> You type</translate> <translate> You get</translate>
<translate> Inserted
(Displays as underline in most browsers)</translate>
<ins><translate><!--T:86--> Inserted</translate></ins>

<translate><!--T:87--> or</translate>

<u><translate><!--T:88--> Underline</translate></u>

<translate> Inserted</translate>

<translate> or</translate>

<translate> Underline</translate>

<translate> Deleted
(Displays as strikethrough in most browsers)</translate>
<s><translate><!--T:93--> Struck out</translate></s>

<translate><!--T:94--> or</translate>

<del><translate><!--T:95--> Deleted</translate></del>

<translate> Struck out</translate>

<translate> or</translate>

<translate> Deleted</translate>

<translate> Fixed width text</translate>
<code><translate><!--T:100--> Source code</translate></code>

<translate><!--T:101--> or</translate>

<code><translate><!--T:157--> Fixed width text</translate></code>

<translate> Source code</translate>

<translate> or</translate>

<translate> Fixed width text</translate>

<translate> Blockquotes</translate>
<translate><!--T:105--> Text before</translate>
<blockquote><translate><!--T:106--> Blockquote</translate></blockquote>
<translate><!--T:107--> Text after</translate>

<translate> Text before</translate>

<translate> Blockquote</translate>

<translate> Text after</translate>

<translate> Quotes</translate>
<q><translate><!--T:168--> This is a quotation</translate></q>

Template:Note

<translate> This is a quotation</translate>
<translate> Comment</translate>
<translate>
<!--T:112-->
<!-- This is a comment -->
Comments are visible only 
in the edit zone.
</translate>

<translate> Comments are visible only in the edit zone. </translate>

<translate> Completely preformatted text</translate>
<pre><translate>
<!--T:115-->
Text is '''preformatted''' and 
''markups'' '''''cannot''''' be done</pre>
</translate>

Template:Note

<translate>
<!--T:117-->
Text is '''preformatted''' and 
''markups'' '''''cannot''''' be done
</translate>
<translate> Customized preformatted text</translate>
<pre style="color: red"><translate>
<!--T:119-->
Text is '''preformatted''' 
with a style and 
''markups'' '''''cannot''''' be done
</pre>
</translate>

Template:Note

<translate>
<!--T:121-->
Text is '''preformatted''' 
with a style and 
''markups'' '''''cannot''''' be done
</translate>

<translate> continued:</translate>

<translate> Description</translate> <translate> You type</translate> <translate> You get</translate>
<translate> Default preformatted text has a CSS attribute (white-space: pre-wrap;) to wrap the text according to available width</translate>
<pre>
<translate><!--T:127--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
</pre>
<translate><!--T:128--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
<translate> Customized preformatted text with disabled text wrapping</translate>
<pre style="white-space: pre;">
<translate><!--T:130--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>
</pre>
<translate><!--T:131--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate>

<translate>

Inserting symbols

Symbols and other special characters not available on your keyboard can be inserted in a multitude of ways. Many Operating Systems and browsers allow you to insert special characters through a menu option or Operating System panel. Additionally, you can use the WikiEditor or VisualEditor to insert them into the edit screen.

As a last resort, you can use a special sequence of characters. Those sequences are called HTML entities. For example, the following sequence (entity) &rarr; when inserted will be shown as right arrow HTML symbol → and &mdash; when inserted will be shown as an em dash HTML symbol —. </translate>


Template:Note

HTML symbol entities
Á á Â â ´ Æ æ À à Α α & Å å Ã ã Ä ä Β β ¦ Ç ç ¸ ¢
Χ χ ˆ © ¤ ° Δ δ ÷ É é Ê ê È è Ε ε Η η
Ð ð Ë ë ƒ ½ ¼ ¾ Γ γ > Í í Î î ¡ Ì ì Ι ι
¿ Ï ï Κ κ Λ λ « < ¯ µ · Μ μ  
¬ Ñ ñ Ν ν Ó ó Ô ô Œ œ Ò ò Ω ω Ο ο ª º Ø ø Õ õ Ö
ö Φ φ Π π ϖ ± £ Ψ ψ " » ® Ρ ρ
Š š § ­ Σ σ ς ¹ ² ³ ß Τ τ Θ θ ϑ Þ þ ˜
× Ú ú Û û Ù ù ¨ ϒ Υ υ Ü ü Ξ ξ Ý ý ¥ ÿ Ÿ Ζ ζ
<translate> Description</translate> <translate> You type</translate> <translate> You get</translate>
<translate> Copyright symbol</translate> &copy;
©
<translate> Greek delta letter symbol</translate> &delta;
δ
<translate> Euro currency symbol</translate> &euro;

<translate> See the list of all HTML entities on the Wikipedia article List of HTML entities. Additionally, MediaWiki supports two non-standard entity reference sequences: &רלמ; and &رلم; which are both considered equivalent to &rlm; which is a right-to-left mark. (Used when combining right to left languages with left to right languages in the same page.)

HTML tags and symbol entities displayed themselves (with and without interpreting them)

</translate>

&amp;euro;  → &euro;
<span style="color: red; text-decoration: line-through;"><translate> Typo to be corrected</translate></span>  → <translate> Typo to be corrected</translate>
<translate> &lt;span style="color: red; text-decoration: line-through;">Typo to be corrected</span></translate>  → <span style="color: red; text-decoration: line-through;"><translate> Typo to be corrected</translate></span>

<translate>

Nowiki for HTML

</translate> <nowiki /> <translate> can prohibit (HTML) tags:</translate>

  • <<nowiki />pre>  → <pre>

<translate> But not & symbol escapes:</translate>

  • &<nowiki />amp;  → &

<translate> To print & symbol escapes as text, use "&amp;" to replace the "&" character (eg. type "&amp;nbsp;", which results in "&nbsp;").

Other formatting

Beyond the text formatting markup shown hereinbefore, here are some other formatting references: </translate>

<translate>

  • References - see [[<tvar|citephp>Special:MyLanguage/Extension:Cite/Cite.php</>|Extension:Cite/Cite.php]]
  • [[<tvar|tables>Special:MyLanguage/Help:Tables</>|Tables]]

You can find more references at [[<tvar|help-contents>Special:MyLanguage/Help:Contents</>|Help:Contents]]. </translate>