Community Central
Community Central
Tags: Help sourceedit
No edit summary
Tag: rte-source
Line 1: Line 1:
 
{{tocright}}
 
{{tocright}}
'''Wikitext''' is the main markup language used to format content on Wikia. It can be used to add photos, tables, bold styles, links, and other many other visual changes.
+
'''Wikitext''' is the main markup language used to format content on Fandom. It can be used to add photos, tables, bold styles, links, and other many other visual changes.
   
 
It's not necessary to know wikitext in order to edit a page: you can use the [[Help:VisualEditor|new VisualEditor]], or visual mode in the [[Help:Classic editor|classic editor]], to avoid it. However, users who learn it may appreciate the additional control they have over page content.
 
It's not necessary to know wikitext in order to edit a page: you can use the [[Help:VisualEditor|new VisualEditor]], or visual mode in the [[Help:Classic editor|classic editor]], to avoid it. However, users who learn it may appreciate the additional control they have over page content.
Line 36: Line 36:
 
|Redirect to another page
 
|Redirect to another page
 
|<code><nowiki>#REDIRECT [[Help:Contents]]</nowiki></code>
 
|<code><nowiki>#REDIRECT [[Help:Contents]]</nowiki></code>
|http://images.wikia.com/common/skins/common/images/redirectltr.png [[Help:Contents]]
+
|http://vignette2.wikia.nocookie.net/central/images/b/b5/Redirectltr.png/revision/latest [[Help:Contents]]
 
|-
 
|-
 
|External link<br />(to other websites)
 
|External link<br />(to other websites)

Revision as of 21:50, 26 September 2016

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

It's not necessary to know wikitext in order to edit a page: you can use the new VisualEditor, or visual mode in the classic editor, to avoid it. However, users who learn it may appreciate the additional control they have over page content.

Wikitext can be used via 'source mode' in either editor. To access an article's wikitext:

  • Classic editor: click the 'Source' tab at the top right of the edit area.
  • VisualEditor: click the menu button towards the right side of the toolbar, and choose 'Source Editor'.

Below is an outline of basic wikitext that you can use while editing. Many of the options listed below have shortcut buttons in the editor toolbars.

Text formatting

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

[[Help:Contents|Displayed text]]

Help:Contents
Displayed text
Redirect to another page #REDIRECT [[Help:Contents]] latest 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 08:59,

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

Image formatting

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

Caption text

Aligned image

[[File:SeaOtter.png|thumb|100px|left]] [[File:SeaOtter.png|thumb|100px|center]] [[File:SeaOtter.png|thumb|100px|right]]

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

Further wikitext examples

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

Video tutorials on the wikitext basics

File:Wikia University - Introduction to Wikitext
File:Wikia University - How to Use Wikitext

See also

Further help and feedback