Difference between revisions of "Help:Editing"

From lensowiki
Jump to: navigation, search
(ADBNAtwIeN)
m (rvv)
 
Line 1: Line 1:
  http://www.exercicioebeleza.com/ tramadol 200 pills online 698 http://www.imrightyourwrong.com/acomplia.html acomplia sufuo http://www.laletraerotica.com/cialis.html discount cialis txwzg
+
{{H:h|editor toc}}
 +
This "Editing Overview" is intended to be a '''very brief and short introduction''' to wiki editing.
 +
Each of the topics covered here is covered somewhere else in more detail. Look at the right hand side of the table (the one with many clickable links).
 +
 
 +
You may want to keep '''[[Help:Wikitext examples]]''' or '''[[Help:Wikitext_reference]]''' open while editing when you need more advanced wikitext and editing skills. If you want view a full guide in one page, please go to '''[[Help:Editing all-in-one guide]]'''.
 +
 
 +
== Editing Basics ==
 +
<!--It is intended to be brief, or as an overview. Otherwise why we separate the materials into different pages? Thus it's best NOT to add new materials or expand here. Add more examples or expand in other areas like Wikitext examples. Thanks!-->
 +
"Edit this page" starts and restarts an edit.  Below the edit box,"Cancel" stops an edit. "Show changes" compares the current text with your text. "Edit summary" is where you tell the page history what you did. "Show preview" shows your text and lets you make corrections. Only "Save page" makes your edit the current text and puts a link to it on the page history.
 +
To experiment, go to "sandbox". See also: [[help:Talk page|talk pages]], [[w:MediaWiki|MediaWiki]], [[w:wikitext|wikitext]], [[Help:Edit summary|edit summary]], [[Wikipedia:Edit_summary_legend]], [[Help:Show preview|Show preview]], &  [[sandbox]].
 +
 
 +
== Basic formatting ==
 +
Wikipedia was the first <span class="plainlinks">[http://www.wikimedia.org/ Wikimedia]</span> project.
 +
[[Image:Cheatsheet-en.png|600px]]
 +
 
 +
== Most Frequent Wiki Markup Explained==
 +
<!--It is intended to be brief, or as an overview. Otherwise why we separate the materials into different pages? Thus it's best NOT to add new materials or expand here. Add more examples or expand in other areas like Wikitext examples. Thanks!-->
 +
This section is intended to introduce wiki markups to new comers. That's why we just pick up about 6 most frequently used wiki markups from Wikitext examples. It is not intended to be a comprehensive explanation of all wiki markups. Otherwise you should take a look at the following:
 +
*[[Help:Wikitext examples]]
 +
*[[Help:Wikitext_reference]]
 +
*[[Help:Reference card]] - a one-page summary of important commands, to be printed out and used next to the computer
 +
*[[Help:HTML in wikitext]]
 +
*[[w:HTML element|HTML elements]] - introduction to HTML
 +
 
 +
{| border="1" cellpadding="2"
 +
!width="1000" style="background:#FFFF99"|What it looks like
 +
!width="500" style="background:#FFFF99"|What you type
 +
|-
 +
|
 +
You can ''italicize text'' by putting 2
 +
apostrophes on each side
 +
|<pre>
 +
You can ''italicize text'' by putting 2
 +
apostrophes on each side.
 +
</pre>
 +
|-
 +
|
 +
3 apostrophes will bold '''the text'''.
 +
|<pre>
 +
3 apostrophes will bold '''the text'''.
 +
</pre>
 +
|-
 +
|
 +
5 apostrophes will bold and italicize
 +
'''''the text'''''.
 +
|<pre>
 +
5 apostrophes will bold and italicize
 +
'''''the text'''''.
 +
</pre>
 +
|-
 +
|
 +
(4 apostrophes don't do anything special
 +
 
 +
-- there's just ''''one left over''''.)
 +
|<pre>
 +
(4 apostrophes don't do anything special
 +
 
 +
-- there's just ''''one left over''''.)
 +
</pre>
 +
|-
 +
|
 +
You should "sign" your comments on talk
 +
 
 +
pages: <br>
 +
|<pre>
 +
You should "sign" your comments on talk
 +
 
 +
pages: <br>
 +
</pre>
 +
|-
 +
|
 +
Three tildes gives your user name:
 +
 
 +
User Name
 +
 
 +
|<pre>
 +
Three tildes gives your user name:
 +
 
 +
~~~<br>
 +
</pre>
 +
|-
 +
|
 +
Four tildes give your user name plus
 +
 
 +
date/time: User Name 
 +
 
 +
07:46, 27 November 2005 (UTC) <br>
 +
|<pre>
 +
Four tildes give your user name plus
 +
 
 +
date/time: ~~~~ <br>
 +
</pre>
 +
|-
 +
|
 +
Five tildes gives the date/time alone:
 +
 
 +
07:46, 27 November 2005 (UTC) <br>
 +
|<pre>
 +
Five tildes gives the date/time alone:  
 +
 
 +
~~~~~<br>
 +
</pre>
 +
|-
 +
|
 +
== Section headings ==
 +
 
 +
''Headings'' organize your writing into
 +
 
 +
sections.
 +
The Wiki software can automatically
 +
 
 +
generate
 +
a table of contents from them.
 +
|<pre>
 +
== Section headings ==
 +
 
 +
Start with 2 equals signs not 1
 +
because 1 creates H1 tags
 +
which should be reserved for page title.
 +
</pre>
 +
|-
 +
|
 +
=== Subsection ===
 +
 
 +
Using more equals signs creates a
 +
 
 +
subsection.
 +
|<pre>
 +
=== Subsection ===
 +
 
 +
Using more equals signs creates a
 +
 
 +
subsection.
 +
</pre>
 +
|-
 +
|
 +
==== A smaller subsection ====
 +
 
 +
Don't skip levels,
 +
like from two to four equals signs.
 +
|<pre>
 +
==== A smaller subsection ====
 +
 
 +
Don't skip levels,
 +
like from two to four equals signs.
 +
</pre>
 +
|-
 +
|
 +
* ''Unordered [[Help:List|list]]s''
 +
* Start every line with a star.
 +
|<pre>
 +
* ''Unordered [[Help:List|list]]s''
 +
* Start every line with a star.
 +
</pre>
 +
|-
 +
|
 +
#''Numbered lists''
 +
#use number sign
 +
|<pre>
 +
#''Numbered lists''
 +
#use number sign
 +
</pre>
 +
|-
 +
|
 +
Link to a page named [[Official position]].
 +
You can even say [[official position]]s
 +
|<pre>
 +
Link to a page named [[Official position]].
 +
You can even say [[official position]]s
 +
</pre>
 +
|-
 +
|
 +
[[The weather in Moscow]] is a page
 +
 
 +
that doesn't exist
 +
yet. You could create it by clicking
 +
 
 +
on the link.
 +
|<pre>
 +
[[The weather in Moscow]] is a page
 +
that doesn't exist
 +
yet. You could create it by clicking
 +
 
 +
on the link.
 +
</pre>
 +
|-
 +
|
 +
You can link to a page's section by its title:
 +
*[[List of cities by country#Morocco]].
 +
|<pre>
 +
You can link to a page's section by its title:
 +
*[[List of cities by country#Morocco]].
 +
</pre>
 +
|-
 +
|
 +
If multiple sections have the same title, add
 +
a number. [[#Example section 3]] goes to the
 +
third section named "Example section".
 +
|<pre>
 +
If multiple sections have the same title, add
 +
a number. [[#Example section 3]] goes to the
 +
third section named "Example section".
 +
</pre>
 +
|-
 +
|}
 +
 
 +
==Further Reading==
 +
<!--More relevant links are welcome-->
 +
 
 +
===About Editing===
 +
*[[Help:Editing FAQ]]
 +
*[[Help:Editing toolbar]]
 +
*[[Help:Editing tips and tricks]]
 +
*[[Help:Minor_edit]]
 +
 
 +
===About Wiki Markups and Codes===
 +
{{Meta}}
 +
*[[Help:Wikitext examples]]
 +
*[[Help:Wikitext_reference]]
 +
*[[Help:Reference card]] - a one-page summary of important commands, to be printed out and used next to the computer
 +
*[[Help:HTML in wikitext]]
 +
*[[w:HTML element|HTML elements]] - introduction to HTML
 +
 
 +
===Page Management===
 +
*[[Help:Starting a new page]]
 +
*[[Wikipedia:Merging_and_moving_pages|Merging_and_moving_pages]]
 +
*[[Help:Administration#Page_protection| Protecting pages]]
 +
*[[Meta:Deletion_policy|Deletion policy]]
 +
**[[Wikipedia:Pure_wiki_deletion_system|Pure wiki deletion system]]
 +
* For others, look at the table ("tools" part) on your right hand side
 +
 
 +
===Others===
 +
 
 +
 
 +
{{h:f|enname=Editing}}

Latest revision as of 21:05, 2 April 2011

  This "Editing Overview" is intended to be a very brief and short introduction to wiki editing. Each of the topics covered here is covered somewhere else in more detail. Look at the right hand side of the table (the one with many clickable links).

You may want to keep Help:Wikitext examples or Help:Wikitext_reference open while editing when you need more advanced wikitext and editing skills. If you want view a full guide in one page, please go to Help:Editing all-in-one guide.

Editing Basics

"Edit this page" starts and restarts an edit. Below the edit box,"Cancel" stops an edit. "Show changes" compares the current text with your text. "Edit summary" is where you tell the page history what you did. "Show preview" shows your text and lets you make corrections. Only "Save page" makes your edit the current text and puts a link to it on the page history. To experiment, go to "sandbox". See also: talk pages, MediaWiki, wikitext, edit summary, Wikipedia:Edit_summary_legend, Show preview, & sandbox.

Basic formatting

Wikipedia was the first Wikimedia project. 600px

Most Frequent Wiki Markup Explained

This section is intended to introduce wiki markups to new comers. That's why we just pick up about 6 most frequently used wiki markups from Wikitext examples. It is not intended to be a comprehensive explanation of all wiki markups. Otherwise you should take a look at the following:

What it looks like What you type

You can italicize text by putting 2 apostrophes on each side

You can ''italicize text'' by putting 2 
apostrophes on each side.

3 apostrophes will bold the text.

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

5 apostrophes will bold and italicize the text.

5 apostrophes will bold and italicize 
'''''the text'''''.

(4 apostrophes don't do anything special

-- there's just 'one left over'.)

(4 apostrophes don't do anything special 

-- there's just ''''one left over''''.)

You should "sign" your comments on talk

pages:

You should "sign" your comments on talk

 pages: <br>

Three tildes gives your user name:

User Name

Three tildes gives your user name:

~~~<br>

Four tildes give your user name plus

date/time: User Name

07:46, 27 November 2005 (UTC)

Four tildes give your user name plus

date/time: ~~~~ <br>

Five tildes gives the date/time alone:

07:46, 27 November 2005 (UTC)

Five tildes gives the date/time alone: 

~~~~~<br>

Section headings

Headings organize your writing into

sections. The Wiki software can automatically

generate a table of contents from them.

== Section headings ==

Start with 2 equals signs not 1 
because 1 creates H1 tags
which should be reserved for page title.

Subsection

Using more equals signs creates a

subsection.

=== Subsection ===

Using more equals signs creates a 

subsection.

A smaller subsection

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

==== A smaller subsection ====

Don't skip levels, 
like from two to four equals signs.
  • Unordered lists
  • Start every line with a star.
* ''Unordered [[Help:List|list]]s'' 
* Start every line with a star.
  1. Numbered lists
  2. use number sign
#''Numbered lists'' 
#use number sign

Link to a page named Official position. You can even say official positions

Link to a page named [[Official position]].
You can even say [[official position]]s

The weather in Moscow is a page

that doesn't exist yet. You could create it by clicking

on the link.

[[The weather in Moscow]] is a page
that doesn't exist
yet. You could create it by clicking 

on the link.

You can link to a page's section by its title:

You can link to a page's section by its title:
*[[List of cities by country#Morocco]].

If multiple sections have the same title, add a number. #Example section 3 goes to the third section named "Example section".

If multiple sections have the same title, add
a number. [[#Example section 3]] goes to the
third section named "Example section".

Further Reading

About Editing

About Wiki Markups and Codes

Template:Meta

Page Management

Others

http://www.fayeunrauphotography.com/ kjøp cialis 520853 http://www.primetermites.com/ ジェネリックバイアグラ 5575 http://www.witch-ring.com/Generic-Viagra/ Comprando viagra sfnjy http://www.flweaver.com/ online Cialis kmt http://www.blogdemoteros.com/ tadalafil 5271