Help:Wikitext: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
community>Ohmyn0
No edit summary
community>Ohmyn0
No edit summary
Line 139: Line 139:
|Image
|Image
|
|
<code><nowiki>[[File:SeaOtters.png]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png]]</nowiki></code>
|
|
[[File:SeaOtters.png]]
[[File:SeaOtter.png]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 147: Line 147:
|Sized image
|Sized image
|
|
<code><nowiki>[[File:SeaOtters.png|150px]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|150px]]</nowiki></code>
|
|
[[File:SeaOtters.png|150px]]
[[File:SeaOtter.png|150px]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 155: Line 155:
|Thumbnail image
|Thumbnail image
|
|
<code><nowiki>[[File:SeaOtters.png|thumb|Caption text]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|thumb|Caption text]]</nowiki></code>
|
|
[[File:SeaOtters.png|thumb|Caption text]]
[[File:SeaOtter.png|thumb|Caption text]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 163: Line 163:
|Bordered image
|Bordered image
|
|
<code><nowiki>[[File:SeaOtters.png|border|Caption text]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|border|Caption text]]</nowiki></code>
|
|
[[File:SeaOtters.png|border|Caption text]]
[[File:SeaOtter.png|border|Caption text]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 171: Line 171:
|Aligned image
|Aligned image
|
|
<code><nowiki>[[File:SeaOtters.png|border|150px|left]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|border|150px|left]]</nowiki></code>
<code><nowiki>[[File:SeaOtters.png|border|150px|center]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|border|150px|center]]</nowiki></code>
<code><nowiki>[[File:SeaOtters.png|border|150px|right]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|border|150px|right]]</nowiki></code>
|
|
[[File:SeaOtters.png|border|150px|left]]
[[File:SeaOtter.png|border|150px|left]]
[[File:SeaOtters.png|border|150px|center]]
[[File:SeaOtter.png|border|150px|center]]
[[File:SeaOtters.png|border|150px|right]]
[[File:SeaOtter.png|border|150px|right]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 183: Line 183:
|Linked image
|Linked image
|
|
<code><nowiki>[[File:SeaOtters.png|link=Help:Contents]]</nowiki></code>
<code><nowiki>[[File:SeaOtter.png|link=Help:Contents]]</nowiki></code>
|
|
[[File:SeaOtters.png|link=Help:Contents]]
[[File:SeaOtter.png|link=Help:Contents]]
|}
|}



Revision as of 00:23, 9 November 2013

Wikitext is the markup language used to format content on wikis. 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 editor 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 the editor.

Here's a cheat sheet for basic wikitext that you can use while editing.


Wikitext Cheatsheet

Description You type You get
Applies anywhere
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]]

http://images.wikia.com/common/skins/common/images/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 00:07,
8 June 2024 (UTC)

Applies only at the beginning of the line
Headings

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

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

Level 1

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

File:SeaOtter.png

 
Sized image

[[File:SeaOtter.png|150px]]

File:SeaOtter.png

 
Thumbnail image

[[File:SeaOtter.png|thumb|Caption text]]

File:SeaOtter.png
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]]

File:SeaOtter.png
File:SeaOtter.png
File:SeaOtter.png
 
Linked image

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

File:SeaOtter.png

See also

Further Help & Feedback

Template:Help and feedback section



de:Hilfe:Wikitext eshelp:Ayuda:Wikitexto fr:Aide:Wikitexte ithelp:Aiuto:Wikitext nlhelp:Help:Wikitekst pl:Pomoc:Wikitekst