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
(We are writing our own custom help pages; please do not copy verbatim from Wikia)
Tag: Replaced
No edit summary
Line 1: Line 1:
{{Help page}}
{{Help page}}
'''Wikitext''', also known as '''wiki markup''', refers to the syntax, keywords, and punctuation marks used by {{SITENAME}} to format a page. For example, to make text italicized, you would type <code><nowiki>''text to be italicized''</nowiki></code> into the page when [[Help:Editing|editing]] it.
'''Wikitext''', also known as '''wiki markup''', refers to the syntax, keywords, and punctuation marks used by {{SITENAME}} to format a page. For example, to make text italicized, you would type <code><nowiki>''text to be italicized''</nowiki></code> into the page when [[Help:Editing|editing]] it.

==List of markup codes==
===Inline formatting===
These codes work anywhere on the page.
{| class="wikitable"
! Description
! width=40% | You type
! width=40% | You get
|-
|Bold text
|<pre>'''Bold text'''</pre>
|'''Bold text'''
|-
|Italic text
|<pre>''Italic text''</pre>
|''Italic text''
|-
|Bold and italic text
|<pre>'''''Bold and italic'''''</pre>
|'''''Bold and italic'''''
|-
|Escape wiki markup
|<pre><nowiki>no ''markup''</nowiki></pre>
|<nowiki>no ''markup''</nowiki>
|-
|Internal link
|<pre>[[Help:Contents]]</pre>
|[[Help:Contents]]
|-
|Renamed internal link
|<pre>[[Help:Contents|Main help page]]</pre>
|[[Help:Contents|Main help page]]
|}

Revision as of 18:15, 7 May 2019

This page is a help page
It is meant to detail processes or procedures of some aspect or aspects of The Sims Wiki's norms and practices. It is not a policy page.

Wikitext, also known as wiki markup, refers to the syntax, keywords, and punctuation marks used by The Sims Wiki to format a page. For example, to make text italicized, you would type ''text to be italicized'' into the page when editing it.

List of markup codes

Inline formatting

These codes work anywhere on the page.

Description You type You get
Bold text
'''Bold text'''
Bold text
Italic text
''Italic text''
Italic text
Bold and italic text
'''''Bold and italic'''''
Bold and italic
Escape wiki markup
no ''markup''
no ''markup''
Internal link
[[Help:Contents]]
Help:Contents
Renamed internal link
[[Help:Contents|Main help page]]
Main help page