Community Central
Community Central
m (+fi)
Tag: Help
(example headings don't appear in table of contents)
Tag: Help
(4 intermediate revisions by 4 users not shown)
Line 60: Line 60:
 
<code><nowiki>======Level 6======</nowiki></code>
 
<code><nowiki>======Level 6======</nowiki></code>
 
|
 
|
  +
<div style="font-size: 1.5em; margin-top: 1em; margin-bottom: 0.25em; line-height: 1.3; border-bottom: 1px solid #AAAAAA;">Level 2</div>
<h2>Level 2</h2>
 
  +
<div style="font-size: 1.17em; margin-top: 0.3em; line-height: 1.6; padding-top: 0.5em;">Level 3</div>
<h3>Level 3</h3>
 
  +
<div style="font-size: 1.1em; margin-top: 0.3em; line-height: 1.6; padding-top: 0.5em;">Level 4</div>
<h4>Level 4</h4>
 
  +
<div style="font-size: 1.05em; margin-top: 0.3em; line-height: 1.6; padding-top: 0.5em;">Level 5</div>
<h5>Level 5</h5>
 
  +
<div style="font-size: 0.95em; margin-top: 0.3em; line-height: 1.6; padding-top: 0.5em;">Level 6</div>
<h6>Level 6</h6>
 
 
|-
 
|-
 
|Bulleted list
 
|Bulleted list
Line 133: Line 133:
   
 
* [[Help:Wikitext/more examples]]
 
* [[Help:Wikitext/more examples]]
  +
* [[Help:Wikitext/link examples]]
 
* [[Help:Wikitext/table examples]]
 
* [[Help:Wikitext/table examples]]
 
* [[Help:Galleries, Slideshows, and Sliders/wikitext]]
 
* [[Help:Galleries, Slideshows, and Sliders/wikitext]]
Line 151: Line 152:
   
 
[[de:Hilfe:Wikitext]]
 
[[de:Hilfe:Wikitext]]
[[eshelp:Ayuda:Wikitexto]]
+
[[es:Ayuda:Wikitexto]]
 
[[fi:Ohje:Wikiteksti]]
 
[[fi:Ohje:Wikiteksti]]
 
[[fr:Aide:Wikitexte]]
 
[[fr:Aide:Wikitexte]]
[[ithelp:Aiuto:Wikitext]]
+
[[it:Aiuto:Wikitext]]
[[nlhelp:Help:Wikitekst]]
 
[[pl:Pomoc:Wikitekst]]
 
 
[[ja:Help:ウィキテキスト]]
 
[[ja:Help:ウィキテキスト]]
 
[[nl:Help:Wikitekst]]
 
[[pl:Pomoc:Wikitekst]]
  +
[[zh:help:wiki文本]]
   
 
[[Category:Editing]]
 
[[Category:Editing]]

Revision as of 14:30, 7 August 2014

Location Source

How to access source mode in the editor

Wikitext is the main markup language used to format content on wikias. It can be used to add photos, tables, bold styles, links, and other visual changes.

It's not necessary to know wikitext in order to edit at Wikia. You can use the visual mode in the standard editor, or the new VisualEditor (where enabled), to avoid it. However, users who learn it find that they have more control over their editing experience. It can be used in 'source mode' in either editor.

Below is a cheat sheet for basic wikitext that you can use while editing. Many of the options listed below have shortcut buttons in the visual editors' toolbars.

Wikitext cheat sheet

Text

Description You type You get
Italicise text ''italic'' italic
Bold text '''bold''' bold
Bold and italic '''''bold & italic''''' bold & italic
Internal link
(within a local wiki)
[[Help:Contents]]

[[Help:Contents|Displayed text]]

Help:Contents
Displayed text
Redirect to another page #REDIRECT [[Help:Contents]] redirectltr.png Help:Contents
External link
(to other websites)
[http://www.example.org]

[http://www.example.org displayed text]
http://www.example.org

[1]

displayed text
http://www.example.org

Sign your posts
on talk pages
~~~~ Your username 03:35,

19 April 2024 (UTC)

The following work only when used at the start of a line of code
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

==Level 2==
===Level 3===
====Level 4====
=====Level 5=====
======Level 6======

Level 2
Level 3
Level 4
Level 5
Level 6
Bulleted list

*One
*Two
**Two point one
*Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

#One
#Two
##Two point one
#Three

  1. One
  2. Two
    1. Two point one
  3. Three

Images

Description You type You get
Image [[File:SeaOtter.png]] SeaOtter
Sized image [[File:SeaOtter.png|150px]] SeaOtter
Thumbnail image [[File:SeaOtter.png|thumb|Caption text]]
SeaOtter

Caption text

Bordered image [[File:SeaOtter.png|border|Caption text]] Caption text
Aligned image

[[File:SeaOtter.png|border|150px|left]] [[File:SeaOtter.png|border|150px|center]] [[File:SeaOtter.png|border|150px|right]]

SeaOtter
SeaOtter
SeaOtter
Linked image [[File:SeaOtter.png|link=Help:Contents]] SeaOtter

Further examples

For more complex content that is sometimes more easily managed with wikitext editing, see:

See also

Further help & feedback