<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tighar.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=193.40.5.245</id>
	<title>Ameliapedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tighar.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=193.40.5.245"/>
	<link rel="alternate" type="text/html" href="https://tighar.org/wiki/index.php?title=Special:Contributions/193.40.5.245"/>
	<updated>2026-04-22T01:10:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://tighar.org/wiki/index.php?title=Help:Formatting&amp;diff=1246</id>
		<title>Help:Formatting</title>
		<link rel="alternate" type="text/html" href="https://tighar.org/wiki/index.php?title=Help:Formatting&amp;diff=1246"/>
		<updated>2009-02-09T14:07:36Z</updated>

		<summary type="html">&lt;p&gt;193.40.5.245: /* Text formatting markup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in &#039;&#039;italic&#039;&#039;, you include it in two single quotes like codenowiki&#039;&#039;this&#039;&#039;/nowiki/code&lt;br /&gt;
&lt;br /&gt;
== Text formatting markup ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=width:15% |Description&lt;br /&gt;
! style=width:45% |You type&lt;br /&gt;
! style=width:40% |You get&lt;br /&gt;
|-&lt;br /&gt;
! colspan=3 align=center | character formatting - &#039;&#039;applies anywhere&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Italic text&lt;br /&gt;
|pre&#039;xcvxvx&#039;italic&#039;fvsdcsd&#039;/pre&lt;br /&gt;
|&#039;&#039;italic&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Bold text&lt;br /&gt;
|pre&#039;&#039;&#039;bold&#039;&#039;&#039;/pre&lt;br /&gt;
|&#039;&#039;&#039;bold&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Bold and italic&lt;br /&gt;
|pre&#039;&#039;&#039;&#039;&#039;bold  italic&#039;&#039;&#039;&#039;&#039;/pre&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;bold  italic&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Escape wiki markup&lt;br /&gt;
|&lt;br /&gt;
prelt;nowikino &#039;&#039;markup&#039;&#039;/nowiki/pre&lt;br /&gt;
|nowikino &#039;&#039;markup&#039;&#039;/nowiki&lt;br /&gt;
|-&lt;br /&gt;
! colspan=3 align=center | section formatting - &#039;&#039;only at the beginning of the line&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Headings of different levels &lt;br /&gt;
|&lt;br /&gt;
pre=level 1=&lt;br /&gt;
==level 2==&lt;br /&gt;
===level 3===&lt;br /&gt;
====level 4====&lt;br /&gt;
=====level 5=====&lt;br /&gt;
======level 6======/pre&lt;br /&gt;
An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].&lt;br /&gt;
&lt;br /&gt;
Use of a level 1 heading is &#039;&#039;&#039;&#039;&#039;highly discouraged&#039;&#039;&#039;&#039;&#039; as it appears with the same formatting and size as the page title, which can be confusing.&lt;br /&gt;
|&lt;br /&gt;
!-- little hack to prevent TOC viewing --&lt;br /&gt;
div style=font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;Level 1/div&lt;br /&gt;
div style=font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;Level 2/div&lt;br /&gt;
div style=font-size: 132%; border-bottom: none; font-weight: bold;Level 3/div&lt;br /&gt;
div style=font-size: 100%; border-bottom: none; font-weight: bold;Level 4/div&lt;br /&gt;
div style=font-size: 86%; border-bottom: none; font-weight: bold;Level 5/div&lt;br /&gt;
div style=font-size: 80%; border-bottom: none; font-weight: bold;Level 6/div&lt;br /&gt;
|-&lt;br /&gt;
|Horizontal rule&lt;br /&gt;
|&lt;br /&gt;
pre----/pre&lt;br /&gt;
|&lt;br /&gt;
----&lt;br /&gt;
|-&lt;br /&gt;
|Bullet list&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
* one&lt;br /&gt;
* two&lt;br /&gt;
* three&lt;br /&gt;
** three point one&lt;br /&gt;
** three point two&lt;br /&gt;
/pre&lt;br /&gt;
Inserting a blank line will end the first list and start another.&lt;br /&gt;
|&lt;br /&gt;
* one&lt;br /&gt;
* two&lt;br /&gt;
* three&lt;br /&gt;
** three point one&lt;br /&gt;
** three point two&lt;br /&gt;
|-&lt;br /&gt;
|Numbered list&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
# one&lt;br /&gt;
# twobr /spanning several linesbr /without breaking the numbering&lt;br /&gt;
# three&lt;br /&gt;
## three point one&lt;br /&gt;
## three point two&lt;br /&gt;
/pre&lt;br /&gt;
|&lt;br /&gt;
# one&lt;br /&gt;
# twobr /spanning several linesbr /without breaking the numbering&lt;br /&gt;
# three&lt;br /&gt;
## three point one&lt;br /&gt;
## three point two&lt;br /&gt;
|-&lt;br /&gt;
|Definition list&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
;item 1&lt;br /&gt;
:definition 1&lt;br /&gt;
;item 2&lt;br /&gt;
:definition 2-1&lt;br /&gt;
:definition 2-2&lt;br /&gt;
/pre&lt;br /&gt;
|&lt;br /&gt;
;item 1&lt;br /&gt;
:definition 1&lt;br /&gt;
;item 2&lt;br /&gt;
:definition 2-1&lt;br /&gt;
:definition 2-2&lt;br /&gt;
|-&lt;br /&gt;
| Adopting definition list to indent text&lt;br /&gt;
|&lt;br /&gt;
pre:Single indent&lt;br /&gt;
::Double indent&lt;br /&gt;
:::::Multiple indent/pre&lt;br /&gt;
This adoption may be controversial from the viewpoint of accessibility.&lt;br /&gt;
|&lt;br /&gt;
:Single indent&lt;br /&gt;
::Double indent&lt;br /&gt;
:::::Multiple indent&lt;br /&gt;
|-&lt;br /&gt;
| Mixture of different types of list&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
# one&lt;br /&gt;
# two&lt;br /&gt;
#* two point one&lt;br /&gt;
#* two point two&lt;br /&gt;
# three&lt;br /&gt;
#; three def one&lt;br /&gt;
#: three item one&lt;br /&gt;
# four&lt;br /&gt;
#: four item one&lt;br /&gt;
#: this rather looks like the continuation of # four&lt;br /&gt;
#: and thus often used instead of br /&lt;br /&gt;
;item 1&lt;br /&gt;
:* definition 1-1&lt;br /&gt;
:* definition 1-2&lt;br /&gt;
:&lt;br /&gt;
;item 2&lt;br /&gt;
:# definition 2-1&lt;br /&gt;
:# definition 2-2&lt;br /&gt;
/pre&lt;br /&gt;
The usage of code#:/code and  code*:/code for breaking a line within an item may also be controversial.&lt;br /&gt;
|&lt;br /&gt;
# one&lt;br /&gt;
# two&lt;br /&gt;
#* two point one&lt;br /&gt;
#* two point two&lt;br /&gt;
# three&lt;br /&gt;
#; three def one&lt;br /&gt;
#: three item one&lt;br /&gt;
# four&lt;br /&gt;
#: four item one&lt;br /&gt;
#: this rather looks like the continuation of code# four/code&lt;br /&gt;
#: and thus often used instead of codenowikibr //nowiki/code&lt;br /&gt;
;item 1&lt;br /&gt;
:* definition 1-1&lt;br /&gt;
:* definition 1-2&lt;br /&gt;
:&lt;br /&gt;
;item 2&lt;br /&gt;
:# definition 2-1&lt;br /&gt;
:# definition 2-2&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Preformatted text&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
 preformatted text is done with&lt;br /&gt;
 a &#039;&#039;&#039;space&#039;&#039;&#039; at the &lt;br /&gt;
 &#039;&#039;beginning&#039;&#039; of the line&lt;br /&gt;
/pre&lt;br /&gt;
This way of preformatting only applies to section formatting, and character formatting markups are still effective.&lt;br /&gt;
|&lt;br /&gt;
 preformatted text is done with&lt;br /&gt;
 a &#039;&#039;&#039;space&#039;&#039;&#039; at the &lt;br /&gt;
 &#039;&#039;beginning&#039;&#039; of the line&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Paragraphs ==&lt;br /&gt;
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can force to start a new line within a paragraph with the HTML tags codenowikibr / or br/nowiki/code.&lt;br /&gt;
&lt;br /&gt;
== HTML ==&lt;br /&gt;
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example codenowikicode/nowiki/code, codenowikidiv/nowiki/code, codenowikispan/nowiki/code and codenowikifont/nowiki/code. These applies anywhere you insert them.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
!Description&lt;br /&gt;
!You type&lt;br /&gt;
!You get&lt;br /&gt;
|-&lt;br /&gt;
|Fixed width text&lt;br /&gt;
|&lt;br /&gt;
prettFixed width text/tt/pre&lt;br /&gt;
|&lt;br /&gt;
ttFixed width text/tt&lt;br /&gt;
|-&lt;br /&gt;
|Blockquotes&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
blockquote  quote quote quote quote quote quote /blockquote&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
/pre&lt;br /&gt;
|&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
blockquote  quote quote quote quote quote quote /blockquote&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
|-&lt;br /&gt;
|Comment&lt;br /&gt;
|&lt;br /&gt;
pre!--This is comment--/pre&lt;br /&gt;
|&lt;br /&gt;
!--This is comment--&lt;br /&gt;
|-&lt;br /&gt;
|Completely preformatted text&lt;br /&gt;
|&lt;br /&gt;
preprethis way, all markups are &#039;&#039;&#039;ignored&#039;&#039;&#039;lt;/pre/pre&lt;br /&gt;
|&lt;br /&gt;
pre&lt;br /&gt;
this way, all markups are &#039;&#039;&#039;ignored&#039;&#039;&#039;/pre&lt;br /&gt;
|}&lt;br /&gt;
{{Admin tip|tip=If you trust your users you can allow full HTML by setting code{{mediawiki|Manual:$wgRawHtml|$wgRawHtml}} = true;/code in {{mediawiki|Manual:LocalSettings.php|LocalSettings.php}}.}}&lt;br /&gt;
&lt;br /&gt;
== Other formatting ==&lt;br /&gt;
Beyond the text formatting markup shown above, here are some other formatting references:&lt;br /&gt;
*[[Help:Links|Links]]&lt;br /&gt;
*[[Help:Images|Images]]&lt;br /&gt;
*[[Help:Tables|Tables]]&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|Formatting]]&lt;/div&gt;</summary>
		<author><name>193.40.5.245</name></author>
	</entry>
</feed>