Jump to content

Help:Wikitext: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Kkken (talk | contribs)
Gedionye (talk | contribs)
No edit summary
Line 1: Line 1:
'''Ethiocinema''' is an organization that stands for the development of Ethiopian cinema. Ethiopian cinema has passed through many stages before reaching to the present state. Generations of cinematographers have worked hard in order to promote and produce cultural movies that reflect the sociological progress throughout years. As a new generation responsible for keeping the movie culture alive, EthioCinema finds a medium for movie owners to be rewarded, which in turn invites more investors to take part in the industry. The organization aims to make Ethiopian movie industry competitive by providing a better opportunity for movie directors and distributors to market their movies, while taking the pockets of customers into account.
{{Wiki markup}}
Cinema in Ethiopia has not been the most common way of entertainment for a long time. However, since the release of the two significant movies, ‘Kezjaza welafen’ and Gudifecha, Ethiopians are more interested once again in order to revive the industry. Even though the weak copyright law of the country has been a major discouraging factor for movie producers, the recent update to the law and its execution has relatively increased everyone's confidence to strengthen the effort. It is EthioCinema’s belief that the key to completely solve this problem in addition to copy right laws is creating a culture of buying the movies as supposed to sharing them for free.
{{shortcut|H:MARKUP|WP:MARKUP}}
'''Wiki markup''' is the syntax and keywords used by the [[MediaWiki]] software to format a page; see [[Wikipedia:How to edit a page|How to edit a page]] for details on using it.
{{TOC limit}}


It is evident that expenses associated with the production and distribution of DVDs have added the burden on viewers to pay more than the deserving amount. It's common to hear the saying "why would i pay too much for a movie that doesn't cost that much to make it." Thus, Ethiocinema strongly believes that illuminating material costs can greatly reduce the price of the movie production which in turn invites more viewers to pay and watch the movies instead of sharing it with friends.
==Layout==
===Sections===
====Section headings====
{{further|[[Help:Section]]}}
Use headings to split articles into sections. Put a heading on a separate line. A level-two heading is the highest level editors use in an article.


The medium created by Ethiocinema to channel the movies is an online streaming movie rental system. Ethiocinema has an interest aligned with the latest technology of the 21st technology. It’s obvious that Ethiopians flee to other countries in search of a better opportunity. One thing that follows them is national pride and the deep rooted culture which makes them miss the country. evidently, movies are essential in strengthening the cultural ties of citizens with the country. Therefore, Ethiocinema channels the current sociological progress of the Ethiopian society through the movies for the Diaspora living abroad while developing the local movie industry.
{| class="wikitable"
{{TOC limit}}
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|
<div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div>

''Headings'' organize your writing into sections.
The Wiki software can automatically generate
a [[Help:Section|table of contents]] from them.
Start with 2 'equals' characters.

<div style="font-size:132%;font-weight:bold;">Subsection</div>
Using more 'equals' characters creates a subsection.

<div style="font-size:116%;font-weight:bold;">A smaller subsection</div>

Don't skip levels, like from two to four 'equals' characters.

|<pre>
==Section headings==

''Headings'' organize your writing into sections.
The Wiki software can automatically generate
a table of contents from them.
Start with 2 'equals' characters.

===Subsection===

Using more 'equals' characters creates a subsection.

====A smaller subsection====

Don't skip levels, like from two to four 'equals' characters.
</pre>
|-
|'''Horizontal line'''
Separating with a horizontal dividing line:<br/>
:this is above it...
----
:...and this is below it.

If you don't use a section header, you don't get a TOC entry.
|<pre><nowiki>A horizontal dividing line:
this is above it...
----
...and this is below it.
</nowiki></pre>
|}

====Table of contents====
When a page has at least four headings, a table of contents (TOC) will appear in front of the first header (after the lead). Putting <nowiki>__TOC__</nowiki> anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting <nowiki>__NOTOC__</nowiki> anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|Compact TOC]] for alphabet and year headings.

===Line breaks===
* You can make the wikitext more readable by putting in newlines, but see [[Wikipedia:Don't use line breaks]] for possible problems.
* To break lines use the <code><nowiki><br /></nowiki></code> element. The HTML tag <code><nowiki><br></nowiki></code> is sufficient. The system converts to XHTML code automatically, except in [[Wikipedia:Editnotice|editnotices]] when editing a page.
* Please use these sparingly.
* Close markup between lines; do not start a [[Help:link|link]] or ''italics'' or '''bold''' on one line and close it on the next.
* When used in a list, a newline ''does'' affect the layout (See [[Help:List]]).
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|
A single newline has no
effect on the layout.

But an empty line starts a new paragraph, or ends a list or indented part.
|
<pre><nowiki>
A single newline has no
effect on the layout.

But an empty line starts a new paragraph, or ends a list or indented part.
</nowiki></pre>
|-
|
You can break lines<br />
without starting a new paragraph.
|
<pre><nowiki>You can break lines<br />
without starting a new paragraph.</nowiki></pre>
|}

===Indent text===

{| class="wikitable"
! What it looks like
! What you type
|-
| colspan="2"|
'''Left indent'''
|-
|
:A colon at the start of a line
:causes the line to be indented,
:most commonly used on Talk pages.
|
<pre><nowiki>
:A colon at the start of a line
:causes the line to be indented,
:most commonly used on Talk pages.
</nowiki></pre>
|-
| colspan="2"|
'''Blockquote'''<br/>
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.
|-
|
<blockquote>
The '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does.
</blockquote>
|
<code><nowiki>
<blockquote>
The '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does.
</blockquote>
</nowiki></code>
|}

===Center text===
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|-
|<div style="text-align:center;">Centered text.</div>
|<code><nowiki><div style="text-align:center;">Centered text.</div></nowiki></code>
|}

===Lists===
{| class="wikitable"
! style="width: 50%" | What it looks like
! style="width: 50%" | What you type
|- id="lists"
|
* ''Unordered [[Help:List|list]]s'' are easy to do:
** Start every line with a star.
*** More stars indicate a deeper level.
*: Previous item continues.
** A new line
* in a list
marks the end of the list.
*Of course you can start again.
|<pre>
* ''Unordered lists'' are easy to do:
** Start every line with a star.
*** More stars indicate a deeper level.
*: Previous item continues.
** A new line
* in a list
marks the end of the list.
* Of course you can start again.
</pre>
|-
|
# ''Numbered lists'' are:
## Very organized
## Easy to follow
#: Previous item continues
A new line marks the end of the list.
# New numbering starts with 1.

|<pre>
# ''Numbered lists'' are:
## Very organized
## Easy to follow
#: Previous item continues
A new line marks the end of the list.
# New numbering starts with 1.
</pre>
|}

==Format==
===Text formatting===
{| class="wikitable"
|- valign="top"
! What it looks like
! What you type
|- id="emph" valign="top"
|
You can ''italicize text'' by putting 2
apostrophes on each side.

3 apostrophes will '''bold the text'''.

5 apostrophes will '''bold''' and ''italicize''
'''''the text'''''.
|<pre>
You can ''italicize text'' by putting 2
apostrophes on each side.

3 apostrophes will '''bold the text'''.

5 apostrophes will '''bold''' and ''italicize''
'''''the text'''''.
</pre>
|- valign="top"
|
[[mw:Extension:SyntaxHighlight GeSHi|Syntax highlighting]] for source code.

Computer code has a colored background
and more stringent formatting. Suppose we
want to define <code>int main()</code>:
<syntaxhighlight lang="cpp">#include <iostream>
int main ( int argc, char **argv ) {
std::cout << "Hello World!";
return 0;
}</syntaxhighlight>
|
<pre><nowiki>
Computer code has a colored background
and more stringent formatting. Suppose we
want to define &lt;code&gt;int main()&lt;/code&gt;:

<syntaxhighlight lang="cpp">#include <iostream>
int main ( int argc, char **argv ) {
std::cout << "Hello World!";
return 0;
}</syntaxhighlight>
</nowiki></pre>
|- valign=top
|
You can use <small>small text</small> for captions.
|
<pre><nowiki>
You can use <small>small text</small> for captions.
</nowiki></pre>
|- valign="top"
|
Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.
|
<pre><nowiki>
Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.
</nowiki></pre>
|-
|
You can include a '''non-breaking space''' (sometimes called '''non-printing character''') where you require two words to always appear together on the same line, such as ''Mr.&nbsp;Smith'' or ''400&nbsp;km/h'' using '''<code>&amp;nbsp;</code>''' in place of a regular space between the two "words" that need to behave as a single word (never be separated on different lines).

|
<br />
<pre>Mr.&amp;nbsp;Smith or 400&amp;nbsp;km/h.</pre>
|-
|
'''Extra spacing''' within text can best be achieved using the [[Template:Pad|pad]] template:

Mary {{pad|4em}} had a little lamb.
|
<br />
<pre><nowiki>Mary {{pad|4em}} had a little lamb.
</nowiki></pre>
|-
|
'''Typewriter font'''
(does not work beyond the end of a paragraph):<br>
<tt>arrow &rarr;</tt>

<tt>''italics''</tt>
<tt>[[link]]

New paragraph.</tt>
|
<pre><nowiki><tt>arrow &amp;rarr;</tt>

<tt>''italics''</tt>
<tt>[[link]]</nowiki>

New paragraph.</tt></pre>
|}

===Special characters===
''See also: [[Chess symbols in Unicode]].''
====Diacritical marks====
* See [[Help:Special characters]].

{| class="wikitable"
! What it looks like
! What you type
|-
|
À Á Â Ã Ä Å <br/>
Æ Ç È É Ê Ë <br/>
Ì Í
Î Ï Ñ Ò <br/>
Ó Ô Õ
Ö Ø Ù <br/>
Ú Û Ü ß
à á <br/>
â ã ä å æ
ç <br/>
è é ê ë ì í<br/>
î ï ñ ò ó ô <br/>
œ õ
ö ø ù ú <br/>
û ü ÿ
|
<pre><nowiki>
&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
&amp;AElig; &amp;Ccedil; &amp;Egrave; &amp;Eacute; &amp;Ecirc; &amp;Euml;
&amp;Igrave; &amp;Iacute; &amp;Icirc; &amp;Iuml; &amp;Ntilde; &amp;Ograve;
&amp;Oacute; &amp;Ocirc; &amp;Otilde; &amp;Ouml; &amp;Oslash; &amp;Ugrave;
&amp;Uacute; &amp;Ucirc; &amp;Uuml; &amp;szlig; &amp;agrave; &amp;aacute;
&amp;acirc; &amp;atilde; &amp;auml; &amp;aring; &amp;aelig; &amp;ccedil;
&amp;egrave; &amp;eacute; &amp;ecirc; &amp;euml; &amp;igrave; &amp;iacute;
&amp;icirc; &amp;iuml; &amp;ntilde; &amp;ograve; &amp;oacute; &amp;ocirc;
&amp;oelig; &amp;otilde; &amp;ouml; &amp;oslash; &amp;ugrave; &amp;uacute;
&amp;ucirc; &amp;uuml; &amp;yuml;
</nowiki></pre>
|}

====Punctuation====

{| class="wikitable"
! What it looks like
! What you type
|-
|
¿ ¡ § ¶<br/>
† ‡ • &ndash; &mdash;<br/>
‹ › « »<br/>
‘ ’ “ ”
|
<pre><nowiki>
&amp;iquest; &amp;iexcl; &amp;sect; &amp;para;
&amp;dagger; &amp;Dagger; &amp;bull; &amp;ndash; &amp;mdash;
&amp;lsaquo; &amp;rsaquo; &amp;laquo; &amp;raquo;
&amp;lsquo; &amp;rsquo; &amp;ldquo; &amp;rdquo;
</nowiki></pre>
|}

====Commercial symbols====
{| class="wikitable"
! What it looks like
! What you type
|-
|
™ © ® ¢ € ¥<br/>
£ ¤
|
<pre><nowiki>
&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen;
&amp;pound; &amp;curren;
</nowiki></pre>
|}

====Subscripts and superscripts====
*The [[Wikipedia:Manual of Style (mathematics)#Superscripts and subscripts|Manual of Style]] prefers the <nowiki>x<sub>1</sub></nowiki> format.
*The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users' machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Subscripts''
|
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or
<br/>
x₀ x₁ x₂ x₃ x₄
<br/>
x₅ x₆ x₇ x₈ x₉
|
<pre><nowiki>
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or
x&amp;#8320; x&amp;#8321; x&amp;#8322; x&amp;#8323; x&amp;#8324;
x&amp;#8325; x&amp;#8326; x&amp;#8327; x&amp;#8328; x&amp;#8329;
</nowiki></pre>
|-
|
''Superscripts''
|
x<sup>1</sup> x<sup >2</sup > x<sup >3</sup > or
<br/>
x⁰ x¹ x² x³ x⁴
<br/>
x⁵ x⁶ x⁷ x⁸ x⁹
|
<pre><nowiki>
x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or
x&amp;#8304; x&amp;sup1; x&amp;sup2; x&amp;sup3; x&amp;#8308;
x&amp;#8309; x&amp;#8310; x&amp;#8311; x&amp;#8312; x&amp;#8313;
</nowiki></pre>
|-
|
''Combined''
|
ε<sub>0</sub> = 8.85 &times; 10<sup>&minus;12</sup> C² / J m.
<br/>
1 [[hectare]] = [[1 E4 m&sup2;]]
|
<pre><nowiki>
&amp;epsilon;<sub>0</sub> = 8.85 &amp;times;
10<sup>&amp;minus;12</sup> C&amp;sup2; / J m.

1 [[hectare]] = [[1 E4 m&amp;sup2;]]
</nowiki></pre>
|}

====Greek characters====
{| class="wikitable"
! What it looks like
! What you type
|-
|
α β γ δ ε ζ<br/>
η θ ι κ λ μ ν<br/>
ξ ο π ρ σ ς<br/>
τ υ φ χ ψ ω<br/>
Γ Δ Θ Λ Ξ Π<br/>
Σ Φ Ψ Ω
|
<pre><nowiki>
&amp;alpha; &amp;beta; &amp;gamma; &amp;delta; &amp;epsilon; &amp;zeta;
&amp;eta; &amp;theta; &amp;iota; &amp;kappa; &amp;lambda; &amp;mu; &amp;nu;
&amp;xi; &amp;omicron; &amp;pi; &amp;rho; &amp;sigma; &amp;sigmaf;
&amp;tau; &amp;upsilon; &amp;phi; &amp;chi; &amp;psi; &amp;omega;
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
</nowiki></pre>
|}

====Mathematical characters====
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].

{| class="wikitable"
! What it looks like
! What you type
|-
|
∫ ∑ ∏ √ &minus; ± ∞<br/>
≈ ∝ ≡ ≠ ≤ ≥<br/>
&times; · ÷ ∂ &prime; &Prime;<br/>
∇ ‰ ° ∴ ℵ ø<br/>
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br/>
¬ ∧ ∨ ∃ ∀<br/>
⇒ ⇐ ⇓ ⇑ ⇔<br/>
→ ↓ ↑ ← ↔<br/>
|
<pre><nowiki>
&amp;int; &amp;sum; &amp;prod; &amp;radic; &amp;minus; &amp;plusmn; &amp;infin;
&amp;asymp; &amp;prop; &amp;equiv; &amp;ne; &amp;le; &amp;ge;
&amp;times; &amp;middot; &amp;divide; &amp;part; &amp;prime; &amp;Prime;
&amp;nabla; &amp;permil; &amp;deg; &amp;there4; &amp;alefsym; &amp;oslash;
&amp;isin; &amp;notin; &amp;cap; &amp;cup; &amp;sub; &amp;sup; &amp;sube; &amp;supe;
&amp;not; &amp;and; &amp;or; &amp;exist; &amp;forall;
&amp;rArr; &amp;lArr; &amp;dArr; &amp;uArr; &amp;hArr;
&amp;rarr; &amp;darr; &amp;uarr; &amp;larr; &amp;harr;
</nowiki></pre>
|}

====Mathematical formulae====
* Complex formulae should use <code>&lt;math&gt;</code> [[Help:Displaying a formula|markup]].
* Simple formulae may use either <code>&lt;math&gt;</code> markup or HTML/wiki markup using the <code >{{tl|math}}</code > template with <code>&lt;i&gt;</code> and <code>&lt;b&gt;</code> or <code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code> for formatting. Make sure to replace <code>=</code> with <code>{{tl|{{=}}}}</code>.
* Ordinary text should use [[#emph|wiki markup for emphasis]]. However, mathematical formulae often use italics, and sometimes use bold, for reasons unrelated to emphasis. Per [[Wikipedia:Manual of Style (mathematics)#Using HTML|Wikipedia:Manual of Style (mathematics)]], wiki markup (<code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code>) is preferred over HTML markup (<code>&lt;i&gt;</code> and <code>&lt;b&gt;</code>), but both are allowed.

{| class="wikitable"
! What it looks like
! What you type
|-
|
<math>\,\! \sin x + \ln y</math><br>
{{math|sin ''x'' + ln ''y''}}

<math>\mathbf{x} = \mathbf{0}</math><br>
{{math|<b>x</b> {{=}} <b>0</b>}}
|
<pre><nowiki>
<math>\,\! \sin x + \ln y</math><br>
{{math|sin ''x'' + ln ''y''}}

<math>\mathbf{x} = \mathbf{0}</math><br>
{{math|<b>x</b> {{=}} <b>0</b>}}
</nowiki></pre>
|}

====Spacing in simple math formulae====
* Using '''<code>&amp;nbsp;</code>''' to prevent linebreak is not needed; the <code>{{tl|math}}</code> template will prevent line breaks anyway; you can use <code>&lt;br></code> if you need an explicit line break inside a formula.

{| class="wikitable"
! What it looks like
! What you type
|-
|
Obviously, {{math|''x''<sup>2</sup> ≥ 0}} is true when {{math|''x''}} is a real number.
|
<pre><nowiki>
Obviously, {{math|''x''<sup>2</sup> ≥ 0}} is true when {{math|<VAR >x</VAR >}} is a real number.
</nowiki></pre>
|}

====Complicated formulae====
* See [[Help:Displaying a formula]] for how to use <tt>&lt;math></tt>.
* A formula displayed on a line by itself should probably be indented by using the colon (:) character.

{| class="wikitable"
! What it looks like
! What you type
|-
|
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
|
<pre><nowiki>
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
</nowiki></pre>
|}

==Links and URLs==
===Free links===
In [[Wikipedia]] and some other [[Wiki]]s, '''free links''' are used in [[Wikitext]] markup to produce [[internal link]]s between pages, as opposed to the concept of [[CamelCase]] for the same purpose, which was used in the early days of Wikipedia, see [[Wikipedia:CamelCase and Wikipedia|CamelCase and Wikipedia]].

In [[Wikipedia:How to edit a page#Wiki markup|Wikipedia's markup language]], you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, <code><nowiki>[[Texas]]</nowiki></code> will be rendered as [[Texas]]. Optionally, you can use a [[vertical bar]] (|) to customize the link title. For example, typing <code><nowiki>[[Texas|Lone Star state]]</nowiki></code> will produce [[Texas|Lone Star state]], a link that is displayed as "<u>Lone Star state</u>" but in fact links to [[Texas]].

====Link to another Wiki article====
* Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
* Thus the link below is to the [[Uniform Resource Locator|URL]] en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also [[Help:Link#Conversion to canonical form|Canonicalization]].
*[[Intentionally permanent red link|A red link]] is a page that doesn't exist yet, they can be created by clicking on the link.
*A [[Help:Self link|link to its own page]] will appear only as bold text.



{| class="wikitable"
! What it looks like
! What you type
|-
|
London has [[public transport]].
|
<code><nowiki>London has [[public transport]].</nowiki></code>
|}

====Renamed link====
* Same target, different name.
* The target ("piped") text must be placed '''first''', then the text to be displayed '''second'''.

{| class="wikitable"
! What it looks like
! What you type
|-
|
New York also has [[public transport|public transportation]].
|
<code><nowiki>New York also has [[public transport|public transportation]].</nowiki></code>
|}

====Automatically rename links====

* Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When [[Help:Show preview|previewing]] your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to [[#link-to-section|links to sections within the same page]].
* See [[Help:Pipe trick|Pipe trick]] for details.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Automatically hide stuff in parentheses.''
|
[[kingdom (biology)|kingdom]]
|
<code><nowiki>[[kingdom (biology)|]].</nowiki></code>
|-
|
''Automatically hide namespace.''
|
[[Wikipedia:Village pump|Village pump]]
|
<code><nowiki>[[Wikipedia:Village pump|]].</nowiki></code>
|-
|
''Or both.''
|
[[Wikipedia:Manual of Style (headings)|Manual of Style]]
|
<code><nowiki>[[Wikipedia:Manual of Style (headings)|]]</nowiki></code>
|-
|
''This doesn't work for section links.''
|
[[Wikipedia:Manual of Style#Links|]]
|
<code><nowiki>[[Wikipedia:Manual of Style#Links|]]</nowiki></code>
|}

====Blend link====
* Endings are blended into the link.
**''Exception'': a trailing [[apostrophe]] (') and any characters following the apostrophe are ''not'' blended.
* Preferred style is to use this instead of a piped link, if possible.
* Blending can be suppressed by using <nowiki><nowiki></nowiki></nowiki> tags, which may be desirable in some instances.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Blending active.''
|
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.
|
<code><nowiki>San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.</nowiki></code>
|-
|
''Blending suppressed.''
|
A [[micro-]]<nowiki>second</nowiki>.
|
<code><nowiki>A [[micro-]]<nowiki>second</nowiki></nowiki></code>
|}

====Link to a section of a page====
* The part after the number sign (#) must match a [[Section_editing#Creation_and_numbering_of_sections|section heading]] on the page. Matches must be exact in terms of spelling, case, and punctuation. Links to non-existent sections are not broken; they are treated as links to the top of the page.
* Include "| link title" to create a stylish (piped) link title.
*If sections have the same title, add a number to link to any but the first. [[#Example section 3]] goes to the third section named "Example section". You can use the pipe and retype the section title to display the text without the # symbol.

{| class="wikitable"
! What it looks like
! What you type
|-
|
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.
|
<code><nowiki>[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.</nowiki></code>
|-
|
[[#Links and URLs]] is a link to another section on the current page. [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.
|
<code><nowiki>[[#Links and URLs]] is a link to another section on the current page. [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.</nowiki></code>
|-
|
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.
|
<code><nowiki>[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.</nowiki></code>
|}

====Create page link====
* To create a new page:
*# Create a link to it on some other (related) page.
*# Save that page.
*# Click on the link you just made. The new page will open for editing.
* For more information, see [[Wikipedia:Starting an article|starting an article]] and check out Wikipedia's [[Wikipedia:Naming conventions|naming conventions]].
* Please do not create a new article without linking to it from at least one other article.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Links to pages that don’t exist yet look red.''
|
[[Wikipedia:Community portal/Opentask/Requested articles]]
|
<code><nowiki>[[Wikipedia:Community portal/Opentask/Requested articles]]</nowiki></code>
|}

===Redirects===
* [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the ''first'' line of the article (such as at a page titled "[[USA]]").
* It is possible to redirect to a section. For example, a redirect to [[United States#History]] will redirect to the History section of the [[United States]] page, if it exists.

{| class="wikitable"
! Description
! What you type
|-
|
''Redirect to an article.''
|
<code><nowiki>#REDIRECT [[United States]] </nowiki></code>
|-
|
''Redirect to a section.''
|
<code><nowiki>#REDIRECT [[United States#History]]</nowiki></code>
|}

===Link to another [[Help:namespace|namespace]]===
{| class="wikitable"
! What it looks like
! What you type
|-
|
See the [[Wikipedia:Manual of Style]].
|
<code><nowiki>See the [[Wikipedia:Manual of Style]].</nowiki></code>
|}

===Link to the same article in another language (interlanguage links)===
* To link to a page on the same subject in another language, use the form: <nowiki>[[language code:Title]]</nowiki>.
* It is recommended interlanguage links be placed at the very end of the article.
* Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section "languages".
* Please see [[Help:Interlanguage links|Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|Complete list of language wikis available]].
'''NOTE:''' To create an '''''inline link''''' (a clickable link within the text), see [[Help:Interlanguage links#Inline interlanguage links|Inline interlanguage links]].

{| class="wikitable"
! Description
! What you type
|-
|
''Link to the German version of "[[Plankton]]".''<br/>
''"de" is the language-code for ''"Deutsch"'' (the [[German language]]).''
|
<code><nowiki>[[de:Plankton]]</nowiki></code><br/>
|-
|
''Other examples.''
|
<code><nowiki>
[[de:Plankton]]
[[es:Plancton]]
[[ru:Планктон]]
[[simple:Plankton]]
</nowiki></code>
|}

===[[InterWiki]] link===
* Link to any page on other Wikimedia wikis.
* Note that interwiki links use the ''internal'' link style.
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#link-external|see above]])
* See also [[Wikipedia:Wikimedia sister projects|Wikimedia sister projects]].

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
| colspan="3"|
Linking to a page on another wiki in English.<br/>
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello
|-
|
''Simple link.''

''Without prefix.''

''Named link.''
|
[[Wiktionary:Hello]]

[[Wiktionary:Hello|Hello]]

[[Wiktionary:Hello|Wiktionary definition of 'Hello']]
|
<code><nowiki>[[Wiktionary:Hello]]</nowiki></code>

<code><nowiki>[[Wiktionary:Hello|]]</nowiki></code>

<code><nowiki>[[Wiktionary:Hello|Wiktionary definition of 'Hello']] </nowiki></code>
|-
| colspan="3"|
Linking to a page on another wiki in another language.<br/>
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour
|-
|
''Simple link.''

''Without prefix.''

''Named link.''
|
[[Wiktionary:fr:bonjour]]

[[Wiktionary:fr:bonjour|fr:bonjour]]

[[Wiktionary:fr:bonjour|bonjour]]
|
<code><nowiki>[[Wiktionary:fr:bonjour]]</nowiki></code>

<code><nowiki>[[Wiktionary:fr:bonjour|]]</nowiki></code>

<code><nowiki>[[Wiktionary:fr:bonjour|bonjour]]</nowiki></code>
|}

===Categories===
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.
* To link to a category page without putting the article into the category, use a colon prefix (":Category") in the link.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Categorize an article.''
|
|
<code><nowiki>[[Category:Character sets]]</nowiki></code>
|-
|
''Link to a category.''
|
[[:Category:Character sets]].
|
<code><nowiki>[[:Category:Character sets]]</nowiki></code>
|}

===External links===
* Square brackets indicate an external link. Note the use of a ''space'' (not a pipe) to separate the URL from the link text in the "named" link. Square brackets may be used as normal when not linking to anything - [like this].
* In the [[Uniform Resource Locator|URL]], all symbols must be among:<br/>'''A-Z a-z 0-9 . _ \ / ~ % - + & # ? ! = ( ) @'''
* If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as '''%5E''', and square brackets as '''%5B''' and '''%5D'''.
* If the "named" version contains a closing square bracket "]", then you must use the [[HTML]] special character syntax, i.e. '''&amp;#93;''' otherwise the [[MediaWiki]] software will prematurely interpret this as the end of the external link.
* See [[Wikipedia:External links|External links]] for style issues.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Named link.''
|
[http://www.wikipedia.org/ Wikipedia]
|
<code><nowiki>[http://www.wikipedia.org Wikipedia]</nowiki></code>
|-
|
''Unnamed link''<br/>
''(only used within article body for footnotes).''
|
[http://www.wikipedia.org/]
|
<code><nowiki>[http://www.wikipedia.org/]</nowiki></code>
|-
|
''Bare URL''<br/>
''(bad style).''
|
http://www.wikipedia.org/
|
<code><nowiki>http://www.wikipedia.org/</nowiki></code>
|-
|
''Image markup only.''
|
<span class="plainlinks"> [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span>
|
<code><nowiki><span class="plainlinks">[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span></nowiki></code>
|}

===Miscellaneous===

===="As of" tag====
* "[[Wikipedia:As of|As of]]" tags like "As of April 2009" and "as of April 2009" categorize info that will need updating.

{| class="wikitable"
! What it looks like
! What you type
|-
|
{{As of|2009|4|df=us}}
|
<code><nowiki>{{As of|2009|4|df=us}}</nowiki></code>
|-
|
{{As of|2009|4|df=us|lc=on}}
|
<code><nowiki>{{As of|2009|4|df=us|lc=on}}</nowiki></code>
|}

====Media link====
*To include links to non image uploads such as sounds, use a "media" link. For images, [[#Images|see next section]].
*Some uploaded sounds are listed at [[Commons:Sound]].

{| class="wikitable"
! What it looks like
! What you type
|-
|
[[media:Classical guitar scale.ogg|Sound]]
|
<code><nowiki>[[media:Classical guitar scale.ogg|Sound]]</nowiki></code>
|}

====Links directly into edit mode====
{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Full URL.''
|
{{fullurl:Help:Wiki markup|action=edit}}
|
<code><nowiki>{{fullurl:Help:Wiki markup|action=edit}}</nowiki></code>
|-
|
''"Edit" label.''
|
{{edit}}
|
[[template:edit|<code><nowiki>{{edit}}</nowiki></code>]]
|}

====Automatic links====
=====Book sources=====
* Link to books using their [[Wikipedia:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended. ISBN links do not need any extra markup, provided you use one of the indicated formats.
* To create a link to [[Special:BookSources|Book Sources]] using alternate text (e.g. the book's title), use the internal link style with the appropriate namespace.

{| class="wikitable"
! What it looks like
! What you type
|-
|
ISBN 012345678X
|
<code><nowiki>ISBN 012345678X</nowiki></code>
|-
|
ISBN 0-12-345678-X
|
<code><nowiki>ISBN 0-12-345678-X</nowiki></code>
|-
|
Link to a book using [[Special:BookSources/0670037818|alternate text, such as its title]].
|
<code><nowiki>[[Special:BookSources/0670037818|alternate text, such as its title]]</nowiki></code>
|}

=====RFC number=====
* Link to [[Internet Engineering Task Force]] [[Request for Comments|Request for Comments (RFCs)]].

{| class="wikitable"
! What it looks like
! What you type
|-
|
Text mentioning an RFC number anywhere, e.g. RFC 4321.
|
<code><nowiki>Text mentioning an RFC number anywhere, e.g. RFC 4321.</nowiki></code>
|}

==Images==
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].

{| class="wikitable"
|-
! What it looks like
! What you type
|- valign="top"
|A picture:
[[File:wiki.png]]
|<pre>A picture:
<nowiki>[[File:wiki.png]]</nowiki></pre>

|- valign="top"
|With alternative text:
[[File:wiki.png|alt=Puzzle globe logo]]
|<pre>With alternative text:
<nowiki>[[File:wiki.png|alt=Puzzle globe logo]]</nowiki></pre>
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is '''strongly''' encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.

|- valign="top"
|Floating to the right side of the page using the ''frame'' attribute and a caption:
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]<br clear=all>
|<pre>Floating to the right side of the page
using the ''frame'' attribute and a caption:
<nowiki>[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]</nowiki></pre>
* The frame tag automatically floats the image right.
* The last parameter is the caption that appears below the image.

|- valign="top"
|Floating to the right side of the page using the ''thumb'' attribute and a caption:
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]<br clear=all>
|<pre>Floating to the right side of the page
using the ''thumb'' attribute and a caption:
<nowiki>[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]</nowiki></pre>
* The thumb tag automatically floats the image right.
* An enlarge icon is placed in the lower right corner.

|- valign="top"
|Floating to the right side of the page ''without'' a caption:
[[File:wiki.png|right|Wikipedia Encyclopedia]]
|<pre>Floating to the right side of the page
''without'' a caption:
<nowiki>[[File:wiki.png|right|Wikipedia Encyclopedia]]</nowiki></pre>
* The [[WP:PIC|picture tutorial]] explains more options.

|- valign="top"
|A picture resized to 30 pixels...
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]
|<pre>A picture resized to 30 pixels...
<nowiki>[[File:wiki.png|30 px|Wikipedia Encyclopedia]]</nowiki></pre>
* The [[WP:PIC|picture tutorial]] explains more options.

|- valign="top"
|Linking directly to the description page of an image:
[[:File:wiki.png]]
|<pre>Linking directly to the description page
of an image:
<nowiki>[[:File:wiki.png]]</nowiki></pre>
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.

|- valign="top"
|Linking directly to an image without displaying it:
[[Media:wiki.png|Image of the jigsaw globe logo]]
|<pre>Linking directly to an image
without displaying it:
<nowiki>[[Media:wiki.png|Image of the jigsaw globe logo]]</nowiki></pre>
* To include links to images shown as links instead of drawn on the page, use a "media" link.

|- valign="top"
|Using the [[Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):
|<pre><nowiki>Example:
<div style="display:inline;
width:220px; float:right;">
Place images here </div></nowiki></pre>

|- valign="top"
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers):
|<pre><nowiki>Example: {| align=right
|-
|
Place images here
|}
</nowiki></pre>
|}

See the Wikipedia's [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia.

For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]].

==Tables==
There are two ways to build tables:
*in special Wiki-markup (see [[Help:Table|Table]])
*Using HTML elements: &lt;table&gt;, &lt;tr&gt;, &lt;td&gt; or &lt;th&gt;.

For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].

==Templates and transcluding pages==
{{main|Wikipedia:Transclusion}}
{{see also|Help:Template#Noinclude, includeonly, and onlyinclude}}

'''[[Help:Template|Templates]]''' are segments of Wiki markup that are meant to be copied automatically ("transcluded") into a page.
You add them by putting the template's name in <nowiki>{{double braces}}</nowiki>. It is also possible to transclude other pages by using <nowiki>{{:colon and double braces}}</nowiki>.

There are three pairs of [[html element|tags]] that can be used in [[wikitext]] to control how transclusion affects parts of a template or article.
They determine whether or not wikitext renders, either in its own article, which we will call "'''here'''", or in another article where it is transcluded, which we will call "'''there'''".
*'''<nowiki><noinclude></nowiki>: ''' the content '''will not be rendered ''there'''''. These tags have no effect ''here''.
*'''<nowiki><includeonly></nowiki>: ''' the content '''will render only ''there''''', and '''will not render ''here''''' (like [[invisible ink]] made visible by means of transclusion).
*'''<nowiki><onlyinclude></nowiki>: '''the content '''will render ''here''''' and '''will render ''there''''', but it will only render ''there'' what is between these tags.
There can be several such section "[[HTML#Elements|elements]]". Also, they can be nested. All possible renderings are achievable. For example, to render ''there'' one or more sections of the page ''here'' use '''<nowiki><onlyinclude></nowiki>''' tags. To append text ''there'', wrap the addition in '''<nowiki><includeonly></nowiki>''' tags above, within, or below the section. To omit portions of the section, nest '''<nowiki><noinclude></nowiki>''' tags within it.

If a page is transcluded without transclusion markup,
it may cause an unintentional [[Help:Category#Putting_pages_in_categories|categorization]].
Any page transcluding it will contain the same category as the original page.
Wrap the category markup with '''<nowiki><noinclude></nowiki>''' tags to prevent incorrect categorization.

Some templates take ''parameters'', as well, which you separate with the pipe character.

{| class="wikitable"
!width="1000"|What it looks like
!width="500"|What you type
|-
|
{{Transclusion demo}}
|<pre>
{{Transclusion demo}}
</pre>
|-
|
{{Help:Transclusion Demo}}
|<pre>
{{Help:Transclusion Demo}}
</pre>
|-
|

This template takes two parameters, and
creates underlined text with a hover box
for many modern browsers supporting CSS:

{{H:title|This is the hover text|
Hover your mouse over this text}}

Go to this page to see the H:title template
itself: {{tl|H:title}}

|<pre>
This template takes two parameters, and
creates underlined text with a hover box
for many modern browsers supporting CSS:

{{H:title|This is the hover text|
Hover your mouse over this text}}

Go to this page to see the H:title template
itself: {{tl|H:title}}
</pre>
|}

==Talk and project pages==
===Signing comments===
* The character '''tilde''' (~) is used when adding a comment to a Talk page.
* Your username provides a link to your [[Wikipedia:user page|user page]].

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.''
|
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|
<code><nowiki>~~~~</nowiki></code>
|-
|
''Adding three tildes will add just your user name.''
|
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])
|
<code><nowiki>~~~</nowiki></code>
|-
|
''Adding five tildes gives the date/time alone.''
|
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|
<code><nowiki>~~~~~</nowiki></code>
|}

===What links here and Related changes===
{| class="wikitable"
! What it looks like
! What you type
|-
|
[[Special:WhatLinksHere/Help:Wiki markup]]
|
<tt><nowiki>[[Special:WhatLinksHere/Help:Wiki markup]]</nowiki></tt>
|-
|
[[Special:RecentChangesLinked/Help:Wiki markup]]
|
<tt><nowiki>[[Special:RecentChangesLinked/Help:Wiki markup]]</nowiki></tt>
|}

===Linking to old revisions of pages, diffs, and specific history pages===
* External link function is used for these.
* Open an old revision or diff and copy the url from the address bar, pasting it where you want it.

{| class="wikitable"
! What it looks like
! What you type
|-
|
[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]
|
<code><nowiki>[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&diff=330350877&oldid=330349143 previous edit]</nowiki></code>
|}

===User edits===
* Link to a user's '''Contributions''' page.

{| class="wikitable"
! Description
! What it looks like
! What you type
|-
|
''Username (registered users).''
|
[[Special:Contributions/UserName]]
|
<code><nowiki>[[Special:Contributions/UserName]]</nowiki></code>
|-
|
''IP address (unregistered users).''
|
[[Special:Contributions/192.0.2.0]]
|
<code><nowiki>[[Special:Contributions/192.0.2.0]]</nowiki></code>
|}

===Show deleted or inserted text===
* When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
* For striking out material, the <nowiki><s></s></nowiki> markup is an alternative to <nowiki><del></del></nowiki>.

{| class="wikitable"
! What it looks like
! What you type
|-
|
You can <del>strike out deleted material</del> and <ins>underline new material</ins>. {{du|Double underlining}} is also possible.
|
<code><nowiki>
You can <del>strike out deleted material</del> and <ins>underline new material</ins>. {{du|Double underlining}} is also possible.
</nowiki></code>
|}

==Limiting formatting/escaping wiki markup==

A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!

{| class="wikitable"
|-
!What it looks like
!What you type
|-
|'''&lt;nowiki&gt; tag:'''<br/>
<nowiki>
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines and multiple spaces.
It still interprets special characters: &rarr;
</nowiki>
|<pre><nowiki>
&lt;nowiki&gt;
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines
and multiple spaces.
It still interprets special
characters: &amp;rarr;
&lt;/nowiki&gt;
</nowiki></pre>
|-
|'''&lt;pre&gt; tag:'''</br>
<pre>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't reformat text.
It still interprets special characters: &rarr;
</pre>
|<pre>&lt;pre&gt;<nowiki>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't reformat text.
It still interprets special characters:
&amp;rarr;
</nowiki>&lt;/pre&gt;</pre>
|-
|'''[text without a URL]:'''</br>
Single square brackets containing
[text without a URL] are preserved,
but single square brackets containing
a URL first are treated as external
[http://en.wikipedia.org/wiki/Hyperlink links]
|<pre><nowiki>
Single square brackets containing
[text without a URL] are preserved,
but single square brackets containing
a URL first are treated as external
[http://en.wikipedia.org/wiki/Hyperlink links]
</nowiki></pre>
|-
|'''Leading space:'''<br/>
Leading spaces are another way
to preserve formatting.


Putting a space at the beginning of each line
stops the text from being reformatted.
It still interprets [[Wiki]] ''markup'' and
special characters: →
|<pre><nowiki>
Leading spaces are another way
to preserve formatting.
Putting a space at the beginning of each line
stops the text from being reformatted.
It still interprets [[Wiki]] ''markup'' and
special characters: &amp;rarr;
</nowiki></pre>
|}

==Invisible text (comments)==
{{see also|Help:Hidden text}}
It's uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. <!-- This is an example of text that won't normally be visible except in "edit" mode. --> The format is to surround the hidden text with '&lt;!--' and '--&gt;' and may cover several lines, e.g.:
<nowiki><!-- An example of hidden comments
This won't be visible except in "edit" mode. --></nowiki>

==Variables==
{{seealso| Help:Magic_words#Variables}}
{{namespaces}}
{| style="text-align:center"
|-
! Code
! Effect
|-
| <nowiki>{{CURRENTWEEK}}</nowiki> || {{CURRENTWEEK}}
|-
| <nowiki>{{CURRENTDOW}}</nowiki> || {{CURRENTDOW}}
|-
| <nowiki>{{CURRENTMONTH}}</nowiki> || {{CURRENTMONTH}}
|-
| <nowiki>{{CURRENTMONTHNAME}}</nowiki>
| {{CURRENTMONTHNAME}}
|-
| <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>
| {{CURRENTMONTHNAMEGEN}}
|-
| <nowiki>{{CURRENTDAY}}</nowiki> || {{CURRENTDAY}}
|-
| <nowiki>{{CURRENTDAYNAME}}</nowiki> || {{CURRENTDAYNAME}}
|-
| <nowiki>{{CURRENTYEAR}}</nowiki> || {{CURRENTYEAR}}
|-
| <nowiki>{{CURRENTTIME}}</nowiki> || {{CURRENTTIME}}
|-
| <nowiki>{{NUMBEROFARTICLES}}</nowiki>
| {{NUMBEROFARTICLES}}
|-
| <nowiki>{{NUMBEROFPAGES}}</nowiki>
| {{NUMBEROFPAGES}}
|-
| <nowiki>{{NUMBEROFUSERS}}</nowiki>
| {{NUMBEROFUSERS}}
|-
| <nowiki>{{PAGENAME}}</nowiki> || {{PAGENAME}}
|-
| <nowiki>{{NAMESPACE}}</nowiki> || {{NAMESPACE}}
|-
| <nowiki>{{REVISIONID}}</nowiki> || {{REVISIONID}}
|-
| <nowiki>{{REVISIONUSER}}</nowiki> || {{REVISIONUSER}}
|-
| <nowiki>{{localurl:pagename}}</nowiki>
| {{localurl:pagename}}
|-
| <nowiki>{{localurl:</nowiki>''Wikipedia:Sandbox''<nowiki>|action=edit}}</nowiki>
| {{localurl:Wikipedia:Sandbox|action=edit}}
|-
| <nowiki>{{fullurl:pagename}}</nowiki>
| {{fullurl:pagename}}
|-
| <nowiki>{{fullurl:pagename|</nowiki>''query_string''<nowiki>}}</nowiki>
| {{fullurl:pagename|query_string}}
|-
| <nowiki>{{SERVER}}</nowiki> || {{SERVER}}
|-
| <nowiki>{{ns:</nowiki>''index''<nowiki>}} e.g. '{{ns:1}}' </nowiki> || fullname of namespace e.g '{{ns:1}}'
|-
| <nowiki>{{SITENAME}}</nowiki> || {{SITENAME}}
|}

'''NUMBEROFARTICLES''' is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.

'''CURRENTMONTHNAMEGEN''' is the genitive (possessive) grammatical form of the month name, as used in some languages; '''CURRENTMONTHNAME''' is the nominative (subject) form, as usually seen in English.

In languages where it makes a difference, you can use constructs like <nowiki>{{grammar:case|word}}</nowiki> to convert a word from the nominative case to some other case. For example, <nowiki>{{grammar:genitive|{{CURRENTMONTHNAME}}}}</nowiki> means the same as <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>. <!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? -->

==HTML==
{{main|HTML in wikitext}}
Many [[HTML]] tags can be used in Wiki markup. You can check your HTML by using [[Help:Markup validation|markup validation]].

[[Category:Wikipedia how-to]]
[[Category:Wikipedia editor help]]
[[Category:Wikipedia text help]]


==Background==
[[es:Ayuda:Edición]]
In the old days, Ethiopian kings used to have "achawachoch" in the palace for entertainment. "Achawachoch" is a term in Amharic (Ethiopian working language) referring to entertainers. Similarly, superior governors of regions had "achawachoch" mainly focused on "azmariwoch" (traditional Ethiopian musicians). With the emergence of globalization, this entertainment culture grew to serve regular people out of the royal family. In 1935 [[Hager Fikir Theatre]] was founded in order to train entertainers professionally. This in turn paved the way for the entertainment industry to flourish beyond everyone's expectation. Then came the Ethiopian National Television making entertainment widely accessible for citizens living everywhere in the country.
[[ru:Википедия:Викификация]]
===Movie Industry===
Ethiopian movie industry had a long history going hand in hand with the [[Hager_fikir_theatre]]. Actors and actresses from the theater produced a significant number of short dramas and TV series shows moving that remarkably shifted the entertainment industry one step forward. Even though there was a great talent within each actor and actress, without accompanyment of the latest technology production of competitive movies was almost impossible. Thus, "Kezkaza welafen" and "gudifecha" were shot with a brand new latest technology camera that totally revolutionized the movie industry.
====Copy right Laws====
Copy right laws were formulated in Ethiopia though lack of enforcement had caused movie makers to change professions for good. It's obvious that a diminished reward movie owners receive had discouraged talented people from taking part in the continuous growth. Taking this problem into consideration, a group of professionals had formed a an organization to market Ethiopian movies and pay back movie owners for their hard work and dedication.
[[Image:Ethiocinema_logo.JPG/thumb|left|alt=A cartoon centipede reads books and types on a laptop.|The Wikipede edits ''[[Myriapoda]]''.]]

Revision as of 08:30, 5 September 2010

Ethiocinema is an organization that stands for the development of Ethiopian cinema. Ethiopian cinema has passed through many stages before reaching to the present state. Generations of cinematographers have worked hard in order to promote and produce cultural movies that reflect the sociological progress throughout years. As a new generation responsible for keeping the movie culture alive, EthioCinema finds a medium for movie owners to be rewarded, which in turn invites more investors to take part in the industry. The organization aims to make Ethiopian movie industry competitive by providing a better opportunity for movie directors and distributors to market their movies, while taking the pockets of customers into account. Cinema in Ethiopia has not been the most common way of entertainment for a long time. However, since the release of the two significant movies, ‘Kezjaza welafen’ and Gudifecha, Ethiopians are more interested once again in order to revive the industry. Even though the weak copyright law of the country has been a major discouraging factor for movie producers, the recent update to the law and its execution has relatively increased everyone's confidence to strengthen the effort. It is EthioCinema’s belief that the key to completely solve this problem in addition to copy right laws is creating a culture of buying the movies as supposed to sharing them for free.

It is evident that expenses associated with the production and distribution of DVDs have added the burden on viewers to pay more than the deserving amount. It's common to hear the saying "why would i pay too much for a movie that doesn't cost that much to make it." Thus, Ethiocinema strongly believes that illuminating material costs can greatly reduce the price of the movie production which in turn invites more viewers to pay and watch the movies instead of sharing it with friends.

The medium created by Ethiocinema to channel the movies is an online streaming movie rental system. Ethiocinema has an interest aligned with the latest technology of the 21st technology. It’s obvious that Ethiopians flee to other countries in search of a better opportunity. One thing that follows them is national pride and the deep rooted culture which makes them miss the country. evidently, movies are essential in strengthening the cultural ties of citizens with the country. Therefore, Ethiocinema channels the current sociological progress of the Ethiopian society through the movies for the Diaspora living abroad while developing the local movie industry.

Background

In the old days, Ethiopian kings used to have "achawachoch" in the palace for entertainment. "Achawachoch" is a term in Amharic (Ethiopian working language) referring to entertainers. Similarly, superior governors of regions had "achawachoch" mainly focused on "azmariwoch" (traditional Ethiopian musicians). With the emergence of globalization, this entertainment culture grew to serve regular people out of the royal family. In 1935 Hager Fikir Theatre was founded in order to train entertainers professionally. This in turn paved the way for the entertainment industry to flourish beyond everyone's expectation. Then came the Ethiopian National Television making entertainment widely accessible for citizens living everywhere in the country.

Movie Industry

Ethiopian movie industry had a long history going hand in hand with the Hager_fikir_theatre. Actors and actresses from the theater produced a significant number of short dramas and TV series shows moving that remarkably shifted the entertainment industry one step forward. Even though there was a great talent within each actor and actress, without accompanyment of the latest technology production of competitive movies was almost impossible. Thus, "Kezkaza welafen" and "gudifecha" were shot with a brand new latest technology camera that totally revolutionized the movie industry.

Copy right Laws

Copy right laws were formulated in Ethiopia though lack of enforcement had caused movie makers to change professions for good. It's obvious that a diminished reward movie owners receive had discouraged talented people from taking part in the continuous growth. Taking this problem into consideration, a group of professionals had formed a an organization to market Ethiopian movies and pay back movie owners for their hard work and dedication.

A cartoon centipede reads books and types on a laptop.
The Wikipede edits Myriapoda.