
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.eiwiki.ro/skins/common/feed.css?195"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.eiwiki.ro/index.php?feed=atom&amp;target=Anonymous+Dissident&amp;title=Special%3AContributions</id>
		<title>EiWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.eiwiki.ro/index.php?feed=atom&amp;target=Anonymous+Dissident&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Special:Contributions"/>
		<updated>2026-04-12T17:41:18Z</updated>
		<subtitle>From EiWiki</subtitle>
		<generator>MediaWiki 1.14.0</generator>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Help:Formatting</id>
		<title>Help:Formatting</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Help:Formatting"/>
				<updated>2009-06-11T12:47:30Z</updated>
		
		<summary type="html">&lt;p&gt;Anonymous Dissident: /* HTML */ add&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 ''italic'', you include it in two single quotes like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;''this''&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Text formatting markup ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; |Description&lt;br /&gt;
! style=&amp;quot;width:45%&amp;quot; |You type&lt;br /&gt;
! style=&amp;quot;width:40%&amp;quot; |You get&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#A7C1F2&amp;quot; | character formatting - ''applies anywhere''&lt;br /&gt;
|-&lt;br /&gt;
|Italic text&lt;br /&gt;
|&amp;lt;pre&amp;gt;''italic''&amp;lt;/pre&amp;gt;&lt;br /&gt;
|''italic''&lt;br /&gt;
|-&lt;br /&gt;
| Bold text&lt;br /&gt;
|&amp;lt;pre&amp;gt;'''bold'''&amp;lt;/pre&amp;gt;&lt;br /&gt;
|'''bold'''&lt;br /&gt;
|-&lt;br /&gt;
| Bold and italic&lt;br /&gt;
|&amp;lt;pre&amp;gt;'''''bold &amp;amp; italic'''''&amp;lt;/pre&amp;gt;&lt;br /&gt;
|'''''bold &amp;amp; italic'''''&lt;br /&gt;
|-&lt;br /&gt;
|Escape wiki markup&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;nowiki&amp;gt;no ''markup''&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;no ''markup''&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#A7C1F2&amp;quot;| section formatting - ''only at the beginning of the line''&lt;br /&gt;
|-&lt;br /&gt;
|Headings of different levels &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;=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======&amp;lt;/pre&amp;gt;&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;
|&lt;br /&gt;
&amp;lt;!-- little hack to prevent TOC viewing --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;&amp;quot;&amp;gt;Level 1&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;&amp;quot;&amp;gt;Level 2&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 132%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 3&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 100%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 4&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 86%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 5&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 80%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 6&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Horizontal rule&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;----&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
----&lt;br /&gt;
|-&lt;br /&gt;
|Bullet list&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;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;
&amp;lt;/pre&amp;gt;&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;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# one&lt;br /&gt;
# two&amp;lt;br /&amp;gt;spanning several lines&amp;lt;br /&amp;gt;without breaking the numbering&lt;br /&gt;
# three&lt;br /&gt;
## three point one&lt;br /&gt;
## three point two&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
# one&lt;br /&gt;
# two&amp;lt;br /&amp;gt;spanning several lines&amp;lt;br /&amp;gt;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;
&amp;lt;pre&amp;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;
&amp;lt;/pre&amp;gt;&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;
&amp;lt;pre&amp;gt;:Single indent&lt;br /&gt;
::Double indent&lt;br /&gt;
:::::Multiple indent&amp;lt;/pre&amp;gt;&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;
&amp;lt;pre&amp;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 item one&lt;br /&gt;
#: three def one&lt;br /&gt;
# four&lt;br /&gt;
#: four def one&lt;br /&gt;
#: this rather looks like the continuation of # four&lt;br /&gt;
#: and thus often used instead of &amp;lt;br /&amp;gt;&lt;br /&gt;
# five&lt;br /&gt;
## five sub 1&lt;br /&gt;
### five sub 1 sub 1&lt;br /&gt;
## five sub 2&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The usage of &amp;lt;code&amp;gt;#:&amp;lt;/code&amp;gt; and  &amp;lt;code&amp;gt;*:&amp;lt;/code&amp;gt; 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 item one&lt;br /&gt;
#: three def one&lt;br /&gt;
# four&lt;br /&gt;
#: four def one&lt;br /&gt;
#: this rather looks like the continuation of &amp;lt;code&amp;gt;# four&amp;lt;/code&amp;gt;&lt;br /&gt;
#: and thus often used instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# five&lt;br /&gt;
## five sub 1&lt;br /&gt;
### five sub 1 sub 1&lt;br /&gt;
## five sub 2&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;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 preformatted text is done with&lt;br /&gt;
 a '''space''' at the &lt;br /&gt;
 ''beginning'' of the line&lt;br /&gt;
&amp;lt;/pre&amp;gt;&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 '''space''' at the &lt;br /&gt;
 ''beginning'' 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 a line break within a paragraph with the HTML tags &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== HTML ==&lt;br /&gt;
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;font&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. These apply anywhere you insert them.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Description&lt;br /&gt;
!You type&lt;br /&gt;
!You get&lt;br /&gt;
|-&lt;br /&gt;
| Strikethrough&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;del&amp;gt;Strikethrough&amp;lt;/del&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;del&amp;gt;Strikethrough&amp;lt;/del&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Fixed width text&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;tt&amp;gt;Fixed width text&amp;lt;/tt&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;Fixed width text&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Blockquotes&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;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;
&amp;lt;blockquote&amp;gt;  quote quote quote quote quote quote &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&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;
&amp;lt;blockquote&amp;gt;  quote quote quote quote quote quote &amp;lt;/blockquote&amp;gt;&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;
&amp;lt;pre&amp;gt;&amp;lt;!--This is comment--&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text can only be viewed in the edit window.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!--This is comment--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Completely preformatted text&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;this way, all markups are '''ignored'''&amp;amp;lt;/pre&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
this way, all markups are '''ignored'''&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{Admin tip|tip=If you trust your users you can allow full HTML by setting &amp;lt;code&amp;gt;{{mediawiki|Manual:$wgRawHtml|$wgRawHtml}} = true;&amp;lt;/code&amp;gt; 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>Anonymous Dissident</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Help:Subpages</id>
		<title>Help:Subpages</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Help:Subpages"/>
				<updated>2009-03-21T00:28:15Z</updated>
		
		<summary type="html">&lt;p&gt;Anonymous Dissident: /* How it works */ gram.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
'''Subpages''' introduce some hierarchical organization into wiki pages, with levels of the hierarchy separated by slashes (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Where it works ===&lt;br /&gt;
By default, MediaWiki's subpage feature is turned off in the main namespace, but can be used on [[Help:Talk pages|talk pages]] and [[Help:User page|user pages]]. See [[Help:Namespaces]]. In namespaces where the feature is switched off, any slashes (/) within a page name are simply part of the page name and do nothing special.&lt;br /&gt;
&lt;br /&gt;
=== How it works ===&lt;br /&gt;
Slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:&lt;br /&gt;
&lt;br /&gt;
* [[Help:Subpages]] - this page&lt;br /&gt;
* [[Help:Subpages/subpage]] - child page&lt;br /&gt;
* [[Help:Subpages/subpage/sub-subpage]] - grandchild page&lt;br /&gt;
&lt;br /&gt;
Note that the part of page names after a slash is case sensitive including the first letter.&lt;br /&gt;
&lt;br /&gt;
In subpages, a link back to antecedent pages will automatically appear at the top. These links do not appear, however, if the antecedent pages have not yet been created.&lt;br /&gt;
&lt;br /&gt;
=== Use of subpages ===&lt;br /&gt;
There are various uses for the subpage feature. Some of the typical usages of subpages are:&lt;br /&gt;
* to create archives of old discussions under a [[Help:Talk pages|talk page]]&lt;br /&gt;
* to create scratchpad editing spaces under a [[Help:User page|user page]]&lt;br /&gt;
* to create other language versions of a document in multilingual wikis&lt;br /&gt;
&lt;br /&gt;
Subpages are useful for organising information hierarchically. On the other hand, subpages tend to have a long name that is hard to remember, so it may be more user-friendly to use them as little as possible. You can also organize pages with the [[Help:Category|category]] feature, which is more suitable for creating a hierarchical network of information. &lt;br /&gt;
&lt;br /&gt;
{{Admin tip|tip=You can specify the namespaces to have the subpage feature enabled with {{mediawiki|Manual:$wgNamespacesWithSubpages|$wgNamespacesWithSubpages}} array.}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Meta:Help:Link#Subpage feature]]&lt;br /&gt;
* [[Help:Variables#Page names]]&lt;br /&gt;
&lt;br /&gt;
{{languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Subpage|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Anonymous Dissident</name></author>	</entry>

	</feed>